Genetics module item loading

Issue #284 new
Was created an issue

Hi, Genetics module tries to load items that are not part of the module itself (imho).

If I disable extratrees and arboriculture but leave genetics enabled:

java.lang.RuntimeException: Item not found: Forestry:treealyzer at binnie.core.Mods.findItem(Mods.java:67) at binnie.core.Mods.access$100(Mods.java:15) at binnie.core.Mods$Mod.item(Mods.java:36) at binnie.genetics.item.ModuleItem.postInit(ModuleItem.java:121)


If I disable botany and lepidopterology but leave genetics enabled:

java.lang.RuntimeException: Item not found: Forestry:flutterlyzer at binnie.core.Mods.findItem(Mods.java:67) at binnie.core.Mods.access$100(Mods.java:15) at binnie.core.Mods$Mod.item(Mods.java:36) at binnie.genetics.item.ModuleItem.postInit(ModuleItem.java:121)

Comments (1)

  1. Log in to comment