Fixes rubber sapling model Closes #943
(cherry picked from commit 0e94364)
This commit is contained in:
parent
ae5b07d6bb
commit
0a7e6ac92f
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ public class ModBlocks {
|
|||
|
||||
RUBBER_SAPLING = new BlockRubberSapling();
|
||||
registerBlock(RUBBER_SAPLING, ItemBlockRubberSapling.class, "rubberSapling");
|
||||
Core.proxy.registerCustomBlockStateLocation(RUBBER_SAPLING, "rubbersapling");
|
||||
|
||||
REFINED_IRON_FENCE = new BlockIronFence();
|
||||
registerBlock(REFINED_IRON_FENCE, "ironFence");
|
||||
|
|
Loading…
Reference in a new issue