Fasguy / MinecraftToolbox

A WebApp that provides tools for mixing up your Minecraft gameplay
https://fasguy.net/minecraft_toolbox
MIT License
8 stars 3 forks source link

Remove certain location_check conditions #36

Closed Fasguy closed 1 year ago

Fasguy commented 1 year ago

The location_check condition is sometimes used in combination with the block_state_property condition (e.g. in tall_grass). This condition should be removed just like the block_state_property condition in those cases.

It's important to note, that there shouldn't be a blanket-removal of the location_check condition, as the condition is also used with unaffected parameters (e.g. biome) that don't need to be removed.