Update Forge + Mappings

This commit is contained in:
Nick 2016-03-21 12:55:36 -07:00
parent aa48c540f5
commit d8fe6d21bd
13 changed files with 26 additions and 26 deletions

View file

@ -31,7 +31,7 @@ public class BlockPath extends BlockString implements IIncensePath, IVariantProv
setCreativeTab(BloodMagic.tabBloodMagic);
setHardness(2.0F);
setResistance(5.0F);
setStepSound(SoundType.STONE);
setSoundType(SoundType.STONE);
setHarvestLevel("axe", 0, getStateFromMeta(0));
setHarvestLevel("axe", 0, getStateFromMeta(1));