Skip to content

Commit f87cfd2

Browse files
committed
Merge
1 parent 20f96e5 commit f87cfd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/unstudio/chinacraft/common/ChinaCraft.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ public Item getTabIconItem() {
279279
public static final BlockCCDing ding = new BlockCCDing();
280280
@Register("Ding")
281281
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();
282286
@Register("BlockWoodenBucket")
283287
public static final BlockWoodenBucket blockWoodenBucket = new BlockWoodenBucket(); // 木桶
284288
@Register("CookingBenchOff")

0 commit comments

Comments
 (0)