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:
AEon - Tobias 2018-08-26 21:16:14 +02:00 committed by Nick Ignoffo
parent f5282bd767
commit 72eb314da8

View file

@ -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);