Finished Water, Lava, and Void sigils

Also added in bloodstone
This commit is contained in:
Arcaratus 2015-11-07 21:37:12 -05:00
parent 5ec35fcd08
commit 86fcd4808b
24 changed files with 698 additions and 25 deletions

View file

@ -24,7 +24,7 @@ public class BlockBloodRune extends Block {
public static final PropertyInteger META = PropertyInteger.create("META", 0, names.length - 1);
public BlockBloodRune() {
super(Material.iron);
super(Material.rock);
setUnlocalizedName(BloodMagic.MODID + ".rune.");
setCreativeTab(BloodMagic.tabBloodMagic);