Fixes rubber sapling model Closes #943

(cherry picked from commit 0e94364)
This commit is contained in:
modmuss50 2017-05-23 12:57:33 +01:00
parent ae5b07d6bb
commit 0a7e6ac92f
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -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");