Got Induction module loading again

This commit is contained in:
Calclavia 2013-12-01 13:51:33 +08:00
parent 361d1ae380
commit 43b4306f4b

View file

@ -26,7 +26,7 @@ public class BlockWire extends BlockConductor
{
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.setStepSound(soundClothFootstep);
this.setResistance(0.2F);