You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to place down a thaumium golem on the ground in my test world, and got this:
Neither Automagy, Gadomancy or TC have configs for a Datawatcher ID that I can change
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
java.lang.IllegalArgumentException: Duplicate id value for 25!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:28)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:32)
at tuhljin.automagy.entities.GolemLink.register(GolemLink.java:103)
at tuhljin.automagy.lib.events.AutomagyEventHandler.onEntityConstructing(AutomagyEventHandler.java:132)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_529_AutomagyEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.(SourceFile:23)
at net.minecraft.entity.monster.EntityGolem.(SourceFile:8)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:114)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:142)
at thaumcraft.common.entities.golems.ItemGolemPlacer.spawnCreature(ItemGolemPlacer.java:194)
at thaumcraft.common.entities.golems.ItemGolemPlacer.onItemUseFirst(ItemGolemPlacer.java:167)
at makeo.gadomancy.common.events.EventHandlerGolem.on(EventHandlerGolem.java:121)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_728_EventHandlerGolem_on_PlayerInteractEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:28)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:32)
at tuhljin.automagy.entities.GolemLink.register(GolemLink.java:103)
at tuhljin.automagy.lib.events.AutomagyEventHandler.onEntityConstructing(AutomagyEventHandler.java:132)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_529_AutomagyEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.(SourceFile:23)
at net.minecraft.entity.monster.EntityGolem.(SourceFile:8)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:114)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:142)
at thaumcraft.common.entities.golems.ItemGolemPlacer.spawnCreature(ItemGolemPlacer.java:194)
at thaumcraft.common.entities.golems.ItemGolemPlacer.onItemUseFirst(ItemGolemPlacer.java:167)
at makeo.gadomancy.common.events.EventHandlerGolem.on(EventHandlerGolem.java:121)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_728_EventHandlerGolem_on_PlayerInteractEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@452b1b57
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Was trying to place down a thaumium golem on the ground in my test world, and got this:
Neither Automagy, Gadomancy or TC have configs for a Datawatcher ID that I can change
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 24/06/16 5:53 PM
Description: Ticking memory connection
java.lang.IllegalArgumentException: Duplicate id value for 25!
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:28)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:32)
at tuhljin.automagy.entities.GolemLink.register(GolemLink.java:103)
at tuhljin.automagy.lib.events.AutomagyEventHandler.onEntityConstructing(AutomagyEventHandler.java:132)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_529_AutomagyEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.(SourceFile:23)
at net.minecraft.entity.monster.EntityGolem.(SourceFile:8)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:114)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:142)
at thaumcraft.common.entities.golems.ItemGolemPlacer.spawnCreature(ItemGolemPlacer.java:194)
at thaumcraft.common.entities.golems.ItemGolemPlacer.onItemUseFirst(ItemGolemPlacer.java:167)
at makeo.gadomancy.common.events.EventHandlerGolem.on(EventHandlerGolem.java:121)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_728_EventHandlerGolem_on_PlayerInteractEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Stacktrace:
at net.minecraft.entity.DataWatcher.func_75682_a(SourceFile:64)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:28)
at tuhljin.automagy.entities.GolemLink.(GolemLink.java:32)
at tuhljin.automagy.entities.GolemLink.register(GolemLink.java:103)
at tuhljin.automagy.lib.events.AutomagyEventHandler.onEntityConstructing(AutomagyEventHandler.java:132)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_529_AutomagyEventHandler_onEntityConstructing_EntityConstructing.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.entity.Entity.(Entity.java:179)
at net.minecraft.entity.EntityLivingBase.(EntityLivingBase.java:119)
at net.minecraft.entity.EntityLiving.(EntityLiving.java:68)
at net.minecraft.entity.EntityCreature.(SourceFile:23)
at net.minecraft.entity.monster.EntityGolem.(SourceFile:8)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:114)
at thaumcraft.common.entities.golems.EntityGolemBase.(EntityGolemBase.java:142)
at thaumcraft.common.entities.golems.ItemGolemPlacer.spawnCreature(ItemGolemPlacer.java:194)
at thaumcraft.common.entities.golems.ItemGolemPlacer.onItemUseFirst(ItemGolemPlacer.java:167)
at makeo.gadomancy.common.events.EventHandlerGolem.on(EventHandlerGolem.java:121)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_728_EventHandlerGolem_on_PlayerInteractEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@452b1b57
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1661563368 bytes (1584 MB) / 2345664512 bytes (2237 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 5 total; -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx3072m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_C1 195 mods loaded, 195 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1558} Minecraft Forge
UCHIJAAAA Aroma1997Core{1.0.2.16} Aroma1997Core
UCHIJAAAA bettersleepingcore{1.0} Better Sleeping Core
UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core
UCHIJAAAA hardmodetweaks|core{1.0.0} Hard Mode Tweaks Core
UCHIJAAAA NotEnoughItems{1.0.5.118} Not Enough Items
UCHIJAAAA PlayerAPI{1.4} Player API
UCHIJAAAA PotionExtensionCore{1.0.4-forMC1.7} PotionExtensionCore
UCHIJAAAA flammpfeil.scaffolding.core{1.7.2 r1} ScaffoldingCore
UCHIJAAAA ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core
UCHIJAAAA WitchingGadgetsCore{1.1.9} Witching Gadgets Core
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA HxCCore-ASM{1.10.1} HxCKDMS Core ASM
UCHIJAAAA FastCraft{1.23} FastCraft
UCHIJAAAA MCP_Wheel{1.1.2} [MC+ Wheel]([1.7.10][1.2] MC+ Wheel - v1.1.2.jar)
UCHIJAAAA MCP_Cart{1.3.0} [MC+ Cart]([1.7.10][1.2] MC+ Cart - v1.3.0.jar)
UCHIJAAAA MCP_Clippers{1.1.2} [MC+ Clippers]([1.7.10][1.2] MC+ Clippers - v1.1.2.jar)
UCHIJAAAA MCP_Lock{1.2.2} [MC+ Lock]([1.7.10][1.2] MC+ Lock - v1.2.2.jar)
UCHIJAAAA MCP_Satchel{1.3.2} [MC+ Satchel]([1.7.10][1.2] MC+ Satchel - v1.3.2.jar)
UCHIJAAAA net.minecraft.scalar.pickupwidely.mod_PickupWidelySMP{1.2.3} PickupWidelySMP
UCHIJAAAA aiimprovements{0.0.1.19} AI Improvements
UCHIJAAAA algaecraft{1.5.8} AlgaeCraft
UCHIJAAAA AppleCore{1.1.0} AppleCore
UCHIJAAAA aquacreeper{1.0.1} Aqua Creeper
UCHIJAAAA AquaTweaks{1.0} AquaTweaks
UCHIJAAAA armorsets{1.0} Armor Sets
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper
UCHIJAAAA AromaBackup{0.1.0.0} AromaBackup
UCHIJAAAA AromaBackupRecovery{1.0} AromaBackup Recovery
UCHIJAAAA ascribe{1.7.10-0.1} Ascribe
UCHIJAAAA atum{0.6} Atum
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Waila{1.5.8} Waila
UCHIJAAAA Automagy{0.27.1} Automagy
UCHIJAAAA BattleText{1.0.16} BattleText
UCHIJAAAA BBox{1.0} [Bauble Box](baublebox_1.0 [1.7.10].jar)
UCHIJAAAA b_baubles{1.01} Baubles Minus Botania
UCHIJAAAA BetterAchievements{0.1.0} Better Achievements
UCHIJAAAA BetterFoliage{2.0.7} Better Foliage
UCHIJAAAA bettersleeping{1.7.10-1.2.27} Better Sleeping
UCHIJAAAA BiblioCraft{1.11.4} BiblioCraft
UCHIJAAAA BnBTweaks{${version}} Blood N' Bones Tweaks
UCHIJAAAA BowOverhaul{0.0.0} Bow Overhaul
UCHIJAAAA buffedtools{1.1.1710.1} Buffed Tools
UCHIJAAAA chameleoncreepers{1.2} Chameleon Creepers
UCHIJAAAA CoFHCore{1.7.10R3.0.3} CoFH Core
UCHIJAAAA Railcraft{9.11.0.0} Railcraft
UCHIJAAAA TwilightForest{2.3.7} The Twilight Forest
UCHIJAAAA chisel{2.9.5.11} Chisel
UCHIJAAAA CleanView{1.7.10-v2} CleanView
UCHIJAAAA cookiecore{1.3.0} Cookie Core
UCHIJAAAA cosmeticarmorreworked{1.7.10-v5d} CosmeticArmorReworked
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry](CraftHeraldry 1.1.3.jar)
UCHIJAAAA craftingtweaks{1.0.62} Crafting Tweaks
UCHIJAAAA CustomOreGen{1.2.24} Custom Ore Generation
UCHIJAAAA deconstruction{2.2.7} The Deconstruction Mod
UCHIJAAAA DescriptionTags{1.0} Description Tags
UCHIJAAAA dimdoors{2.2.5-test9} Dimensional Doors
UCHIJAAAA dimnofly{1.0} Dimensional Flight Ban
UCHIJAAAA DisenchanterMod{1.0} [Disenchanter](DisenchanterMod - [1.7.10]1.0.jar)
UCHIJAAAA DPU{1.2.40} Don't Pick Up
UCHIJAAAA DragonMounts{r41-1.7.10} Dragon Mounts
UCHIJAAAA DummyCore{1.13} DummyCore
UCHIJAAAA dsurround{1.0.5.5} Dynamic Surroundings
UCHIJAAAA easyconfigbutton{1.7.10-1.0} EasyConfigButton
UCHIJAAAA EasyCrafting{1.7.10-2.0.2-UNOFFICIAL} Easy Crafting
UCHIJAAAA eplus{3.0.2-d} Enchanting Plus
UCHIJAAAA endercore{1.7.10-0.2.0.33_beta} EnderCore
UCHIJAAAA enderspawn{1.0.0} Ender Spawn
UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} Ender Zoo
UCHIJAAAA etfuturum{@Version@} Et Futurum
UCHIJAAAA exnihilo{1.38-44} Ex Nihilo
UCHIJAAAA excore{1.5.3} EXCore
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} Mantle
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} Thermal Foundation
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCHIJAAAA ExtraSimple{1.0} [Extra Simple](Extra Simple 1.7.10 1.01.jar)
UCHIJAAAA extvil{1.7.10-3.0} Extended_Villages
UCHIJAAAA FlatSigns{2.1.0.19} Flat Signs
UCHIJAAAA gadomancy{1.0.7} Gadomancy
UCHIJAAAA grapplemod{1.7.10-v5} grapplemod
UCHIJAAAA gravelminer{1.0.5} GravelMiner
UCHIJAAAA GraveStone{2.16.1} GraveStone
UCHIJAAAA GrimoireOfGaia{1.0.0} Grimoire of Gaia 3
UCHIJAAAA Growthcraft{1.7.10-2.5.0} Growthcraft
UCHIJAAAA Growthcraft|Cellar{1.7.10-2.5.0} Growthcraft Cellar
UCHIJAAAA Growthcraft|Apples{1.7.10-2.5.0} Growthcraft Apples
UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.5.0} Growthcraft Bamboo
UCHIJAAAA Growthcraft|Grapes{1.7.10-2.5.0} Growthcraft Grapes
UCHIJAAAA Growthcraft|Hops{1.7.10-2.5.0} Growthcraft Hops
UCHIJAAAA Growthcraft|Milk{1.7.10-2.5.0} Growthcraft Milk
UCHIJAAAA Growthcraft|Rice{1.7.10-2.5.0} Growthcraft Rice
UCHIJAAAA hardmodetweaks|main{1.1.4} Hard Mode Tweaks
UCHIJAAAA HelperToolsID{v1.6f} HelperTools
UCHIJAAAA HelpFixer{1.0.7} HelpFixer
UCHIJAAAA Highlands{2.2.3} Highlands
UCHIJAAAA hungryZombies{1.2.0} Hungry Zombies
UCHIJAAAA HxCCore{1.10.1} HxC-Core
UCHIJAAAA HxCEnchants{2.2.4} HxC Enchants
UCHIJAAAA imc{1.7.4} [Improving Minecraft](Improving Minecraft-1.7.4.jar)
UCHIJAAAA InventoryCenterer{1.7.10-0.1.3} Inventory Centerer
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCHIJAAAA journeymap{5.1.4p1} JourneyMap
UCHIJAAAA jwin{univ_compat_1.7.10} Just What I Needed
UCHIJAAAA keybindingsoverhaul{1.3} Key Bindings Overhaul
UCHIJAAAA kleeslabs{1.0} KleeSlabs
UCHIJAAAA latticemod{1.0} Lattice Mod
UCHIJAAAA levels{r3.0.1} Levels
UCHIJAAAA liquidenchanting{1.8.0 - 1.1} [Liquid Enchanting](Liquid Enchanting-1.7.10 - 2.0.jar)
UCHIJAAAA mdeco{0.3.5} Magical Decorations
UCHIJAAAA MineTweaker3{3.0.10} MineTweaker 3
UCHIJAAAA testdummy{1.0} MmmMmmMmmMmm
UCHIJAAAA modtweaker2{0.9.1} Mod Tweaker 2
UCHIJAAAA me{1.3.2.1} More Enchantments
UCHIJAAAA AencEx{0.0.1} AencEx
UCHIJAAAA MFQM{1.0.7.4} More Fun Quicksand Mod
UCHIJAAAA MouseTweaks{2.4.4} Mouse Tweaks
UCHIJAAAA Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat](Neat 1.0-1.jar)
UCHIJAAAA NEIAddons{1.12.10.33} NEI Addons
UCHIJAAAA NEIAddons|AppEng{1.12.10.33} NEI Addons: Applied Energistics 2
UCHIJAAAA NEIAddons|Botany{1.12.10.33} NEI Addons: Botany
UCHIJAAAA NEIAddons|Forestry{1.12.10.33} NEI Addons: Forestry
UCHIJAAAA NEIAddons|CraftingTables{1.12.10.33} NEI Addons: Crafting Tables
UCHIJAAAA NEIAddons|ExNihilo{1.12.10.33} NEI Addons: Ex Nihilo
UCHIJAAAA neiintegration{1.0.11} NEI Integration
UCHIJAAAA wuppy29_nethereye{1.4.1} [Nether Eye](Nether Eye 1.7.10-1.4.1.jar)
UCHIJAAAA NetherDungeons{1.2.1} Nether Dungeons
UCHIJAAAA newdungeons{0.3} New Dungeons
UCHIJAAAA NodalMechanics{1.7.10R1.0} NodalMechanics
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} Not Enough Resources
UCHIJAAAA Oceancraft{1.4.1} Oceancraft
UCHIJAAAA packchevsky{b5} Potion Packs
UCHIJAAAA primitivemobs{1.0} Primitive Mobs
UCHIJAAAA realisticpain{2.0} [Realistic Pain](Realistic Pain-2.0-1.7.10.jar)
UCHIJAAAA corerm{1.0c} RikMuld's Core
UCHIJAAAA Roguelike{1.5.0} Roguelike Dungeons
UCHIJAAAA ropebridge{1.3} Rope Bridge
UCHIJAAAA runicdungeons{1.1.6c} Runic Dungeons
UCHIJAAAA saoui{1.5a} Sword Art Online UI
UCHIJAAAA flammpfeil.scaffolding{mc1.7.2 r2} Scaffolding
UCHIJAAAA shipwrecks{1.7.0} Shipwrecks!
UCHIJAAAA simplerefinement{1.0} Simple Refinement
UCHIJAAAA flammpfeil.slashblade{mc1.7.10-r79} SlashBlade
UCHIJAAAA Slugs Magic Resistance Mod{0.9} [Slug's Magic Resistance Mod](Slugs Damage Tweaks-0.9.jar)
UCHIJAAAA SophisticatedWolves{3.2.0} [SophisticatedWolves](Sophisticated Wolves 3.2.0.jar)
UCHIJAAAA SSTOW{1.7.10-0.1-RC9-7} Soul Shards: The Old Ways
UCHIJAAAA soundfilters{0.8_for_1.7.X} Sound Filters
UCHIJAAAA SpecialAI{1.1.2} Special AI
UCHIJAAAA SpecialMobs{3.2.2} Special Mobs
UCHIJAAAA sprinkles_for_vanilla{1.6.0} sprinkles_for_vanilla
UCHIJAAAA Squeedometer{1.0.3} Squeedometer
UCHIJAAAA Squake{1.0.1} Squake
UCHIJAAAA StacksOnStacks{{$version}} Stacks on Stacks!
UCHIJAAAA StoneChests{0.1} Stone Chests
UCHIJAAAA StrMod{1.0} Structures Mod
UCHIJAAAA ThaumicTinkerer{unspecified} Thaumic Tinkerer
UCHIJAAAA TaintedMagic{1.1.6.4} Tainted Magic
UCHIJAAAA ThaumcraftMobAspects{1.7.2-2A} Thaumcraft Mob Aspects
UCHIJAAAA thaumcraftneiplugin{@Version@} Thaumcraft NEI Plugin
UCHIJAAAA ThaumicMachina{0.2.1} [Thaumic Machina](Thaumic Machina-1.7.10-0.2.1.jar)
UCHIJAAAA TU{1.0} Thaumic Upholstry
UCHIJAAAA thaumicalchemy{1.7.10-1.0} Thaumic Alchemy
UCHIJAAAA thaumicbases{1.3.1710.2} Thaumic Bases
UCHIJAAAA ThaumicExploration{0.6.0} Thaumic Exploration
UCHIJAAAA ThaumicHorizons{1.1.9} Thaumic Horizons
UCHIJAAAA thebetweenlands{1.0.3-alpha} The Betweenlands
UCHIJAAAA camping{2.1g} The Camping Mod 2
UCHIJAAAA TiCTooltips{1.2.5} TiC Tooltips
UCHIJAAAA ToolUtilities{0.0.1} Tool Utilities
UCHIJAAAA totemic{1.7.10-0.6.2} Totemic
UCHIJAAAA trashslot{1.0.31} TrashSlot
UCHIJAAAA TravellersGear{1.16.4} Traveller's Gear
UCHIJAAAA twistedtweaks{0.1.2-3} Twisted Tweaks
UCHIJAAAA TwoGraves{1710.1.1} Graves
UCHIJAAAA UtilityMobs{3.1.1} Utility Mobs
UCHIJAAAA dragonnox_vanillaextended{preview-1} Vanilla Extended
UCHIJAAAA VanillaPlus{1.4.4} VanillaPlus
UCHIJAAAA VTweaks{1.4.3} V-Tweaks
UCHIJAAAA WailaHarvestability{1.1.1} Waila Harvestability
UCHIJAAAA warpbook{2.0.null} Warp Book
UCHIJAAAA wawla{1.3.3} What Are We Looking At
UCHIJAAAA Waypoints{1.1.1} Waypoints
UCHIJAAAA waystones{1.0.3} Waystones
UCHIJAAAA wisperingshout{1.0} wisperingshout
UCHIJAAAA wildcaves3{1.7.10} Wild Caves 3
UCHIJAAAA witchery{0.24.1} Witchery
UCHIJAAAA WitchingGadgets{1.1.9} Witching Gadgets
UCHIJAAAA YAFM{1.0.3} Yet Another Food Mod
UCHIJAAAA YALSM{2.1.3} Yet Another Leather Smelting Mod
UCHIJAAAA zebrastogglesneak{1.2} Zebra's Toggle Sneak&Sprint
UCHIJAAAA bspkrsCore{6.15} bspkrsCore
UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul
CoFHCore: -[1.7.10]3.0.3-303
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
ThermalFoundation: -[1.7.10]1.2.0-102
TConstruct Environment: Environment healthy.
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
HxCKDMS Crash Check: Auto reporter is disabled.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['KryptonCaptain'/1956, l='c_flat2', x=295.00, y=4.00, z=-181.05]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
The text was updated successfully, but these errors were encountered: