RakambdaOrg / FallingTree

Minecraft mod to make the trees fall in one cut
https://www.curseforge.com/minecraft/mc-mods/falling-tree
GNU Lesser General Public License v3.0
84 stars 32 forks source link

Support for Tree-Breaking Entities #744

Open ZombieEnder5 opened 2 months ago

ZombieEnder5 commented 2 months ago

Describe the feature

When I tried to use this mod alongside a mod that adds entities to the game that can break trees, I noticed that when they break the logs of the trees, the trees don't fall. I couldn't tell if this was a bug or an intended feature, so I decided to go to here and post a feature request to make it so trees CAN fall when entities break tree logs.

Rakambda commented 2 months ago

I guess this is somewhat related to #476 as blocks must use block entities (I guess). Will have to look at it again but it's quite a breaking change internally as most of the stuff is linked to the player today.