Fixes #723 and wrench works with ic2 machines now
This commit is contained in:
parent
d96149fc97
commit
d5ff2a42bb
6 changed files with 39 additions and 22 deletions
|
@ -26,7 +26,7 @@ public class CompatManager
|
|||
|
||||
public CompatManager()
|
||||
{
|
||||
isIC2Loaded = Loader.isModLoaded("IC2");
|
||||
isIC2Loaded = Info.isIc2Available();
|
||||
registerCompact(MinetweakerCompat.class, "MineTweaker3");
|
||||
registerCompact(TechRebornParts.class, "reborncore-mcmultipart");
|
||||
registerCompact(ClientPartLoader.class, "reborncore-mcmultipart", "@client");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue