mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
fix bukkit isSolid check
This commit is contained in:
@@ -45,7 +45,7 @@ public class BukkitBlockTypeAndItem implements BlockType, Item {
|
||||
|
||||
@Override
|
||||
public boolean isSolid() {
|
||||
return delegate.isSolid();
|
||||
return delegate.isOccluding();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user