Skip to content

Commit 0148f5c

Browse files
committed
added back .isShop() because we love changing states
1 parent 700ba56 commit 0148f5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/simibubi/create/compat/computercraft/implementation/peripherals/TableClothPeripheral.java

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ public final boolean isShop() {
3232
return blockEntity.isShop();
3333
}
3434

35+
@LuaFunction(mainThread = true)
36+
public final boolean isShop() {
37+
return blockEntity.isShop();
38+
}
39+
3540
@LuaFunction(mainThread = true)
3641
public final String getAddress() throws LuaException {
3742
return blockEntity.requestData.encodedTargetAddress();

0 commit comments

Comments
 (0)