Enigmatica 2 1.67d - World loading issue from AE
hron84 opened this issue ยท 1 comments
Basically same as Enigmatica2Expert#991
---- Minecraft Crash Report ----
WARNING: coremods are present:
AstralCore (astralsorcery-1.12.2-1.10.18.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.18.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
Quark Plugin (Quark-r1.5-152.jar)
RandomPatches (randompatches-1.12.2-1.15.1.0.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Wizardry Plugin (wizardry-0.9.9.jar)
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
PluginLoader (MemoryTester-0.4.2.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 6/22/19 5:10 PM
Description: Initializing game
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalStateException: Corrupted loading model stack: appliedenergistics2:item/dummy_fluid_item_base != appliedenergistics2:item/facade_base
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.util.concurrent.ForkJoinTask.getThrowableException(Unknown Source)
at java.util.concurrent.ForkJoinTask.reportException(Unknown Source)
at java.util.concurrent.ForkJoinTask.invoke(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
at pl.asie.foamfix.coremod.injections.client.ModelLoaderParallelHelper.bakeParallel(ModelLoaderParallelHelper.java:68)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:108)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.RuntimeException: java.lang.IllegalStateException: Corrupted loading model stack: appliedenergistics2:item/dummy_fluid_item_base != appliedenergistics2:item/facade_base
at appeng.client.render.FacadeItemModel.getBaseModel(FacadeItemModel.java:55)
at appeng.client.render.FacadeItemModel.getDefaultState(FacadeItemModel.java:83)
at pl.asie.foamfix.coremod.injections.client.ModelLoaderParallelHelper.lambda$bakeParallel$0(ModelLoaderParallelHelper.java:72)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.HashMap$KeySpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source)
at java.util.concurrent.CountedCompleter.exec(Unknown Source)
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
at java.util.concurrent.ForkJoinPool$WorkQueue.execLocalTasks(Unknown Source)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Corrupted loading model stack: appliedenergistics2:item/dummy_fluid_item_base != appliedenergistics2:item/facade_base
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:178)
at appeng.client.render.FacadeItemModel.getBaseModel(FacadeItemModel.java:51)
... 12 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.util.concurrent.ForkJoinTask.getThrowableException(Unknown Source)
at java.util.concurrent.ForkJoinTask.reportException(Unknown Source)
at java.util.concurrent.ForkJoinTask.invoke(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
at pl.asie.foamfix.coremod.injections.client.ModelLoaderParallelHelper.bakeParallel(ModelLoaderParallelHelper.java:68)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:108)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1751657192 bytes (1670 MB) / 3950510080 bytes (3767 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -Xmx6144m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2836 271 mods loaded, 271 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 |
|:----- |:--------------------------------- |:------------------------ |:----------------------------------------------------------- |:---------------------------------------- |
| LCH | minecraft | 1.12.2 | minecraft.jar | None |
| LCH | mcp | 9.42 | minecraft.jar | None |
| LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2836.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2836 | forge-1.12.2-14.23.5.2836.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | advancedrocketrycore | 1 | minecraft.jar | None |
| LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCH | openmodscore | 0.12.2 | minecraft.jar | None |
| LCH | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCH | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
| LCH | randompatches | 1.12.2-1.15.1.0 | randompatches-1.12.2-1.15.1.0.jar | None |
| LCH | fastbench | 1.7.1 | FastWorkbench-1.12.2-1.7.1.jar | None |
| LCH | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
| LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCH | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
| LCH | ic2 | 2.8.133-ex112 | industrialcraft-2-2.8.133-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCH | libvulpes | 0.4.0.-56 | LibVulpes-1.12.2-0.4.0-56-universal.jar | None |
| LCH | advancedrocketry | 1.5.0.-139 | AdvancedRocketry-1.12.2-1.5.0-139-universal.jar | None |
| LCH | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| LCH | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LCH | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LCH | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None |
| LCH | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
| LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LCH | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
| LCH | jei | 4.15.0.275 | jei_1.12.2-4.15.0.275.jar | None |
| LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LCH | biomesoplenty | 7.0.1.2438 | BiomesOPlenty-1.12.2-7.0.1.2438-universal.jar | None |
| LCH | botania | r1.10-361 | Botania r1.10-361.jar | None |
| LCH | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
| LCH | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
| LCH | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
| LCH | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zc The 7mm Kidney Stone Update.jar | None |
| LCH | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
| LCH | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
| LCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | brandonscore | 2.4.10 | BrandonsCore-1.12.2-2.4.10.198-universal.jar | None |
| LCH | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | draconicevolution | 2.3.21 | Draconic-Evolution-1.12.2-2.3.21.342-universal.jar | None |
| LCH | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | enderio | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| LCH | enderiointegrationtic | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
| LCH | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None |
| LCH | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
| LCH | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LCH | ancientwarfare | 1.12.2-2.7.0.668 | ancientwarfare-1.12.2-2.7.0.668.jar | None |
| LCH | ancientwarfarestructure | @VERSION@ | ancientwarfare-1.12.2-2.7.0.668.jar | None |
| LCH | ancientwarfarevehicle | 1.12.2-2.7.0.668 | ancientwarfare-1.12.2-2.7.0.668.jar | None |
| LCH | ancientwarfarenpc | 1.12.2-2.7.0.668 | ancientwarfare-1.12.2-2.7.0.668.jar | None |
| LCH | ancientwarfareautomation | 1.12.2-2.7.0.668 | ancientwarfare-1.12.2-2.7.0.668.jar | None |
| LCH | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
| LCH | astralsorcery | 1.10.18 | astralsorcery-1.12.2-1.10.18.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCH | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| LCH | quark | r1.5-152 | Quark-r1.5-152.jar | None |
| LCH | autoreglib | 1.3-28 | AutoRegLib-1.3-28.jar | None |
| LCH | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LCH | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| LCH | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LCH | betterquesting | 3.5.299 | BetterQuesting-3.5.299.jar | None |
| LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LCH | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
| LCH | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
| LCH | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
| LCH | blockdrops | 1.4.0 | blockdrops-1.12.2-1.4.0.jar | None |
| LCH | cyclicmagic | 1.19.9 | Cyclic-1.12.2-1.19.9.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCH | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCH | modularrouters | 1.12.2-3.2.1 | modular-routers-1.12.2-3.2.1.jar | None |
| LCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LCH | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
| LCH | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | buildinggadgets | 2.6.8 | BuildingGadgets-2.6.8.jar | None |
| LCH | rf-capability-adapter | 1.0 | capabilityadapter-1.0.1.jar | None |
| LCH | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| LCH | carryon | 1.12.1 | CarryOn MC1.12.2 v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCH | cctweaked | 1.82.3 | cc-tweaked-1.12.2-1.82.3.jar | None |
| LCH | computercraft | 1.82.3 | cc-tweaked-1.12.2-1.82.3.jar | None |
| LCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCH | chiselsandbits | 14.32 | chiselsandbits-14.32.jar | None |
| LCH | chunkpregenerator | 2.1 | Chunk Pregenerator V1.12-2.1.jar | None |
| LCH | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCH | colytra | 1.2.0 | colytra-1.12.2-1.2.0.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCH | cyclopscore | 1.2.0 | CyclopsCore-1.12.2-1.2.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH | commoncapabilities | 2.2.1 | CommonCapabilities-1.12.2-2.2.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
| LCH | conarm | 1.2.3.4 | conarm-1.12.2-1.2.3.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCH | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| LCH | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
| LCH | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.17.jar | None |
| LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
| LCH | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
| LCH | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
| LCH | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LCH | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
| LCH | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | journeymap | 1.12.2-5.5.5b6 | journeymap-1.12.2-5.5.5b6.jar | None |
| LCH | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| LCH | demagnetize | 1.12.2-1.0.1 | demagnetize-1.12.2-1.0.1.jar | None |
| LCH | diethopper | 1.1 | diethopper-1.1.jar | None |
| LCH | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
| LCH | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
| LCH | discordsuite | 2.2.4 | DiscordSuite-2.2.4.jar | None |
| LCH | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
| LCH | enderiobase | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderioconduits | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderioconduitsappliedenergistics | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
| LCH | enderioconduitsopencomputers | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderioconduitsrefinedstorage | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderiointegrationforestry | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderiointegrationticlate | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | ftblib | 5.4.1.84 | FTBLib-5.4.1.84.jar | None |
| LCH | enderiomachines | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderiopowertools | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None |
| LCH | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCH | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
| LCH | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| LCH | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.19.1.jar | None |
| LCH | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
| LCH | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| LCH | mekanism | 1.12.2-9.7.4.375 | Mekanism-1.12.2-9.7.4.375.jar | None |
| LCH | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| LCH | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
| LCH | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LCH | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCH | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
| LCH | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
| LCH | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
| LCH | farseek | 2.3.2 | Farseek-1.12-2.3.2.jar | None |
| LCH | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LCH | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| LCH | flatcoloredblocks | mc1.12-6.7 | flatcoloredblocks-mc1.12-6.7.jar | None |
| LCH | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
| LCH | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| LCH | fpsreducer | mc1.12.2-1.10.3 | FpsReducer-mc1.12.2-1.10.3.jar | None |
| LCH | ftbutilities | 5.3.0.81 | FTBUtilities-5.3.0.81.jar | None |
| LCH | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
| LCH | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
| LCH | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
| LCH | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| LCH | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
| LCH | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LCH | grassburner | 0.1.0 | grassburner-0.1.0.jar | None |
| LCH | horsetweaks | 1.0.5 | HorseTweaks_1.12.2-1.0.5.jar | None |
| LCH | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LCH | incontrol | 3.9.7 | incontrol-1.12-3.9.7.jar | None |
| LCH | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None |
| LCH | integrateddynamics | 1.0.11 | IntegratedDynamics-1.12.2-1.0.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCH | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.11.jar | None |
| LCH | integratedtunnels | 1.6.8 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
| LCH | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
| LCH | nuclearcraft | 2.16f | NuclearCraft-2.16f-1.12.2.jar | None |
| LCH | mcjtylib_ng | 3.5.0 | mcjtylib-1.12-3.5.0.jar | None |
| LCH | rftools | 7.70 | rftools-1.12-7.70.jar | None |
| LCH | rustic | 1.1.0 | rustic-1.1.0.jar | None |
| LCH | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCH | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCH | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
| LCH | jaopca | 1.12.2-2.2.8.101 | JAOPCA-1.12.2-2.2.8.101.jar | None |
| LCH | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.101.jar | None |
| LCH | jehc | 1.6.3 | jehc-1.12.2-1.6.3.jar | None |
| LCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| LCH | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None |
| LCH | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| LCH | jetif | 1.4.1 | jetif-1.12.2-1.4.1.jar | None |
| LCH | jee | 1.0.6 | JustEnoughEnergistics-1.12.2-1.0.6.jar | None |
| LCH | justenoughpetroleum | 0.1 | JustEnoughPetroleum-0.1.jar | None |
| LCH | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LCH | jeresources | 0.9.0.53 | JustEnoughResources-1.12.2-0.9.0.53.jar | None |
| LCH | reborncore | 3.13.12.447 | RebornCore-1.12.2-3.13.12.447-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCH | justsleep | 1.0.0.1 | JustSleep-1.0.0.1.jar | None |
| LCH | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
| LCH | librarianlib | 4.18 | librarianlib-1.12.2-4.18.jar | None |
| LCH | lootcapacitortooltips | 1.3 | lootcapacitortooltips-1.3.jar | None |
| LCH | lostcities | 2.0.18 | lostcities-1.12-2.0.18.jar | None |
| LCH | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| LCH | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| LCH | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCH | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| LCH | meecreeps | 1.3.0 | meecreeps-1.12-1.3.0.jar | None |
| LCH | mekanismgenerators | 1.12.2-9.7.4.375 | MekanismGenerators-1.12.2-9.7.4.375.jar | None |
| LCH | mekanismtools | 1.12.2-9.7.4.375 | MekanismTools-1.12.2-9.7.4.375.jar | None |
| LCH | minecolonies | 1.12.2-0.10.68-RELEASE | minecolonies-1.12.2-0.10.68-RELEASE-universal.jar | None |
| LCH | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
| LCH | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| LCH | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| LCH | neat | 1.4-17 | Neat 1.4-17.jar | None |
| LCH | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LCH | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| LCH | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
| LCH | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
| LCH | nutrition | 4.3.0 | Nutrition-1.12.2-4.3.0.jar | None |
| LCH | oldjava | 1.0.10 | OldJavaWarning-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCH | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCH | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
| LCH | patchouli | 1.0-19 | Patchouli-1.0-19.jar | None |
| LCH | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCH | planefix | 1.0.0 | PlaneFix-1.12.2-1.0.0.jar | None |
| LCH | playersdropheads | 1.1.0 | playersdropheads-1.12.x-1.1.0.jar | None |
| LCH | psi | r1.1-76 | Psi-r1.1-76.jar | None |
| LCH | plustic | 7.0.6.1 | plustic-7.0.6.1.jar | None |
| LCH | pneumaticcraft | 1.12.2-0.10.5-346 | pneumaticcraft-repressurized-1.12.2-0.10.5-346.jar | None |
| LCH | prettybeaches | 1.0.4 | PrettyBeaches_1.12.2-1.0.4.jar | None |
| LCH | projectintelligence | 1.0.5 | ProjectIntelligence-1.12.2-1.0.5.21-universal.jar | None |
| LCH | questbook | 3.1.EXP_NET2-1.12 | questbook-3.1.EXP_NET2-1.12.jar | None |
| LCH | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LCH | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
| LCH | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCH | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
| LCH | rftoolsdim | 5.70 | rftoolsdim-1.12-5.70.jar | None |
| LCH | roots | 0.104 | roots-2-0.104.jar | None |
| LCH | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
| LCH | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| LCH | solcarrot | 1.12.2-1.6.3 | solcarrot-1.12.2-1.6.3.jar | None |
| LCH | bq_standard | 3.4.158 | StandardExpansion-3.4.158.jar | None |
| LCH | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| LCH | streams | 0.4.7 | Streams-1.12-0.4.7.jar | None |
| LCH | supersoundmuffler | 1.0.2.10 | supersoundmuffler-1.12.2-1.0.2.10.jar | None |
| LCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| LCH | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None |
| LCH | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
| LCH | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCH | tips | 1.0.8 | Tips-1.12.2-1.0.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | tipthescales | 1.0.4 | TipTheScales-1.12.2-1.0.4.jar | None |
| LCH | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None |
| LCH | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| LCH | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCH | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
| LCH | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
| LCH | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| LCH | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| LCH | villagermarket | 1.0.1 | villager-market-1.12.2-1.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| LCH | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
| LCH | wizardry | 0.9.9 | wizardry-0.9.9.jar | None |
| LCH | xnet | 1.8.1 | xnet-1.12-1.8.1.jar | None |
| LCH | ynot | 0.2.4 | YNot-0.2.4.jar | None |
| LCH | phosphor-lighting | 1.12.2-0.2.4 | phosphor-1.12.2-0.2.4+build46-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LCH | reauth | 3.6.0 | reauth-3.6.0.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| LCH | librarianliblate | 4.18 | librarianlib-1.12.2-4.18.jar | None |
| LCH | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
| LCH | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| LCH | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
| LCH | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
AstralCore (astralsorcery-1.12.2-1.10.18.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.18.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
invtweaks.forge.asm.ContainerTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
li.cil.oc.common.asm.ClassTransformer
Quark Plugin (Quark-r1.5-152.jar)
vazkii.quark.base.asm.ClassTransformer
RandomPatches (randompatches-1.12.2-1.15.1.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-139-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.jar)
c4.colytra.asm.ElytraTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Wizardry Plugin (wizardry-0.9.9.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
farseek.core.FarseekClassTransformer
PluginLoader (MemoryTester-0.4.2.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 430.86' Renderer: 'GeForce GTX 1660 Ti/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 rv6-stable-6 for Forge 14.23.5.2768
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
* AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
* Baubles|API (1.4.0.2) from AE2WTLib-1.12.2-1.0.6.jar
* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
* BetterQuesting|API (3.2) from BetterQuesting-3.5.299.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.299.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.50.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.0-102.jar
* BotaniaAPI (93) from Botania r1.10-361.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.32.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.2.1.jar
* ComputerCraft|API (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|FileSystem (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Lua (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Media (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Network (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Network|Wired (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Peripheral (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Permissions (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Redstone (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Turtle (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* ComputerCraft|API|Turtle|Event (1.82.3) from cc-tweaked-1.12.2-1.82.3.jar
* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4a.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.21.342-universal.jar
* EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.44.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.11.jar
* jeresources|API (0.9.0.53) from JustEnoughResources-1.12.2-0.9.0.53.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5b6.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5b6.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5b6.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5b6.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5b6.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.275.jar
* MekanismAPI|core (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|energy (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|gas (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|infuse (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|laser (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|transmitter (9.7.3) from Mekanism-1.12.2-9.7.4.375.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.7.4.375.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
* PatchouliAPI (6) from Patchouli-1.0-19.jar
* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.10.5-346.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar
* PsiAPI (13) from Psi-r1.1-76.jar
* QuarkAPI (4) from Quark-r1.5-152.jar
* reborncoreAPI (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Power (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Recipe (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* reborncoreAPI|Tile (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.19.1.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.13.12.447
Runtime Debofucsation 1
RenderEngine: 0
[Psi] Active spell: None
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Launched Version: forge-14.23.5.2836
LWJGL: 2.9.4
OpenGL: GeForce GTX 1660 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.86, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Stardew Valley Music in Minecraft.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz