Chickenbones fixed that bug
This commit is contained in:
parent
98990b3d54
commit
2bf6c2de9c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class MultipartRI implements IPartFactory
|
||||||
{
|
{
|
||||||
MultiPartRegistry.registerParts(this, new String[]{"resonant_induction_wire"});
|
MultiPartRegistry.registerParts(this, new String[]{"resonant_induction_wire"});
|
||||||
MultipartGenerator.registerPassThroughInterface("universalelectricity.core.block.IConductor");
|
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("buildcraft.api.power.IPowerReceptor");
|
||||||
MultipartGenerator.registerPassThroughInterface("resonantinduction.wire.IInsulatedMaterial");
|
MultipartGenerator.registerPassThroughInterface("resonantinduction.wire.IInsulatedMaterial");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue