mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-17 00:40:01 +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();
|
pos = pos.up();
|
||||||
}
|
}
|
||||||
|
|
||||||
return of(w.getBlockState(pos));
|
return of(w.getBlockState(pos.up()));
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean isLeaves(BlockState state);
|
boolean isLeaves(BlockState state);
|
||||||
|
|
Loading…
Add table
Reference in a new issue