mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Revert "Fix leave finding in saws so compatibility with other mods works"
This is necessary to make the distance gathering work. Sorry me dumb dumb
This commit is contained in:
parent
718142e26f
commit
5fa8a0b808
@ -208,7 +208,7 @@ public class TreeCutter {
|
||||
}
|
||||
|
||||
private static boolean isLeaf(BlockState state) {
|
||||
return state.has(LeavesBlock.DISTANCE) || state.isIn(BlockTags.LEAVES);
|
||||
return state.has(LeavesBlock.DISTANCE);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user