Leaves Constructor reverted

This commit is contained in:
al132 2016-07-18 23:37:02 -05:00
parent 7a6df30d10
commit f4cd3fc818

View file

@ -32,6 +32,7 @@ public class BlockRubberLeaves extends BlockLeaves implements ITexturedBlock, IO
public BlockRubberLeaves()
{
super();
setUnlocalizedName("techreborn.rubberleaves");
setCreativeTab(TechRebornCreativeTabMisc.instance);
RebornCore.jsonDestroyer.registerObject(this);