Ritual Stones have been nerfed to be Rocky instead of Irony. (#1417)
Their material strength has been adjusted to the one of the MRS.
This commit is contained in:
parent
f5282bd767
commit
72eb314da8
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
|
||||
public class BlockRitualStone extends BlockEnum<EnumRuneType> implements IRitualStone {
|
||||
public BlockRitualStone() {
|
||||
super(Material.IRON, EnumRuneType.class);
|
||||
super(Material.ROCK, EnumRuneType.class);
|
||||
|
||||
setUnlocalizedName(BloodMagic.MODID + ".ritualStone.");
|
||||
setCreativeTab(BloodMagic.TAB_BM);
|
||||
|
|
Loading…
Reference in a new issue