Remove 2nd pass of mixin loading, and attempt to fix mixin loading outside dev
This commit is contained in:
parent
ea81e66c87
commit
425a8d2948
1 changed files with 0 additions and 6 deletions
|
@ -26,7 +26,6 @@ package techreborn.init;
|
||||||
|
|
||||||
import reborncore.common.powerSystem.PoweredItem;
|
import reborncore.common.powerSystem.PoweredItem;
|
||||||
import reborncore.mixin.api.IMixinRegistry;
|
import reborncore.mixin.api.IMixinRegistry;
|
||||||
import reborncore.mixin.api.MixinRegistationTime;
|
|
||||||
import reborncore.mixin.json.MixinTargetData;
|
import reborncore.mixin.json.MixinTargetData;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -59,9 +58,4 @@ public class TechRebornMixins implements IMixinRegistry {
|
||||||
targetData.addAll(PoweredItem.registerPoweredItem("techreborn.items.tools.ItemCloakingDevice"));
|
targetData.addAll(PoweredItem.registerPoweredItem("techreborn.items.tools.ItemCloakingDevice"));
|
||||||
return targetData;
|
return targetData;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public MixinRegistationTime registrationTime() {
|
|
||||||
return MixinRegistationTime.LATE;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue