Chickenbones fixed that bug

This commit is contained in:
Ben Spiers 2013-09-26 20:19:19 +01:00
parent 98990b3d54
commit 2bf6c2de9c

View file

@ -21,7 +21,7 @@ public class MultipartRI implements IPartFactory
{
MultiPartRegistry.registerParts(this, new String[]{"resonant_induction_wire"});
MultipartGenerator.registerPassThroughInterface("universalelectricity.core.block.IConductor");
//MultipartGenerator.registerPassThroughInterface("ic2.api.energy.tile.IEnergySink");
MultipartGenerator.registerPassThroughInterface("ic2.api.energy.tile.IEnergySink");
MultipartGenerator.registerPassThroughInterface("buildcraft.api.power.IPowerReceptor");
MultipartGenerator.registerPassThroughInterface("resonantinduction.wire.IInsulatedMaterial");
}