Sprinkler being destroyed by trees.
Keridos opened this issue ยท 5 comments
We have a treefarm irrigated with sprinklers 5 blocks above the plantlings (oak). Occassionally when a tree grows it seems to replace one of the sprinklers.
Thanks for the ultra quick fix :) Good job on that, might want to add that in in my mods as well, did not even know that existed, hehe.
Apparently I used the wrong method for this, I though this would have fixed it:
https://github.com/InfinityRaider/AgriCraft/blob/master/src/main/java/com/InfinityRaider/AgriCraft/blocks/BlockSprinkler.java#L45-L48
But it's actually this:
https://github.com/InfinityRaider/AgriCraft/blob/master/src/main/java/com/InfinityRaider/AgriCraft/blocks/BlockSprinkler.java#L51-L54
This is why I was confused and thought it was fixed, apologies. But it should definatly be fixed now.