Mojang / minecraft-creator-tools

A set of tools for creating content and add-ons for Minecraft Bedrock Edition.
Other
66 stars 2 forks source link

Not making math #18

Open Kaioga5 opened 4 months ago

Kaioga5 commented 4 months ago

When a block has a collision box or selection box with a -8 in X and Z, and a size of 16 in X and Y, it throws a warning. This should not happen, here is an example component

"minecraft:collision_box": {
                        "origin": [-8, 8, -8],
                        "size": [16, 8, 16]
                    }

This will give you 'Value is above the maximum of 8.' when it is not.