Fixed incomplete redo of brittle charcoal adventure fix

(had reverted after improper testing with axe instead of shovel, then
neglected to check rebuilding with gradle after re-implementing fix in
source)
This commit is contained in:
MauveCloud 2016-05-26 09:57:39 -07:00
parent f5bb397009
commit d1b737c6cc

View file

@ -5,7 +5,7 @@ import net.minecraft.block.material.Material;
public class GT_Material_Reinforced
extends Material {
public GT_Material_Machines() {
public GT_Material_Reinforced() {
super(MapColor.stoneColor);
setRequiresTool();
setAdventureModeExempt();