Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save esotericist/a60c3d9007c0fef9cbf6d303d8195218 to your computer and use it in GitHub Desktop.
Save esotericist/a60c3d9007c0fef9cbf6d303d8195218 to your computer and use it in GitHub Desktop.
evilcraft/food funk stack overflow
---- Minecraft Crash Report ----
WARNING: coremods are present:
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
LibLoader (# LibLoader.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.11.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.10-core.jar)
CorePlugin (UnicodeFontExtension-1.12.2-2.7.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
FMLPlugin (elulib-0.1.12.jar)
CoreMod (TickProfiler-1.12-0.0.4.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
LoadingPlugin (NoNausea-MC1.12-1.0.jar)
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
BCModPlugin (backpacks 1.12.2 - 3.5.2.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
IonChests (IonChests-1.0.0.jar)
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
AstralCore (astralsorcery-1.12.2-1.9.3.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
LoadingPlugin (Quark-r1.4-125.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.0.jar)
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.2.0.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 7/27/18 8:43 PM
Description: Initializing game
java.lang.StackOverflowError: Initializing game
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:500)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:188)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:500)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:188)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_129_EventHandler_attachCapabilities_AttachCapabilitiesEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:658)
at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:640)
at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1216)
at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92)
at net.minecraftforge.fluids.FluidUtil.getFluidContained(FluidUtil.java:505)
at org.cyclops.evilcraftcompat.modcompat.thaumcraft.VeinedScribingTools.getDamage(VeinedScribingTools.java:43)
at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:284)
at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:513)
at com.wumple.util.config.MatchingConfigBase.addNameKeys(MatchingConfigBase.java:93)
at com.wumple.util.config.MatchingConfigBase.getItemStackNameKeys(MatchingConfigBase.java:43)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.getRotProperty(ConfigHandler.java:101)
at com.wumple.foodfunk.configuration.ConfigHandler$Rotting.doesRot(ConfigHandler.java:89)
at com.wumple.foodfunk.capability.rot.EventHandler.attachCapabilities(EventHandler.java:40)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:382)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1767788960 bytes (1685 MB) / 5069340672 bytes (4834 MB) up to 6681526272 bytes (6372 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx7168m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2705 305 mods loaded, 305 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:------------------------------ |:------------------------ |:------------------------------------------------------------------ |:---------------------------------------- |
| UCH | minecraft | 1.12.2 | minecraft.jar | None |
| UCH | mcp | 9.42 | minecraft.jar | None |
| UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | infinimend | 1.0.2 | minecraft.jar | None |
| UCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| UCH | unicodefontextensioncore | 1.12.2-2.6 | minecraft.jar | None |
| UCH | bowinfinityfix | rv5 | minecraft.jar | e250ba31147feb059b86cfd74ee61a8aeb88fb9b |
| UCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCH | elucore | 1.0 | minecraft.jar | None |
| UCH | playerschoice | 1.2-4 | PlayersChoice 1.2-4.jar | None |
| UCH | unicodefontextension | 1.12.2-2.7 | UnicodeFontExtension-1.12.2-2.7.jar | None |
| UCH | hardlib | 4 | 1.12.1-HardLib-v4.jar | None |
| UCH | expindustry | 4.0.0a | 1.12.1-ExpandedIndustry-4.0.0a.jar | None |
| UCH | antiqueatlas | 4.4.9 | antiqueatlas-1.12.2-4.4.9-ce02be.jar | None |
| UCH | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None |
| UCH | aactadapter | 1.12.2-0.0.1 | aactadapter-0.0.1.jar | None |
| UCH | accesstweaks | 3.0.0 | AccessTweaks-1.12-3.0.0.jar | None |
| UCH | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UCH | charset | 0.5.3.1 | Charset-Lib-0.5.3.1.jar | None |
| UCH | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
| UCH | modtweaker | 4.0.13 | modtweaker-4.0.13.jar | None |
| UCH | jei | 4.11.0.205 | jei_1.12.2-4.11.0.205.jar | None |
| UCH | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None |
| UCH | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCH | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| UCH | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
| UCH | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | cofhcore | 4.5.2 | CoFHCore-1.12.2-4.5.2.19-universal.jar | None |
| UCH | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | immersiveengineering | 0.12-84 | ImmersiveEngineering-0.12-84.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH | alternatingflux | 0.12-4 | alternatingflux-0.12-4.jar | None |
| UCH | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH | ancientwarfare | 1.12.2-2.6.1.298 | ancientwarfare-1.12.2-2.6.1.298.jar | None |
| UCH | buildcraftlib | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| UCH | buildcraftcore | 7.99.17 | buildcraft-core-7.99.17.jar | None |
| UCH | ancientwarfareautomation | 1.12.2-2.6.1.298 | ancientwarfare-1.12.2-2.6.1.298.jar | None |
| UCH | ancientwarfarenpc | 1.12.2-2.6.1.298 | ancientwarfare-1.12.2-2.6.1.298.jar | None |
| UCH | ancientwarfarestructure | 1.12.2-2.6.1.298 | ancientwarfare-1.12.2-2.6.1.298.jar | None |
| UCH | ancientwarfarevehicle | 1.12.2-2.6.1.298 | ancientwarfare-1.12.2-2.6.1.298.jar | None |
| UCH | animalium | 0.3.7 | Animalium-0.3.7.jar | None |
| UCH | antighost | 1.1 | antighost-1.12-forge14.21.1.2387-1.1.jar | None |
| UCH | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.4.9-ce02be.jar | None |
| UCH | lostcities | 2.0.10 | lostcities-1.12-2.0.10.jar | None |
| UCH | antiquecities | 1.0 | antiquecities-1.2.1.jar | None |
| UCH | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
| UCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCH | wumpleutil | 2.5.0 | wumpleutil-1.12.2-2.5.0.jar | None |
| UCH | foodfunk | 4.0.3 | foodfunk-1.12.2-4.0.3.jar | None |
| UCH | aquaculture | 1.6.5 | Aquaculture-1.12.2-1.6.5.jar | None |
| UCH | architect | 1.2.0.6 | Architect-MC1.12-1.2.0.6.jar | None |
| UCH | aroma1997core | 2.0.0.0.b156 | Aroma1997Core-1.12.2-2.0.0.0.b156.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH | aromabackup | 2.1.1.4.b104 | AromaBackup-1.12.2-2.1.1.4.b104.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH | aromabackuprecovery | 2.1.1.4.b104 | AromaBackup-1.12.2-2.1.1.4.b104.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCH | astralsorcery | 1.9.3 | astralsorcery-1.12.2-1.9.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH | atlcraft | MC1.12-Ver1.9 | ATLCraftCandlesMod(MC1.12-Ver1.9).jar | None |
| UCH | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCH | quark | r1.4-125 | Quark-r1.4-125.jar | None |
| UCH | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
| UCH | backpacks16840 | 3.5.2 | backpacks 1.12.2 - 3.5.2.jar | None |
| UCH | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
| UCH | bamboozled | 1.1.0 | Bamboozled-1.12-1.1.0.jar | None |
| UCH | base | 3.9.0 | base-1.12.2-3.9.0.jar | None |
| UCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCH | bedrockores | 1.2.6.41 | Bedrock Ores-MC1.12-1.2.6.41.jar | None |
| UCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| UCH | bibliotheca | 1.3.3-1.12.2 | bibliotheca-1.3.3-1.12.2.jar | None |
| UCH | blockdropstweaker | 2.4 | BlockDropsTweaker-1.12.2-2.4.jar | None |
| UCH | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UCH | modularrouters | 1.12.2-3.1.5 | modular-routers-1.12.2-3.1.5.jar | None |
| UCH | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
| UCH | bloodmagic | 1.12.2-2.3.1-99 | BloodMagic-1.12.2-2.3.1-99.jar | None |
| UCH | bonsaitrees | 1.0.5 | bonsaitrees-1.0.5-b77.jar | None |
| UCH | bookshelf | 2.3.552 | Bookshelf-1.12.2-2.3.552.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | thaumcraft | 6.1.BETA19 | Thaumcraft-1.12.2-6.1.BETA19.jar | None |
| UCH | botania | r1.10-354 | Botania r1.10-354.jar | None |
| UCH | nibbler | 0.4.1 | nibbler-1.12.2-0.4.1.jar | None |
| UCH | botaunomy | 0.2.1 | botaunomy-1.12.2-0.2.1.jar | None |
| UCH | buildcraftenergy | 7.99.17 | buildcraft-energy-7.99.17.jar | None |
| UCH | buildinggadgets | 1.4.0 | BuildingGadgets-1.4.0.jar | None |
| UCH | caliper | 1.1.34 | Caliper-1.12.2-1.1.34.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | forestry | 5.8.1.325 | forestry_1.12.2-5.8.1.325.jar | None |
| UCH | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| UCH | carryon | 1.9.2 | CarryOn MC1.12.2 v1.9.2.jar | None |
| UCH | catwalks | 1.12.2-4.0.43 | catwalks-1.12.2-4.0.43.jar | None |
| UCH | ceramics | 1.12-1.3.4 | Ceramics-1.12-1.3.4.jar | None |
| UCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCH | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| UCH | chiselsandbits | 14.20 | chiselsandbits-14.20.jar | None |
| UCH | clarity | 1.1 | clarity-1.1.jar | None |
| UCH | clienttweaks | 3.1.8 | ClientTweaks_1.12.2-3.1.8.jar | None |
| UCH | rustic | 1.0.6 | rustic-1.0.6.jar | None |
| UCH | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
| UCH | tombmanygraves | 1.12-4.1.0 | TombManyGraves-1.12-4.1.0.jar | None |
| UCH | thebetweenlands | 3.3.10 | TheBetweenlands-3.3.10-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCH | clochecall | 1.1.1 | ClocheCall-1.1.1.jar | None |
| UCH | colytra | 1.1.0 | colytra-1.12.2-1.1.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCH | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None |
| UCH | comforts | 1.2.0 | comforts-1.12.2-1.2.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCH | cyclopscore | 0.11.8 | CyclopsCore-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UCH | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
| UCH | compactdrawers | 1.12.2-1.0.3.86 | CompactDrawers-1.12.2-1.0.3.86.jar | None |
| UCH | composter | 1.4.0 | composter-1.12.2-1.4.0.jar | None |
| UCH | contenttweaker | 1.12.2-4.6.0 | ContentTweaker-1.12.2-4.6.0.jar | None |
| UCH | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| UCH | cookingforblockheads | 6.4.40 | CookingForBlockheads_1.12.2-6.4.40.jar | None |
| UCH | craftingcraft | 6.1.3 | CraftingCraft_1.12-6.1.3.jar | None |
| UCH | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| UCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.9.jar | None |
| UCH | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None |
| UCH | p455w0rdslib | 2.0.29 | p455w0rdslib-1.12-2.0.29.jar | None |
| UCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| UCH | danknull | 1.4.33 | DankNull-1.12-1.4.33.jar | None |
| UCH | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCH | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
| UCH | deepresonance | 1.7.1 | deepresonance-1.12-1.7.1.jar | None |
| UCH | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCH | doggytalents | 1.14.2.318 | Doggy Talents-1.12.2-1.14.2.318-universal.jar | None |
| UCH | dsurround | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCH | presets | 3.4.9.14 | DynamicSurroundings-1.12.2-3.4.9.14.jar | None |
| UCH | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
| UCH | ebwizardry | 4.1.2 | Electroblob's Wizardry - 4.1.2 - MC 1.12.2.jar | None |
| UCH | embers | 0.221 | EmbersRekindled-1.2.jar | None |
| UCH | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
| UCH | endercompass | 1.2.6.1 | EnderCompass-1.12-1.2.6.1.jar | None |
| UCH | engineersdoors | 0.7.2 | engineersdoors-0.7.2.jar | None |
| UCH | esbb | 1.0.1.1 | Enhanced Selection Bounding Box-1.0.1.1.jar | None |
| UCH | environmentalcreepers | 1.4.0 | environmentalcreepers-1.12.2-1.4.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCH | evilcraft | 0.10.61 | EvilCraft-1.12.2-0.10.61.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.61.jar | None |
| UCH | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH | extraalchemy | 0.3.8.5-release | extraalchemy-0.3.8.5-release.jar | None |
| UCH | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
| UCH | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| UCH | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| UCH | farmingforblockheads | 3.1.17 | FarmingForBlockheads_1.12.2-3.1.17.jar | None |
| UCH | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None |
| UCH | findme | 1.0.2 | findme-1.12.2-1.0.2-6.jar | None |
| UCH | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
| UCH | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
| UCH | friendlyfire | 1.5.8 | FriendlyFire-1.12.2-1.5.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
| UCH | ftblib | 5.2.0.25 | FTBLib-5.2.0.25.jar | None |
| UCH | ftbutilities | 5.2.0.30 | FTBUtilities-5.2.0.30.jar | None |
| UCH | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UCH | pressure | 1.3.1.6 | pressure-1.3.1.6-mc1.12.1.jar | None |
| UCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| UCH | geolosys | 2.0.0 | Geolosys-1.12.2-2.0.0.jar | None |
| UCH | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None |
| UCH | refraction | 1.9 | refraction-1.12.2-1.9.3.jar | None |
| UCH | librarianlib | 4.11 | librarianlib-1.12.2-4.11.jar | None |
| UCH | hooked | %VERSION% | hooked-1.0.0.jar | None |
| UCH | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
| UCH | horsepower | 2.6.1 | HorsePower-1.12.2-2.6.1.67.jar | cd7e958342770a8b17c919055da42c24dfefd879 |
| UCH | horsetweaks | 1.0.3 | HorseTweaks_1.12.2-1.0.3.jar | None |
| UCH | llibrary | 1.7.14 | llibrary-1.7.14-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCH | iceandfire | 1.5.2 | iceandfire-1.5.2.jar | None |
| UCH | igi|deepresonanceintegration | 1.1 | IGI-DeepResonance-1.1.jar | None |
| UCH | igi|rftoolsintegration | 1.2 | IGI-RFTools-1.2.jar | None |
| UCH | igwmod | 1.4.4-15 | IGW-Mod-1.12.2-1.4.4-15-universal.jar | None |
| UCH | ikwid | 1.0.2 | ikwid-1.0.2.jar | None |
| UCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| UCH | trackapi | 1.1 | TrackAPI-1.1_1.12.jar | None |
| UCH | immersiverailroading | 1.3.1 | ImmersiveRailroading-1.3.1_1.12.jar | None |
| UCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| UCH | incontrol | 0.1.0 | incontrol-1.12-3.8.1.jar | None |
| UCH | infoaccessories | 1.0.6 | InfoAccessories-1.12.2-1.0.6.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| UCH | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
| UCH | integrateddynamics | 0.11.14 | IntegratedDynamics-1.12.2-0.11.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.14.jar | None |
| UCH | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| UCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCH | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
| UCH | itemscroller | 0.12.0 | itemscroller-1.12.2-0.12.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCH | jaopcacustom | 1.12-2.2.2.14 | JAOPCACustom-1.12-2.2.2.14.jar | None |
| UCH | jaopca | 1.12.2-2.2.8.91 | JAOPCA-1.12.2-2.2.8.91.jar | None |
| UCH | oredictinit | 1.12.2-2.2.1.68 | JAOPCA-1.12.2-2.2.8.91.jar | None |
| UCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UCH | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| UCH | loottweaker | 0.0.7 | LootTweaker-1.12.2-0.0.7.jar | None |
| UCH | jeresources | 0.8.6.28 | JustEnoughResources-1.12.2-0.8.6.28.jar | None |
| UCH | keywizard | 1.12.2-1.5.3-b1 | keywizard-1.12.2-1.5.3-b1.jar | None |
| UCH | kleeslabs | 5.4.10 | KleeSlabs_1.12.2-5.4.10.jar | None |
| UCH | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None |
| UCH | lex | 1.0.2 | LibEx-1.12.2-1.0.2.jar | None |
| UCH | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
| UCH | lostquiver | 1.0 - MC 1.12.2 | lostquiver-1.0.jar | None |
| UCH | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
| UCH | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| UCH | modelloader | 1.0.5 | modelloader-1.0.5.jar | None |
| UCH | magneticraft | 2.4.0 | Magneticraft_1.12-2.4.0-dev.jar | None |
| UCH | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| UCH | malisisblocks | 1.12.2-6.1.0 | malisisblocks-1.12.2-6.1.0.jar | None |
| UCH | mindshaft | 0.5 | mindshaft-0.5.jar | None |
| UCH | minemenu | 1.6.3 | MineMenu-1.12.2-1.6.3-universal.jar | None |
| UCH | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| UCH | modularmachinery | 1.9.4 | modularmachinery-1.9.4.jar | None |
| UCH | pneumaticcraft | 1.12.2-0.7.4-245 | pneumaticcraft-repressurized-1.12.2-0.7.4-245.jar | None |
| UCH | modulardiversity | 0.1 | Modular Diversity-0.2hotfix.jar | None |
| UCH | mysticalworld | 0.1.1 | mysticalworld-0.1.1.jar | None |
| UCH | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCH | nbtedit | $version | NBTEdit-0.7.jar | None |
| UCH | neat | 1.4-16 | Neat 1.4-16.jar | None |
| UCH | netherchest | 0.2.3 | netherchest-0.2.3.jar | None |
| UCH | nex | 2.0.2 | NetherEx-1.12.2-2.0.2.jar | None |
| UCH | netherportalfix | 5.3.13 | NetherPortalFix_1.12.1-5.3.13.jar | None |
| UCH | nabb | 1.0.5 | NewAgeBeeBreeding-1.12.2-1.0.5.jar | None |
| UCH | recipehandler | 0.11 | NoMoreRecipeConflict-0.11(1.12.2).jar | None |
| UCH | nonausea | 1.0 | NoNausea-MC1.12-1.0.jar | None |
| UCH | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| UCH | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCH | notenoughwands | 1.7.0 | notenoughwands-1.12-1.7.0.jar | None |
| UCH | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
| UCH | oretweaker | 1.0.2-1.12.0 | Ore Tweaker-1.0.2-1.12.0.jar | None |
| UCH | oredictdumper | 5.0.3 | OreDictDumper-1.12-5.0.3.jar | None |
| UCH | oredicttips | 2.0.2 | OreDictTips-1.12-2.0.2.jar | None |
| UCH | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None |
| UCH | oreshrubs | 1.4.4 | oreshrubs-1.4.4-1.12.2.jar | None |
| UCH | palimpsest | 1.2.0 | palimpsest-1.12.2-1.2.0.jar | None |
| UCH | pantography | 1.2.0 | pantography-1.12.2-1.2.0.jar | None |
| UCH | pillar | 1.2-10 | Pillar-1.2-10.jar | None |
| UCH | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UCH | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
| UCH | prettybeaches | 1.0.3 | PrettyBeaches_1.12.2-1.0.3.jar | None |
| UCH | proxy | 0.9.1.4 | proxy-0.9.1.4-mc1.12.jar | None |
| UCH | quacklib | 2.2.2 | quacklib-2.2.2.jar | None |
| UCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| UCH | randomthings | 4.2.0 | RandomThings-MC1.12.2-4.2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH | realdrops | 1.2.12 | RealisticItemDrops-1.2.12.jar | None |
| UCH | reborncore | 3.9.2.319 | RebornCore-1.12.2-3.9.2.319-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| UCH | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |
| UCH | xreliquary | 1.12.2-1.3.4.767 | Reliquary-1.12.2-1.3.4.767.jar | None |
| UCH | reptilemod | 3.8.4 | reptilemod-1.12.2-3.8.4-86.jar | None |
| UCH | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH | rftools | 7.55 | rftools-1.12-7.55.jar | None |
| UCH | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
| UCH | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
| UCH | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
| UCH | roost | 1.2.0 | roost-1.12-1.2.0.jar | None |
| UCH | roots | 0.104 | roots-2-0.104.jar | None |
| UCH | ruins | 17.1 | Ruins-1.12.2.jar | None |
| UCH | scannable | 1.6.3.19 | Scannable-MC1.12-1.6.3.19.jar | None |
| UCH | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| UCH | sereneseasons | 1.2.3 | SereneSeasons-1.12.2-1.2.3-universal.jar | None |
| UCH | signal-catcher | 1.1 | signalcatcher-1.1.jar | None |
| UCH | signals | 1.3.8-19 | Signals-1.12.2-1.3.8-19-universal.jar | None |
| UCH | similsaxtranstructors | 1.12-1.0.21 | SimilsaxTranstructors-1.12-1.0.22.jar | None |
| UCH | simpleautorun | 1.12.1-1.2 | simpleautorun-1.12.2-1.2.0.jar | None |
| UCH | simplecorn | 2.4.1 | SimpleCorn1.12-1.12-2.4.1.jar | None |
| UCH | simulatednights | 1.12-2.1.0 | simulatednights-1.12-2.1.0.jar | None |
| UCH | soot | 1.0 | Soot-1.0.jar | None |
| UCH | spartanshields | 1.4.1 | SpartanShields-1.12.2-1.4.1.jar | None |
| UCH | spartanweaponry | beta 1.1.2 | SpartanWeaponry-1.12.2-beta-1.1.2.jar | None |
| UCH | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None |
| UCH | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
| UCH | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
| UCH | tellme | 0.6.0 | tellme-1.12.2-0.6.0.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| UCH | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.4.0-14.jar | None |
| UCH | thaumicperiphery | 0.2.4 | thaumicperiphery-0.2.4.jar | None |
| UCH | beneath | 1.4.2 | The Beneath-1.12.2-1.4.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCH | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH | tickprofiler | 1.12-0.0.4 | TickProfiler-1.12-0.0.4.jar | None |
| UCH | timehud | 7.3.0 | TimeHUD-1.12.2-7.3.0.jar | None |
| UCH | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UCH | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| UCH | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| UCH | tis3d | 1.4.0.29 | TIS-3D-MC1.12.2-1.4.0.29.jar | None |
| UCH | tombmanypluginsthebetweenlands | 1.0.0 | tombmanypluginsthebetweenlands-1.0.0.jar | None |
| UCH | toolbelt | 1.7.1 | ToolBelt-1.12.0-1.7.1-5eee26ad1944aaa01c3d6aa33b52b080f9e39111.jar | None |
| UCH | topaddons | 1.12.2-1.8.0 | topaddons-1.12.2-1.8.0.jar | None |
| UCH | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCH | totemic | 1.12.2-0.11.2 | Totemic-1.12.2-0.11.2.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| UCH | tothebatpoles | 1.12.2-1.1.0.1 | tothebatpoles-1.12.2-1.1.0.1.jar | None |
| UCH | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
| UCH | traverse | 1.5.5 | Traverse-1.12.2-1.5.5-65.jar | None |
| UCH | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
| UCH | upsizer | 4.0.1 | upsizer-mc1.12-4.0.1.jar | None |
| UCH | vanillafoodpantry | 4.2.1 | vanillafoodpantry-mc1.12.2-4.2.1.jar | None |
| UCH | villagermarket | 1.0.0 | villager-market-1.12.2-1.0.0.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | vtt | 0.6.4 | VillagerTrades-1.12-0.6.4.jar | None |
| UCH | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| UCH | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
| UCH | wawla | 2.5.257 | Wawla-1.12.2-2.5.257.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | waystones | 4.0.49 | Waystones_1.12.2-4.0.49.jar | None |
| UCH | wirelesscharger | 1.12.2-1.0.5 | WirelessCharger-1.12.2-1.0.5.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCH | wopper | 1.12-r5 | Wopper-1.12-r5.jar | None |
| UCH | worldstripper | 1.5.1-1.12.2 | World-Stripper-1.5.1-1.12.2.jar | None |
| UCH | xnet | 1.7.3 | xnet-1.12-1.7.3.jar | None |
| UCH | yoyos | 1.12.2-1.2.2.20 | yoyos_1.12.2-1.2.2.20.jar | None |
| UCH | elulib | 0.1.12 | elulib-0.1.12.jar | None |
| UCH | librarianliblate | 4.11 | librarianlib-1.12.2-4.11.jar | None |
| UCH | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
LibLoader (# LibLoader.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.11.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.10-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
CorePlugin (UnicodeFontExtension-1.12.2-2.7.jar)
bre.ufex.asm.Transformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
com.github.parker8283.bif.Transformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
CoreMod (TickProfiler-1.12-0.0.4.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
llibrary (llibrary-core-1.0.6-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
IvToolkit (IvToolkit-1.3.3-1.12.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b156.jar)
LoadingPlugin (NoNausea-MC1.12-1.0.jar)
lumien.nonausea.asm.ClassTransformer
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
farseek.core.FarseekClassTransformer
BCModPlugin (backpacks 1.12.2 - 3.5.2.jar)
brad16840.core.ClassTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
IonChests (IonChests-1.0.0.jar)
pl.asie.ionchests.IonChestsTransformer
IMLoadingPlugin (infinimend-1.12-1.0.2.jar)
net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.3-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
AstralCore (astralsorcery-1.12.2-1.9.3.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.14.jar)
org.blockartistry.DynSurround.asm.Transformer
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.jar)
c4.colytra.asm.ElytraTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.0.jar)
lumien.randomthings.asm.ClassTransformer
ComfortsCoreLoadingPlugin (comforts-1.12.2-1.2.0.jar)
c4.comforts.asm.SleepTransformer
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
List of loaded APIs:
* antiqueatlasapi (5.1) from antiqueatlas-1.12.2-4.4.9-ce02be.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
* architectAPI (1.2.0.6) from Architect-MC1.12-1.2.0.6.jar
* Base|API (1.0.0) from base-1.12.2-3.9.0.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-125.jar
* BetweenlandsAPI (1.10.1) from TheBetweenlands-3.3.10-universal.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.1-99.jar
* BotaniaAPI (89) from Botania r1.10-354.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|boards (2.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|core (2.2) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|crops (1.1) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|enums (1.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|events (2.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|facades (1.1) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|filler (5.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|gates (4.1) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|items (1.1) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|library (2.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|lists (1.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|power (1.3) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|statements (1.1) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|tools (1.0) from buildcraft-core-7.99.17.jar
* BuildCraftAPI|transport (5.0) from buildcraft-core-7.99.17.jar
* CharsetAPI (0.1) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Audio (0.0) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Carry (0.0) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Laser (0.0) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Lib (0.2) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Locks (0.1) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Pipes (0.3) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Storage (0.1) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Tape (0.0) from Charset-Lib-0.5.3.1.jar
* CharsetAPI|Wires (0.3) from Charset-Lib-0.5.3.1.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.20.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.7.1.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* EmbersAPI (0.1) from EmbersRekindled-1.2.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.17.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.325.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.325.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-84.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-84.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.14.jar
* jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.205.jar
* MCX Model Loader (1.0.0) from modelloader-1.0.5.jar
* Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
* oreshrubs-api (0.2) from oreshrubs-1.4.4-1.12.2.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.7.4-245.jar
* pressureAPI (1.3.1.6) from pressure-1.3.1.6-mc1.12.1.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
* QuarkAPI (2) from Quark-r1.4-125.jar
* reborncoreAPI (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Power (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Recipe (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Tile (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* refraction_api (5) from refraction-1.12.2-1.9.3.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA19.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* tis3dAPI (1.4.0.29) from TIS-3D-MC1.12.2-1.4.0.29.jar
* totemic|API (1.12.2-7.0.0) from Totemic-1.12.2-0.11.2.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.9.2.319
Runtime Debofucsation 1
RenderEngine: 0
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.25, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment