Added the Soul Snare renderer and recipe and basically everything soul snare

This commit is contained in:
WayofTime 2016-01-08 14:56:36 -05:00
parent c015e3421f
commit 74718f5042
18 changed files with 273 additions and 23 deletions

View file

@ -20,7 +20,7 @@ public class BlockSoulForge extends BlockContainer
{
super(Material.iron);
setUnlocalizedName(Constants.Mod.MODID + ".soulforge");
setUnlocalizedName(Constants.Mod.MODID + ".soulForge");
setHardness(2.0F);
setResistance(5.0F);
setStepSound(soundTypeMetal);