Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
trychen committed Feb 9, 2018
1 parent 20f96e5 commit f87cfd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/unstudio/chinacraft/common/ChinaCraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ public Item getTabIconItem() {
public static final BlockCCDing ding = new BlockCCDing();
@Register("Ding")
public static final ItemCCDing itemDing = new ItemCCDing();
// @Register("BlockLatticeDoor")
// public static BlockLatticeDoor latticeDoor = new BlockLatticeDoor();
// @Register("LatticeDoor")
// public static CCItemLatticeDoor itemLatticeDoor = new CCItemLatticeDoor();
@Register("BlockWoodenBucket")
public static final BlockWoodenBucket blockWoodenBucket = new BlockWoodenBucket(); // 木桶
@Register("CookingBenchOff")
Expand Down

0 comments on commit f87cfd2

Please sign in to comment.