mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Fixed incorrect detection of hybrid trees
This commit is contained in:
parent
4c22212384
commit
e4eb233f7a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public interface TreeType {
|
|||
pos = pos.up();
|
||||
}
|
||||
|
||||
return of(w.getBlockState(pos));
|
||||
return of(w.getBlockState(pos.up()));
|
||||
}
|
||||
|
||||
boolean isLeaves(BlockState state);
|
||||
|
|
Loading…
Reference in a new issue