AtomicBlom / ShearMadness

A stupid mod about making sheep more aesthetically pleasing.
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Crashing while chiseling sheep, leaving server unplayable #41

Closed Spitfire1911 closed 6 years ago

Spitfire1911 commented 6 years ago

--- Minecraft Crash Report ----

WARNING: coremods are present: BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar) ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar) ForgelinPlugin (Forgelin-1.5.1.jar) LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar) SFRCore (SolarFluxReborn_1.10.2-2.17r.jar) LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar) literalascension (literalascension-1.10.2-1.0.2.2.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar) Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar) TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar) AppleCore (AppleCore-mc1.10.2-2.2.2.jar) llibrary (llibrary-1.7.7-1.10.2.jar) CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) Default Options (DefaultOptions_1.10.2-6.1.5.jar) CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar) Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar) HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar) NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar) BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar) Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 3/5/18 5:55 AM Description: Rendering entity in world

com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: team/chisel/client/ChiselExtendedState at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199) at com.google.common.cache.LocalCache.get(LocalCache.java:3934) at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736) at com.github.atomicblom.shearmadness.rendering.LayerSheepChiselWool.doRenderLayer(LayerSheepChiselWool.java:72) at com.github.atomicblom.shearmadness.rendering.LayerSheepChiselWool.func_177141_a(LayerSheepChiselWool.java:33) at net.minecraft.client.renderer.entity.RenderLivingBase.func_177093_a(RenderLivingBase.java:436) at net.minecraft.client.renderer.entity.RenderLivingBase.func_76986_a(RenderLivingBase.java:188) at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:41) at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:16) at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:366) at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:350) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:624) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: team/chisel/client/ChiselExtendedState at com.github.atomicblom.shearmadness.variations.chisel.visuals.DefaultChiselModelMaker.getChiselBodyModelRenderer(DefaultChiselModelMaker.java:53) at com.github.atomicblom.shearmadness.variations.chisel.visuals.DefaultChiselModelMaker.lambda$createModel$31(DefaultChiselModelMaker.java:40) at java.util.Optional.ifPresent(Unknown Source) at com.github.atomicblom.shearmadness.variations.chisel.visuals.DefaultChiselModelMaker.createModel(DefaultChiselModelMaker.java:40) at com.github.atomicblom.shearmadness.rendering.LayerSheepChiselWool.lambda$doRenderLayer$64(LayerSheepChiselWool.java:80) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4739) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) ... 23 more Caused by: java.lang.ClassNotFoundException: team.chisel.client.ChiselExtendedState at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 33 more Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Client thread Stacktrace: at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199) at com.google.common.cache.LocalCache.get(LocalCache.java:3934) at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4736) at com.github.atomicblom.shearmadness.rendering.LayerSheepChiselWool.doRenderLayer(LayerSheepChiselWool.java:72) at com.github.atomicblom.shearmadness.rendering.LayerSheepChiselWool.func_177141_a(LayerSheepChiselWool.java:33) at net.minecraft.client.renderer.entity.RenderLivingBase.func_177093_a(RenderLivingBase.java:436) at net.minecraft.client.renderer.entity.RenderLivingBase.func_76986_a(RenderLivingBase.java:188) at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:41) at net.minecraft.client.renderer.entity.RenderLiving.func_76986_a(SourceFile:16)

-- Entity being rendered -- Details: Entity Type: Sheep (net.minecraft.entity.passive.EntitySheep) Entity ID: 1618090 Entity Name: Sheep Entity's Exact location: -1795.16, 72.00, -3291.31 Entity's Block location: World: (-1796,72,-3292), Chunk: (at 12,4,4 in -113,-206; contains blocks -1808,0,-3296 to -1793,255,-3281), Region: (-4,-7; contains chunks -128,-224 to -97,-193, blocks -2048,0,-3584 to -1537,255,-3073) Entity's Momentum: 0.00, -0.03, 0.00 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null

-- Renderer details -- Details: Assigned renderer: com.github.atomicblom.shearmadness.rendering.RenderChiselSheep@1475e151 Location: -1.58,0.00,-4.20 - World: (-2,0,-5), Chunk: (at 14,0,11 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Rotation: 118.125 Delta: 0.0134266615 Stacktrace: at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:366) at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:350) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:624) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Spitfire1911'/1618035, l='MpServer', x=-1793.58, y=72.00, z=-3287.11]] Chunk stats: MultiplayerChunkCache: 289, 289 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (157,65,258), Chunk: (at 13,4,2 in 9,16; contains blocks 144,0,256 to 159,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 88579386 game time, 90145866 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 28 total; [EntityPlayerSP['Spitfire1911'/1618035, l='MpServer', x=-1793.58, y=72.00, z=-3287.11], EntitySheep['Sheep'/1617360, l='MpServer', x=-1789.50, y=72.00, z=-3289.50], EntityZombie['Zombie'/1619729, l='MpServer', x=-1796.50, y=73.00, z=-3364.50], EntitySlime['Slime'/1618836, l='MpServer', x=-1786.33, y=9.25, z=-3343.14], EntityCreeper['Creeper'/1619338, l='MpServer', x=-1784.87, y=73.00, z=-3366.38], EntityXPOrb['Experience Orb'/1324928, l='MpServer', x=-1813.60, y=12.00, z=-3346.26], EntityChicken['Chicken'/1617359, l='MpServer', x=-1788.90, y=72.00, z=-3285.76], EntitySlime['Slime'/1619023, l='MpServer', x=-1778.02, y=9.17, z=-3341.60], EntitySlime['Slime'/1618308, l='MpServer', x=-1783.15, y=8.50, z=-3339.47], EntityXPOrb['Experience Orb'/992489, l='MpServer', x=-1810.88, y=12.00, z=-3301.97], EntityHuman['Tmorrish'/1619582, l='MpServer', x=-1797.50, y=73.00, z=-3365.50], EntityXPOrb['Experience Orb'/992487, l='MpServer', x=-1808.57, y=12.00, z=-3302.65], EntityItem['item.tile.torch'/1618088, l='MpServer', x=-1796.82, y=44.00, z=-3285.77], EntityItem['item.item.egg'/1618089, l='MpServer', x=-1792.72, y=72.00, z=-3293.70], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8690, l='MpServer', x=-1778.50, y=66.50, z=-3296.50], EntitySheep['Sheep'/1618090, l='MpServer', x=-1795.16, y=72.00, z=-3291.31], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8691, l='MpServer', x=-1778.50, y=66.50, z=-3300.50], EntityXPOrb['Experience Orb'/1618091, l='MpServer', x=-1824.99, y=60.00, z=-3272.45], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8692, l='MpServer', x=-1782.50, y=66.50, z=-3296.50], EntityXPOrb['Experience Orb'/1618092, l='MpServer', x=-1819.46, y=28.00, z=-3278.25], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8693, l='MpServer', x=-1786.50, y=66.50, z=-3296.50], EntityXPOrb['Experience Orb'/1618093, l='MpServer', x=-1818.95, y=28.00, z=-3269.18], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8694, l='MpServer', x=-1778.50, y=66.50, z=-3308.50], EntityXPOrb['Experience Orb'/1618094, l='MpServer', x=-1817.92, y=28.00, z=-3279.17], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/8695, l='MpServer', x=-1778.50, y=66.50, z=-3304.50], EntityXPOrb['Experience Orb'/1618095, l='MpServer', x=-1811.84, y=60.00, z=-3267.11], EntityHuman['bestrange'/8700, l='MpServer', x=-1807.47, y=44.00, z=-3360.80], EntityHuman['cmmeeks18'/8701, l='MpServer', x=-1792.20, y=44.00, z=-3364.76]] Retry entities: 11 total; [EntityXPOrb['Experience Orb'/1618091, l='MpServer', x=-1824.99, y=60.00, z=-3272.45], EntityXPOrb['Experience Orb'/1324928, l='MpServer', x=-1813.60, y=12.00, z=-3346.26], EntityXPOrb['Experience Orb'/1618092, l='MpServer', x=-1819.46, y=28.00, z=-3278.25], EntityXPOrb['Experience Orb'/1618093, l='MpServer', x=-1818.95, y=28.00, z=-3269.18], EntityXPOrb['Experience Orb'/992489, l='MpServer', x=-1810.88, y=12.00, z=-3301.97], EntityXPOrb['Experience Orb'/1618094, l='MpServer', x=-1817.92, y=28.00, z=-3279.17], EntityXPOrb['Experience Orb'/1618095, l='MpServer', x=-1811.84, y=60.00, z=-3267.11], EntityXPOrb['Experience Orb'/1619647, l='MpServer', x=-1789.91, y=72.94, z=-3373.05], EntityXPOrb['Experience Orb'/992487, l='MpServer', x=-1808.57, y=12.00, z=-3302.65], EntityXPOrb['Experience Orb'/1619648, l='MpServer', x=-1789.91, y=72.94, z=-3373.05], EntityXPOrb['Experience Orb'/1619649, l='MpServer', x=-1789.91, y=72.94, z=-3373.05]] Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.12-SNAPSHOT:61cb2df:1266) <- fml,forge,sponge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_161, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3550607144 bytes (3386 MB) / 6123683840 bytes (5840 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 4 total; -Xms256M -Xmx6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.32 Powered by Forge 12.18.3.2477 196 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 UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2477-universal.jar) UCHIJA Forge{12.18.3.2477} [Minecraft Forge] (forge-1.10.2-12.18.3.2477-universal.jar) UCHIJA NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) UCHIJA OpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar) UCHIJA foamfixcore{7.7.4} [FoamFixCore] (minecraft.jar) UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) UCHIJA fenceoverhaul{1.2.1} [Fence Overhaul] ([1.10.x]FenceOverhaul-1.2.1.jar) UCHIJA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar) UCHIJA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) UCHIJA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) UCHIJA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar) UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) UCHIJA OpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar) UCHIJA actuallycomputers{1.0.0} [ActuallyComputers] (actuallycomputers-1.0.0.jar) UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar) UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.6.3.jar) UCHIJA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar) UCHIJA AppleCore{2.2.2} [AppleCore] (AppleCore-mc1.10.2-2.2.2.jar) UCHIJA apple_shields{0.1.7} [apple_shields] (AppleShields-0.1.7.jar) UCHIJA appleskin{1.0.8} [AppleSkin] (AppleSkin-mc1.10.2-1.0.8.jar) UCHIJA autopackager{1.6.4b} [AutoPackager] (autopackager-1.6.4b.jar) UCHIJA Psi{r1.0-42} [Psi] (Psi-r1.0-42.jar) UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) UCHIJA baconators{3.0.6} [Baconators] (baconators-1.10.2-3.0.6.jar) UCHIJA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar) UCHIJA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar) UCHIJA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar) UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar) UCHIJA bedbugs{@VERSION@} [Bed Bugs] (BedBugs-1.10.2-1.1.6.jar) UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar) UCHIJA betterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar) UCHIJA biometweaker{2.3.239} [BiomeTweaker] (BiomeTweaker-1.10.2-2.3.239.jar) UCHIJA BlockDispenser{1.0} [BlockDispenser] (BlockDispenser-1.0-1.jar) UCHIJA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar) UCHIJA BloodMagic{1.10.2-2.1.11-80} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.11-80.jar) UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar) UCHIJA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) UCHIJA brandonscore{2.1.12} [Brandon's Core] (BrandonsCore-1.10.2-2.1.12.130-universal.jar) UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar) UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) UCHIJA ceramics{1.10.2-1.1.6b} [Ceramics] (Ceramics-1.10.2-1.1.6b.jar) UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar) UCHIJA chancecubes{1.10.2-3.0.1.207} [Chance Cubes] (ChanceCubes-1.10.2-3.0.1.207.jar) UCHIJA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar) UCHIJA CharsetLib{0.3.5} [?] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) UCHIJA CharsetPipes{0.3.5} [|] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) UCHIJA CharsetWrench{0.3.5} [/] (Charset-mc1.10.2-0.3.5-fd38f2c944396214.jar) UCHIJA ChestTransporter{2.5.18} [Chest Transporter] (ChestTransporter-1.10.2-2.5.18.jar) UCHIJA ChickenChunks{2.2.0.52} [ChickenChunks] (ChickenChunks-1.10.2-2.2.0.52-universal.jar) UCHIJA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar) UCHIJA chisel{MC1.10.2-0.0.14.33} [Chisel] (Chisel-MC1.10.2-0.0.14.33.jar) UCHIJA chiselsandbits{12.15} [Chisels & Bits] (chiselsandbits-12.15.jar) UCHIJA clienttweaks{1.1.16} [Client Tweaks] (ClientTweaks_1.10.2-1.1.16.jar) UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar) UCHIJA clipboard{@VERSION@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar) UCHIJA clumps{1.0.5} [Clumps] (Clumps-1.0.5.jar) UCHIJA cyclopscore{0.10.9} [Cyclops Core] (CyclopsCore-1.9.4-0.10.9.jar) UCHIJA colossalchests{1.6.0} [Colossal Chests] (ColossalChests-1.10.2-1.6.0.jar) UCHIJA commoncapabilities{1.3.3} [CommonCapabilities] (CommonCapabilities-1.9.4-1.3.3.jar) UCHIJA controlling{1.0.5} [Controlling] (Controlling-1.0.5.jar) UCHIJA cookingforblockheads{4.2.45} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.45.jar) UCHIJA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.26.jar) UCHIJA ctm{MC1.10.2-0.2.2.24} [CTM] (CTM-MC1.10.2-0.2.2.24.jar) UCHIJA custommainmenu{2.0.5} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.5.jar) UCHIJA Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar) UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar) UCHIJA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.10.2.jar) UCHIJA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.10.2.jar) UCHIJA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar) UCHIJA dimensionalcake{0.0.1} [Dimensional Cake] (dimensionalcake-1.9.4-0.0.1.jar) UCHIJA draconicevolution{2.1.6} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.1.6.263-universal.jar) UCHIJA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar) UCHIJA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) UCHIJA bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar) UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar) UCHIJA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar) UCHIJA energyconverters{1.0.0.26} [Energy Converters] (energyconverters_1.10.2-1.0.0.26.jar) UCHIJA engineersworkshop{1.3.6-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.3.6-1.10.2.jar) UCHIJA valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar) UCHIJA environmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar) UCHIJA etlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar) UCHIJA exnihiloadscensio{0.1.5} [Ex Nihilo Adscensio] (exnihiloadscensio-1.10.2-0.1.20.jar) UCHIJA excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar) UCHIJA ExtraBitManipulation{1.10.2-2.5.1} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.5.1.jar) UCHIJA zerocore{1.10.2-0.1.0.6} [Zero CORE] (zerocore-1.10.2-0.1.0.6.jar) UCHIJA bigreactors{1.10.2-0.4.5.30} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.30.jar) UCHIJA fairylights{2.1.2} [Fairy Lights] (fairylights-2.1.2-1.10.2.jar) UCHIJA farmingforblockheads{1.1.16} [Farming for Blockheads] (FarmingForBlockheads_1.10.2-1.1.16.jar) UCHIJA flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar) UCHIJA sonarcore{3.3.0} [SonarCore] (SonarCore-1.10.2-3.3.0.jar) UCHIJA fluxnetworks{1.2.8} [FluxNetworks] (FluxNetworks-1.10.2-1.2.8.jar) UCHIJA foamfix{@VERSION@} [FoamFix] (foamfix-0.7.2-anarchy.jar) UCHIJA forgelin{1.5.1} [Shadowfacts' Forgelin] (Forgelin-1.5.1.jar) UCHIJA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) UCHIJA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) UCHIJA fw{1.5.1} [Fullscreen Windowed] (FullscreenWindowed-1.10.2-1.5.1.jar) UCHIJA Funnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar) UCHIJA GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar) UCHIJA advgenerators{0.9.20.23} [Advanced Generators] (generators-0.9.20.23-mc1.10.2.jar) UCHIJA googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar) UCHIJA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar) UCHIJA grue{1.3.5} [Grue] (Grue-1.9.4-1.3.5.jar) UCHIJA gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar) UCHIJA hammercore{1.9.4.3} [Hammer Core] (HammerCore-1.10.2-1.9.4.3.jar) UCHIJA hatchery{0.3.21} [Hatchery] (hatchery-1.10.2-0.3.21.jar) UCHIJA headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar) UCHIJA hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar) UCHIJA hydrogel{0.9} [HydroGel] (hydrogel-0.9.jar) UCHIJA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar) UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) UCHIJA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar) UCHIJA mtlib{@VERSION@} [MTLib] (MTLib-1.0.3.jar) UCHIJA initialinventory{1.0.1} [InitialInventory] (InitialInventory-1.0.1.jar) UCHIJA integrateddynamics{0.7.12} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.7.12.jar) UCHIJA integratedtunnels{1.2.5} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.2.5.jar) UCHIJA inventorysorter{0.11.0+47} [Simple Inventory sorting] (inventorysorter-1.10.2-0.11.0+47.jar) UCHIJA ironbackpacks{1.10.2-2.2.31} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.31.jar) UCHIJA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar) UCHIJA yunomakegoodmap{1.10.2-6.1.0.26} [YUNoMakeGoodMap] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar) UCHIJA itsbecauseuhasnogoodspawn{1.0.5} [ItsBecauseUHasNoGoodSpawn] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar) UCHIJA ItsRainingFood{1.0.2} [It's Raining Food] (itsrainingfood-1.10.2-0.1.0.jar) UCHIJA journeymap{1.10.2-5.5.0b4} [JourneyMap] (journeymap-1.10.2-5.5.0b4.jar) UCHIJA kleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar) UCHIJA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.10.2.jar) UCHIJA literalascension{1.10.2-1.0.2.2} [Literal Ascension] (literalascension-1.10.2-1.0.2.2.jar) UCHIJA boots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar) UCHIJA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar) UCHIJA mercurius{1.0.6} [Mercurius] (Mercurius-1.10.2-1.0.6.jar) UCHIJA minemenu{1.4.5} [MineMenu] (MineMenu-1.10.2-1.4.5-universal.jar) UCHIJA minicoal{1.1.0} [MiniCoal] (minicoal-1.1.0.jar) UCHIJA natura{1.10.2-4.1.0.80} [Natura] (natura-1.10.2-4.1.0.80.jar) UCHIJA missing_pieces{4.3.0} [Missing Pieces] (missing_pieces-1.10.2-4.3.0.jar) UCHIJA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar) UCHIJA roots{0.208} [Roots] (roots-0.208.jar) UCHIJA moarsigns{4.2.3.9} [MoarSigns] (MoarSigns-1.10.2-4.2.3.9.jar) UCHIJA mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar) UCHIJA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar) UCHIJA morechickens{1.1.6} [More Chickens] (MoreChickens-1.10.2-1.1.6.jar) UCHIJA shear{1.1.2} [More Shearables] (MoreShearables1.2.1-1.10.2.jar) UCHIJA moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar) UCHIJA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar) UCHIJA mousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar) UCHIJA mputils{1.2.9} [ModPack Utilities] (mputils-1.10.2-1.2.9.jar) UCHIJA mpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar) UCHIJA mysticalagriculture{1.5.8} [Mystical Agriculture] (mysticalagriculture[1.10.2]-1.5.8.jar) UCHIJA Neat{1.3-12} [Neat] (Neat 1.3-12.jar) UCHIJA nice{0.1.0} [Nice] (nice-0.1.0.jar) UCHIJA notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar) UCHIJA oreexcavation{1.2.102} [OreExcavation] (OreExcavation-1.2.102.jar) UCHIJA packingtape{0.6.0} [Packing Tape] (PackingTape-1.10.2-0.6.0.jar) UCHIJA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJA shetiphiancore{3.3.11} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.11.jar) UCHIJA platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar) UCHIJA reborncore{2.13.6.142} [RebornCore] (RebornCore-1.10.2-2.13.6.142-universal.jar) UCHIJA quantumstorage{3.3.6} [QuantumStorage] (QuantumStorage-1.10.2-3.3.6.jar) UCHIJA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar) UCHIJA reborncore-mcmultipart{2.13.6.142} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.6.142-universal.jar) UCHIJA refinedstorage{1.2.26} [Refined Storage] (refinedstorage-1.2.26.jar) UCHIJA rebornstorage{1.0.0} [RebornStorage] (RebornStorage-1.10.2-1.0.3.30.jar) UCHIJA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) UCHIJA reliquia{0.0.7} [Reliquia] (Reliquia-[1.10.2]-0.0.7.jar) UCHIJA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) UCHIJA rftools{6.13} [RFTools] (rftools-1.1x-6.13.jar) UCHIJA rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar) UCHIJA rftoolsdim{5.05} [RFTools Dimensions] (rftoolsdim-1.1x-5.05.jar) UCHIJA woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Wooden Shears] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar) UCHIJA scanner{1.4.1} [Scanner] (scanner-1.5.2.jar) UCHIJA shearmadness{1.10.2} [Shear Madness] (shearmadness-1.10.2-1.7.0.4.jar) UCHIJA SimpleAchievements{MC1.9.4-1.2.2-28} [Simple Achievements] (SimpleAchievements-MC1.9.4-1.2.2-28.jar) UCHIJA simplebarrels{1.26e} [Simple Barrels] (simplebarrels-1.26e.jar) UCHIJA simplecorn{2.2.0} [Simple Corn] (simpleCorn-1.10.2-2.2.0.jar) UCHIJA simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar) UCHIJA SimpleLabels{0.0.1} [SimpleLabels] (simplelabels-1-10.2-0.0.3.jar) UCHIJA simplyjetpacks{2.1.3.55} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.1.3.55.jar) UCHIJA snad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar) UCHIJA solarfluxreborn{2.17r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.17r.jar) UCHIJA stevescarts{2.2.0.86} [Steve's Carts 2] (StevesCarts-1.10.2-2.2.0.86.jar) UCHIJA rscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar) UCHIJA beneath{1.2.0} [The Beneath] (The Beneath-1.10.2-1.2.0.jar) UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJA tp{1.1.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.1.0.jar) UCHIJA torchmaster{1.4.1.34} [TorchMaster] (torchmaster_1.10.2-1.4.1.34.jar) UCHIJA Translocator{2.1.4.55} [Translocator] (Translocators-1.10.2-2.1.4.55-universal.jar) UCHIJA ts2k16{1.0.3} [Twerk-Sim 2K16] (TS2K16-1.0.3.jar) UCHIJA twitchcrumbs{2.0.4} [Twitchcrumbs] (Twitchcrumbs_1.10.2-2.0.4.jar) UCHIJA voidcup{1.0} [voidcup] (voidcup-1.10.2-0.0.1.jar) UCHIJA waddles{0.5.4} [Waddles] (Waddles-1.10.2-0.5.4.jar) UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar) UCHIJA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar) UCHIJA wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar) UCHIJA withercrumbs{@version@} [Wither Crumbs] (witherCrumbs-1.10.2-0.9.jar) UCHIJA xprings{1.3.0} [Experience Rings] (xprings-1.10-1.3.0.jar) UCHIJA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar) UD BiomeTweakerCore{2.3.239} [BiomeTweaker Core] (minecraft.jar) Loaded coremods (and transformers): BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar) net.darkhax.bookshelf.asm.BookshelfTransformerManager ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar) shetiphian.core.asm.ClassTransformer ForgelinPlugin (Forgelin-1.5.1.jar)

LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar) lumien.randomthings.asm.ClassTransformer SFRCore (SolarFluxReborn_1.10.2-2.17r.jar) com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) lumien.resourceloader.asm.ClassTransformer NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar) net.fybertech.nwr.NWRTransformer literalascension (literalascension-1.10.2-1.0.2.2.jar) com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar) com.enderio.core.common.transform.EnderCoreTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.2-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar) li.cil.oc.common.asm.ClassTransformer AppleCore (AppleCore-mc1.10.2-2.2.2.jar) squeek.applecore.asm.TransformerModuleHandler llibrary (llibrary-1.7.7-1.10.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) codechicken.lib.asm.ClassHeirachyManager codechicken.lib.asm.CCL_ASMTransformer Default Options (DefaultOptions_1.10.2-6.1.5.jar) net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer CTMCorePlugin (CTM-MC1.10.2-0.2.2.24.jar) team.chisel.ctm.client.asm.CTMTransformer Brandon's Core (BrandonsCore-1.10.2-2.1.12.130-universal.jar) com.brandon3055.brandonscore.asm.ClassTransformer HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar) com.pengu.hammercore.asm.HammerCoreTransformer NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) codechicken.nei.asm.NEITransformer RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar) reborncore.mixin.transformer.MixinTransformer BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar) me.superckl.biometweaker.core.BiomeTweakerASMTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.01' Renderer: 'GeForce GTX 1080/PCIe/SSE2' Pulsar/tconstruct loaded Pulses:

AtomicBlom commented 6 years ago

Sorry, I've been unable to do much in the way of modding. This is now fixed in version 1.7.1 for MC 1.10.2 and 1.11.2. 1.12.2 should have been unaffected.