Skip to content

Commit

Permalink
Fix RF-API Stripping depending on COFHLib instead of the energy api
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jan 11, 2015
1 parent 706df52 commit 0e66235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/library/tools/ToolCore.java
Expand Up @@ -49,7 +49,7 @@
*/

@Optional.InterfaceList({
@Optional.Interface(modid = "CoFHLib", iface = "cofh.api.energy.IEnergyContainerItem"),
@Optional.Interface(modid = "CoFHAPI|energy", iface = "cofh.api.energy.IEnergyContainerItem"),
@Optional.Interface(modid = "CoFHCore", iface = "cofh.core.item.IEqualityOverrideItem")
})
public abstract class ToolCore extends Item implements IEnergyContainerItem, IEqualityOverrideItem, IModifyable
Expand Down

0 comments on commit 0e66235

Please sign in to comment.