We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f96e5 commit f87cfd2Copy full SHA for f87cfd2
src/main/java/unstudio/chinacraft/common/ChinaCraft.java
@@ -279,6 +279,10 @@ public Item getTabIconItem() {
279
public static final BlockCCDing ding = new BlockCCDing();
280
@Register("Ding")
281
public static final ItemCCDing itemDing = new ItemCCDing();
282
+// @Register("BlockLatticeDoor")
283
+// public static BlockLatticeDoor latticeDoor = new BlockLatticeDoor();
284
+// @Register("LatticeDoor")
285
+// public static CCItemLatticeDoor itemLatticeDoor = new CCItemLatticeDoor();
286
@Register("BlockWoodenBucket")
287
public static final BlockWoodenBucket blockWoodenBucket = new BlockWoodenBucket(); // 木桶
288
@Register("CookingBenchOff")
0 commit comments