update to new libcd! (#1902)

This commit is contained in:
Meredith Espinosa 2019-12-09 23:31:32 -08:00 committed by modmuss50
parent b74d46101b
commit 649d28d63c
7 changed files with 175 additions and 106 deletions

View file

@ -91,10 +91,6 @@ public class TechReborn implements ModInitializer {
DataAttachment.REGISTRY.register(IDSUManager.class, IDSUManager::new);
if (FabricLoader.getInstance().isModLoaded("libcd")) {
TRTweaker.init();
}
LOGGER.info("TechReborn setup done!");
}