TheLimePixel / Crop-Block

2 stars 0 forks source link

Game crash while using JEI #37

Closed gaminggirl closed 6 years ago

gaminggirl commented 6 years ago

Version: 1.3 What did I do: I right clicked on Simple Alloy Smelter to look what recipes it could do What happened: Game crashed with an error message

Short version: The game crashed whilst updating screen events Error: java.lang.RuntimeException: Fluid tinker_io.fluids.PureMetal@57bae1d1 (puremetal, class tinker_io.fluids.PureMetal) from item 1xic2.fluid_cell@0 returned an unregistered block from getBlock(). This is a major bug in the mod that fluid belongs to."

Full report: ---- Minecraft Crash Report ----

WARNING: coremods are present: AppleCore (AppleCore-mc1.12.2-3.1.3.jar) ForgelinPlugin (Forgelin-1.7.4.jar) AstralCore (astralsorcery-1.12.2-1.9.4.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.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) BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) FMLPlugin (elulib-0.1.12.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (Quark-r1.4-125.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) Contact their authors BEFORE contacting forge

// Sorry :(

Time: 8/3/18 11:39 AM Description: Updating screen events

java.lang.RuntimeException: Fluid tinker_io.fluids.PureMetal@57bae1d1 (puremetal, class tinker_io.fluids.PureMetal) from item 1xic2.fluid_cell@0 returned an unregistered block from getBlock(). This is a major bug in the mod that fluid belongs to. at crazypants.enderio.base.paint.PaintUtil.getBlockFromItem(PaintUtil.java:280) at crazypants.enderio.base.paint.PaintSourceValidator.isValidSourceDefault(PaintSourceValidator.java:29) at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:40) at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37) at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170) at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610) at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582) at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46) at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388) at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169) at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117) at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89) at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2187_InputHandler_onGuiMouseEvent_Pre.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.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) 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:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head -- Thread: Client thread Stacktrace: at crazypants.enderio.base.paint.PaintUtil.getBlockFromItem(PaintUtil.java:280) at crazypants.enderio.base.paint.PaintSourceValidator.isValidSourceDefault(PaintSourceValidator.java:29) at crazypants.enderio.base.paint.PaintUtil.isValid(PaintUtil.java:40) at crazypants.enderio.base.recipe.painter.BasicPainterTemplate.isRecipe(BasicPainterTemplate.java:37) at crazypants.enderio.machines.integration.jei.PainterRegistryPlugin.getRecipeWrappers(PainterRegistryPlugin.java:170) at mezz.jei.recipes.RecipeRegistry.getRecipeWrappers(RecipeRegistry.java:610) at mezz.jei.recipes.RecipeRegistry.getRecipeCategories(RecipeRegistry.java:582) at mezz.jei.gui.recipes.RecipeGuiLogic.setFocus(RecipeGuiLogic.java:46) at mezz.jei.gui.recipes.RecipesGui.show(RecipesGui.java:388) at mezz.jei.input.InputHandler.handleMouseClickedFocus(InputHandler.java:169) at mezz.jei.input.InputHandler.handleMouseClick(InputHandler.java:117) at mezz.jei.input.InputHandler.handleMouseEvent(InputHandler.java:89) at mezz.jei.input.InputHandler.onGuiMouseEvent(InputHandler.java:78) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2187_InputHandler_onGuiMouseEvent_Pre.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.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:500)

-- Affected screen -- Details: Screen name: mezz.jei.gui.recipes.RecipesGui

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['gitarrlillan'/2400729, l='MpServer', x=3.74, y=95.00, z=2010.27]] Chunk stats: MultiplayerChunkCache: 288, 288 Level seed: 0 Level generator: ID 06 - voidworld, ver 0. Features enabled: false Level generator options: Level spawn location: World: (0,88,0), Chunk: (at 0,5,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 17641494 game time, 19165546 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: 43 total; [EntityPlayerSP['gitarrlillan'/2400729, l='MpServer', x=3.74, y=95.00, z=2010.27], EntityItem['item.item.snowball'/2425661, l='MpServer', x=3.77, y=99.00, z=2011.13], EntityWorm['Worm'/2403481, l='MpServer', x=60.50, y=90.50, z=1997.50], EntityWorm['Worm'/2403482, l='MpServer', x=60.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400864, l='MpServer', x=52.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400865, l='MpServer', x=52.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400866, l='MpServer', x=56.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400867, l='MpServer', x=56.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400836, l='MpServer', x=20.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400837, l='MpServer', x=24.50, y=90.50, z=1997.50], EntityWorm['Worm'/4066, l='MpServer', x=8.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400838, l='MpServer', x=28.50, y=90.50, z=1997.50], EntityWorm['Worm'/4067, l='MpServer', x=8.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400839, l='MpServer', x=16.50, y=90.50, z=2001.50], EntityWorm['Worm'/4068, l='MpServer', x=12.50, y=90.50, z=2001.50], EntityWorm['Worm'/4069, l='MpServer', x=12.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400833, l='MpServer', x=8.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400834, l='MpServer', x=12.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400835, l='MpServer', x=16.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400844, l='MpServer', x=24.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400845, l='MpServer', x=28.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400846, l='MpServer', x=28.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400847, l='MpServer', x=32.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400840, l='MpServer', x=16.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400841, l='MpServer', x=20.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400842, l='MpServer', x=20.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400843, l='MpServer', x=24.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400852, l='MpServer', x=32.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400853, l='MpServer', x=36.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400854, l='MpServer', x=36.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400855, l='MpServer', x=40.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400848, l='MpServer', x=36.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400849, l='MpServer', x=40.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400850, l='MpServer', x=44.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400851, l='MpServer', x=32.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400860, l='MpServer', x=52.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400861, l='MpServer', x=56.50, y=90.50, z=1997.50], EntityWorm['Worm'/2400862, l='MpServer', x=48.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400863, l='MpServer', x=48.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400856, l='MpServer', x=40.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400857, l='MpServer', x=44.50, y=90.50, z=2001.50], EntityWorm['Worm'/2400858, l='MpServer', x=44.50, y=90.50, z=2005.50], EntityWorm['Worm'/2400859, l='MpServer', x=48.50, y=90.50, z=1997.50]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2739) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418) 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:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1082865048 bytes (1032 MB) / 4005560320 bytes (3820 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.4.2739 176 mods loaded, 176 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                                |
|:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| UCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
| UCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
| UCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2739.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | forge                             | 14.23.4.2739             | forge-1.12.2-14.23.4.2739.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJA | openmodscore                      | 0.11.5                   | minecraft.jar                                      | None                                     |
| UCHIJA | biometweakercore                  | 1.0.39                   | minecraft.jar                                      | None                                     |
| UCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
| UCHIJA | opencomputers|core                | 1.7.2.67                 | minecraft.jar                                      | None                                     |
| UCHIJA | elucore                           | 1.0                      | minecraft.jar                                      | None                                     |
| UCHIJA | actuallyadditions                 | 1.12.2-r138              | ActuallyAdditions-1.12.2-r138.jar                  | None                                     |
| UCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
| UCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
| UCHIJA | opencomputers                     | 1.7.2.67                 | OpenComputers-MC1.12.2-1.7.2.67.jar                | None                                     |
| UCHIJA | actuallycomputers                 | 2.1.0                    | actuallycomputers-2.1.0.jar                        | None                                     |
| UCHIJA | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar              | None                                     |
| UCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
| UCHIJA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
| UCHIJA | infinitylib                       | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                             | None                                     |
| UCHIJA | agricraft                         | 2.12.0-1.12.0-a5         | agricraft-2.12.0-1.12.0-a5.jar                     | None                                     |
| UCHIJA | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
| UCHIJA | mtlib                             | 3.0.5                    | MTLib-3.0.5.jar                                    | None                                     |
| UCHIJA | modtweaker                        | 4.0.13                   | modtweaker-4.0.13.jar                              | None                                     |
| UCHIJA | jei                               | 4.11.0.206               | jei_1.12.2-4.11.0.206.jar                          | None                                     |
| UCHIJA | ctm                               | MC1.12.2-0.3.2.18        | CTM-MC1.12.2-0.3.2.18.jar                          | None                                     |
| UCHIJA | chisel                            | MC1.12.2-0.2.0.31        | Chisel-MC1.12.2-0.2.0.31.jar                       | None                                     |
| UCHIJA | endercore                         | 1.12.2-0.5.35            | EnderCore-1.12.2-0.5.35.jar                        | None                                     |
| UCHIJA | thaumcraft                        | 6.1.BETA19               | Thaumcraft-1.12.2-6.1.BETA19.jar                   | None                                     |
| UCHIJA | codechickenlib                    | 3.2.0.345                | CodeChickenLib-1.12.2-3.2.0.345-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar             | None                                     |
| UCHIJA | brandonscore                      | 2.4.4                    | BrandonsCore-1.12.2-2.4.4.173-universal.jar        | None                                     |
| UCHIJA | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | draconicevolution                 | 2.3.12                   | Draconic-Evolution-1.12.2-2.3.12.304-universal.jar | None                                     |
| UCHIJA | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | enderio                           | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderiointegrationtic             | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                           | None                                     |
| UCHIJA | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                    | None                                     |
| UCHIJA | theoneprobe                       | 1.4.23                   | theoneprobe-1.12-1.4.23.jar                        | None                                     |
| UCHIJA | immersiveengineering              | 0.12-84                  | ImmersiveEngineering-0.12-84.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJA | alternatingflux                   | 0.12-4                   | alternatingflux-0.12-4.jar                         | None                                     |
| UCHIJA | applecore                         | 3.1.3                    | AppleCore-mc1.12.2-3.1.3.jar                       | None                                     |
| UCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
| UCHIJA | astralsorcery                     | 1.9.4                    | astralsorcery-1.12.2-1.9.4.jar                     | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJA | quark                             | r1.4-125                 | Quark-r1.4-125.jar                                 | None                                     |
| UCHIJA | autoreglib                        | 1.3-18                   | AutoRegLib-1.3-18.jar                              | None                                     |
| UCHIJA | avaritia                          | 3.2.0                    | Avaritia-1.12.2-3.2.0.25-universal.jar             | None                                     |
| UCHIJA | botania                           | r1.10-354                | Botania r1.10-354.jar                              | None                                     |
| UCHIJA | avaritiatweaks                    | 1.12.2-1.1               | AvaritiaTweaks-1.12.2-1.1.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJA | ic2                               | 2.8.94-ex112             | industrialcraft-2-2.8.94-ex112.jar                 | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJA | basemetals                        | 2.5.0-beta5              | BaseMetals-1.12-2.5.0-beta5.214.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJA | betterbuilderswands               | 0.12.0                   | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar    | None                                     |
| UCHIJA | betterquesting                    | 3.5.262                  | BetterQuesting-3.5.262.jar                         | None                                     |
| UCHIJA | biometweaker                      | 3.2.354                  | BiomeTweaker-1.12.2-3.2.354.jar                    | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
| UCHIJA | blockcraftery                     | 0.1.3                    | blockcraftery-0.1.3.jar                            | None                                     |
| UCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
| UCHIJA | chiselsandbits                    | 14.20                    | chiselsandbits-14.20.jar                           | None                                     |
| UCHIJA | cyclopscore                       | 0.11.8                   | CyclopsCore-1.12.2-0.11.8.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJA | commoncapabilities                | 1.4.0                    | CommonCapabilities-1.12-1.4.0.jar                  | None                                     |
| UCHIJA | controlling                       | 3.0.6                    | Controlling-3.0.6.jar                              | None                                     |
| UCHIJA | cookingforblockheads              | 6.4.44                   | CookingForBlockheads_1.12.2-6.4.44.jar             | None                                     |
| UCHIJA | craftingtweaks                    | 8.1.9                    | CraftingTweaks_1.12.2-8.1.9.jar                    | None                                     |
| UCHIJA | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
| UCHIJA | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
| UCHIJA | cucumber                          | 1.1.1                    | Cucumber-1.12.2-1.1.1.jar                          | None                                     |
| UCHIJA | custommainmenu                    | 2.0.8                    | CustomMainMenu-MC1.12.2-2.0.8.jar                  | None                                     |
| UCHIJA | defaultworldgenerator-port        | 1.12-2.3                 | DefaultWorldGenerator-port-1.12-2.3.jar            | None                                     |
| UCHIJA | diethopper                        | 1.1                      | diethopper-1.1.jar                                 | None                                     |
| UCHIJA | dyndyn                            | 1.12.2-1.8               | DynamicDynamos-1.12.2-1.8.jar                      | None                                     |
| UCHIJA | embers                            | 0.230                    | embers-0.230.jar                                   | None                                     |
| UCHIJA | enderiobase                       | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderioconduits                   | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderioconduitsappliedenergistics | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | refinedstorage                    | 1.6                      | refinedstorage-1.6.jar                             | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJA | enderioconduitsopencomputers      | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderioconduitsrefinedstorage     | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | reborncore                        | 3.9.2.319                | RebornCore-1.12.2-3.9.2.319-universal.jar          | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJA | techreborn                        | 2.16.0.746               | TechReborn-1.12.2-2.16.0.746-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJA | forestry                          | 5.8.1.325                | forestry_1.12.2-5.8.1.325.jar                      | None                                     |
| UCHIJA | enderiointegrationforestry        | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderiointegrationticlate         | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | ftblib                            | 5.2.0.27                 | FTBLib-5.2.0.27.jar                                | None                                     |
| UCHIJA | enderiomachines                   | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | enderiopowertools                 | 5.0.29                   | EnderIO-1.12.2-5.0.29.jar                          | None                                     |
| UCHIJA | shetiphiancore                    | 3.5.7                    | shetiphiancore-1.12.0-3.5.7.jar                    | None                                     |
| UCHIJA | endertanks                        | 1.6.6                    | endertanks-1.12.0-1.6.6.jar                        | None                                     |
| UCHIJA | wanionlib                         | 1.12.2-1.5               | WanionLib-1.12.2-1.5.jar                           | None                                     |
| UCHIJA | eternalsingularity                | 1.12.2-.1.0.5            | eternalsingularity-1.12.2-1.0.5.jar                | None                                     |
| UCHIJA | extracells                        | 2.5.13                   | ExtraCells-1.12.2-2.5.13a60.jar                    | None                                     |
| UCHIJA | zerocore                          | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                          | None                                     |
| UCHIJA | bigreactors                       | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                | None                                     |
| UCHIJA | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                              | None                                     |
| UCHIJA | finite-water-control              | 1.0                      | finite-water-control-1.12-1.0.jar                  | None                                     |
| UCHIJA | foamfix                           | 0.9.9.1-1.12.2           | foamfix-0.9.9.1-1.12.2-anarchy.jar                 | None                                     |
| UCHIJA | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                 | None                                     |
| UCHIJA | forgemultipartcbe                 | 2.4.2.60                 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJA | microblockcbe                     | 2.4.2.60                 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar       | None                                     |
| UCHIJA | minecraftmultipartcbe             | 2.4.2.60                 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar       | None                                     |
| UCHIJA | forgivingvoid                     | 1.0.17                   | ForgivingVoid_1.12.2-1.0.17.jar                    | None                                     |
| UCHIJA | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                        | None                                     |
| UCHIJA | ftbutilities                      | 5.2.0.32                 | FTBUtilities-5.2.0.32.jar                          | None                                     |
| UCHIJA | immersivecables                   | 1.3.1                    | ImmersiveCables-1.12.2-1.3.1.jar                   | None                                     |
| UCHIJA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
| UCHIJA | integrateddynamics                | 0.11.14                  | IntegratedDynamics-1.12.2-0.11.14.jar              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJA | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-0.11.14.jar              | None                                     |
| UCHIJA | integratedtunnels                 | 1.5.6                    | IntegratedTunnels-1.12.2-1.5.6.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJA | integratedtunnelscompat           | 1.0.0                    | IntegratedTunnels-1.12.2-1.5.6.jar                 | None                                     |
| UCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJA | mysticalagriculture               | 1.6.12                   | mysticalagriculture-1.12-1.6.12.jar                | None                                     |
| UCHIJA | mysticalagradditions              | 1.2.8                    | mysticalagradditions-1.12-1.2.8.jar                | None                                     |
| UCHIJA | jaopcaagriculture                 | 1.12.2-1.2.1.13          | JAOPCAAgriculture-1.12.2-1.2.1.13.jar              | None                                     |
| UCHIJA | jaopcasingularities               | 1.12.2-2.2.0.8           | JAOPCASingularities-1.12.2-2.2.0.8.jar             | None                                     |
| UCHIJA | jaopca                            | 1.12.2-2.2.8.91          | JAOPCA-1.12.2-2.2.8.91.jar                         | None                                     |
| UCHIJA | oredictinit                       | 1.12.2-2.2.1.68          | JAOPCA-1.12.2-2.2.8.91.jar                         | None                                     |
| UCHIJA | harvestcraft                      | 1.12.2u                  | Pam's HarvestCraft 1.12.2u.jar                     | None                                     |
| UCHIJA | jehc                              | 1.12.2                   | JEHC-1.12.2-1.6.1.0.jar                            | None                                     |
| UCHIJA | kleeslabs                         | 5.4.10                   | KleeSlabs_1.12.2-5.4.10.jar                        | None                                     |
| UCHIJA | matc                              | 0.1.0                    | matc-1.0.0-hotfix.jar                              | None                                     |
| UCHIJA | mekanism                          | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                     | None                                     |
| UCHIJA | mekanismgenerators                | 9.4.11                   | MekanismGenerators-1.12.2-9.4.13.349.jar           | None                                     |
| UCHIJA | mekanismtools                     | 9.4.11                   | MekanismTools-1.12.2-9.4.13.349.jar                | None                                     |
| UCHIJA | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                              | None                                     |
| UCHIJA | moreoverlays                      | 1.14                     | moreoverlays-1.14-mc1.12.2.jar                     | None                                     |
| UCHIJA | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                            | None                                     |
| UCHIJA | mousetweaks                       | 2.8                      | MouseTweaks-2.8-mc1.12.1.jar                       | None                                     |
| UCHIJA | mrtjpcore                         | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar            | None                                     |
| UCHIJA | multistorage                      | 1.4.10                   | multistorage-1.12.0-1.4.10.jar                     | None                                     |
| UCHIJA | netherportalfix                   | 5.3.13                   | NetherPortalFix_1.12.1-5.3.13.jar                  | None                                     |
| UCHIJA | openmods                          | 0.11.5                   | OpenModsLib-1.12.2-0.11.5.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJA | openblocks                        | 1.7.6                    | OpenBlocks-1.12.2-1.7.6.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJA | orespawn                          | 3.2.2                    | OreSpawn-1.12-3.2.2.113.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJA | p455w0rdslib                      | 2.0.32                   | p455w0rdslib-1.12-2.0.32.jar                       | None                                     |
| UCHIJA | pewter                            | 0.4.0                    | Pewter-0.4.0.jar                                   | None                                     |
| UCHIJA | placebo                           | 1.4.0                    | Placebo-1.12.2-1.4.0.jar                           | None                                     |
| UCHIJA | plustic                           | 6.5.2.0                  | plustic-6.5.2.0.jar                                | None                                     |
| UCHIJA | projectred-core                   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                | None                                     |
| UCHIJA | projectred-integration            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar         | None                                     |
| UCHIJA | projectred-transmission           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar         | None                                     |
| UCHIJA | projectred-fabrication            | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar         | None                                     |
| UCHIJA | projectred-illumination           | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar            | None                                     |
| UCHIJA | projectred-expansion              | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar          | None                                     |
| UCHIJA | projectred-relocation             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar          | None                                     |
| UCHIJA | projectred-transportation         | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar          | None                                     |
| UCHIJA | questbook                         | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                           | None                                     |
| UCHIJA | rebornstorage                     | 1.0.0                    | RebornStorage-1.12.2-3.2.0.60.jar                  | None                                     |
| UCHIJA | redstonearsenal                   | 2.5.1                    | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | refinedstorageaddons              | 0.4                      | refinedstorageaddons-0.4.jar                       | None                                     |
| UCHIJA | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJA | restrictedportals                 | 1.12-0.6.3               | restrictedportals-1.12-0.6.3.jar                   | None                                     |
| UCHIJA | rustic                            | 1.0.6                    | rustic-1.0.6.jar                                   | None                                     |
| UCHIJA | scavenge                          | 1.8                      | Scavenge V1.12-1.8.3.1.jar                         | None                                     |
| UCHIJA | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | simplyjetpacks                    | 2.2.7.45                 | SimplyJetpacks2-1.12.2-2.2.7.45.jar                | None                                     |
| UCHIJA | solcarrot                         | 1.3.1                    | solcarrot-1.12.2-1.3.3.jar                         | None                                     |
| UCHIJA | soot                              | 0.18hotfix               | Soot-0.18hotfix.jar                                | None                                     |
| UCHIJA | bq_standard                       | 3.4.143                  | StandardExpansion-3.4.143.jar                      | None                                     |
| UCHIJA | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                    | None                                     |
| UCHIJA | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
| UCHIJA | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.4.0-14.jar                     | None                                     |
| UCHIJA | thaumicperiphery                  | 0.2.4                    | thaumicperiphery-0.2.4.jar                         | None                                     |
| UCHIJA | thermalcultivation                | 0.3.0                    | ThermalCultivation-1.12.2-0.3.0.7-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJA | thirstybottles                    | 1.1.4                    | ThirstyBottles-1.12.2-1.1.4.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJA | tinker_io                         | release 2.6.1            | tinker_io-1.12.2-release 2.6.1.jar                 | None                                     |
| UCHIJA | tinkertoolleveling                | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar                | None                                     |
| UCHIJA | tipthescales                      | 1.0.1                    | TipTheScales-1.12.2-1.0.1.jar                      | None                                     |
| UCHIJA | toastcontrol                      | 1.7.0                    | Toast Control-1.12.2-1.7.0.jar                     | None                                     |
| UCHIJA | topaddons                         | 1.12.2-1.8.0             | topaddons-1.12.2-1.8.0.jar                         | None                                     |
| UCHIJA | torchoptimizer                    | 1.12.2-2.0.4             | torchoptimizer-1.12.2-2.0.4.jar                    | None                                     |
| UCHIJA | voidislandcontrol                 | 1.3.9                    | voidislandcontrol-1.3.9.jar                        | None                                     |
| UCHIJA | wct                               | 3.9.66                   | WirelessCraftingTerminal-1.12.2-3.9.66.jar         | None                                     |
| UCHIJA | yoyos                             | 1.12.2-1.2.2.20          | yoyos_1.12.2-1.2.2.20.jar                          | None                                     |
| UCHIJA | industrialwires                   | 1.7-27                   | IndustrialWires-1.7-27.jar                         | 7e11c175d1e24007afec7498a1616bef0000027d |
| UCHIJA | reauth                            | 3.6.0                    | reauth-3.6.0.jar                                   | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJA | elulib                            | 0.1.12                   | elulib-0.1.12.jar                                  | None                                     |
| UCHIJA | 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 ForgelinPlugin (Forgelin-1.7.4.jar)

AstralCore (astralsorcery-1.12.2-1.9.4.jar)

OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer 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 BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar) me.superckl.biometweakercore.BiomeTweakerASMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer FMLPlugin (elulib-0.1.12.jar) elucent.elulib.asm.ASMTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher 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 LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 970/PCIe/SSE2' OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554 Pulsar/tconstruct loaded Pulses:

gaminggirl commented 6 years ago

Same result with SAG Mill, Fused Quartz