Update to support new forge registry system

This commit is contained in:
modmuss50 2017-06-24 20:15:49 +01:00
parent c8dfcb3ba5
commit ba644982fe
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
14 changed files with 43 additions and 49 deletions

View file

@ -39,7 +39,7 @@ public class BlockRefinedIronFence extends BlockFence {
setCreativeTab(TechRebornCreativeTabMisc.instance);
setHardness(2.0F);
setHarvestLevel("pickaxe", 2);
ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this));
//ShootingStar.registerModel(new ModelCompound(ModInfo.MOD_ID, this));
}
}