Finished Water, Lava, and Void sigils
Also added in bloodstone
This commit is contained in:
parent
5ec35fcd08
commit
86fcd4808b
24 changed files with 698 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue