Started by
EbonyCrow
on
Topic category: Help with Minecraft modding (Java Edition)
I made a custom sapling that grows into a custom tree, but when the tree grows, its leaves and logs replace any solid blocks that were there before, including bedrock. How can I check if there are no solid blocks in the area where the tree will grow?
only way I know is to add an air check for every block your tree replaces..,