Skip to content

Commit 43e1a14

Browse files
committed
Fix sitting on tables being possible
1 parent 19a52b3 commit 43e1a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/src/main/java/juuxel/adorn/block/TableBlock.java

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ public String getDescriptionKey() {
5858
return DESCRIPTION_KEY;
5959
}
6060

61+
@Override
62+
protected boolean isSittingEnabled() {
63+
return false;
64+
}
65+
6166
@Override
6267
protected boolean canConnectTo(BlockState state, Direction sideOfSelf) {
6368
return state.getBlock() instanceof TableBlock;

0 commit comments

Comments
 (0)