Got Induction module loading again
This commit is contained in:
parent
361d1ae380
commit
43b4306f4b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class BlockWire extends BlockConductor
|
||||||
{
|
{
|
||||||
public BlockWire(int id)
|
public BlockWire(int id)
|
||||||
{
|
{
|
||||||
super(MekanismInduction.CONFIGURATION.getBlock("wire", id).getInt(id), Material.cloth);
|
super(Mekanism.configuration.getBlock("wire", id).getInt(id), Material.cloth);
|
||||||
this.setUnlocalizedName(MekanismInduction.PREFIX + "wire");
|
this.setUnlocalizedName(MekanismInduction.PREFIX + "wire");
|
||||||
this.setStepSound(soundClothFootstep);
|
this.setStepSound(soundClothFootstep);
|
||||||
this.setResistance(0.2F);
|
this.setResistance(0.2F);
|
||||||
|
|
Loading…
Reference in a new issue