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:
parent
f5bb397009
commit
d1b737c6cc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import net.minecraft.block.material.Material;
|
||||||
|
|
||||||
public class GT_Material_Reinforced
|
public class GT_Material_Reinforced
|
||||||
extends Material {
|
extends Material {
|
||||||
public GT_Material_Machines() {
|
public GT_Material_Reinforced() {
|
||||||
super(MapColor.stoneColor);
|
super(MapColor.stoneColor);
|
||||||
setRequiresTool();
|
setRequiresTool();
|
||||||
setAdventureModeExempt();
|
setAdventureModeExempt();
|
||||||
|
|
Loading…
Reference in a new issue