Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)
- IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
- RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
- ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
- MovingWorldCore (movingworld-1.12-6.353-full.jar)
- BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
- PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
- Quark Plugin (Quark-r1.6-179.jar)
- iceandfire (iceandfire-1.9.1-1.12.2.jar)
- EntityCullingPlugin (EntityCulling-1.12.2-6.4.1.jar)
- StackUpCore (StackUp-0.2.5.jar)
- ratscore (rats-3.2.14-1.12.2.jar)
- TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
- TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.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.15-1.12.2.jar)
- SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
- ForgelinPlugin (Forgelin-1.8.4.jar)
- midnight (themidnight-0.3.5.jar)
- FutureMC (future-mc-0.2.11.jar)
- CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
- Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
- DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
- DLFMLCorePlugin (DynamicLights-1.12.2.jar)
- Contact their authors BEFORE contacting forge
- // Uh... Did I do that?
- Time: 12/23/23 10:12 AM
- Description: There was a severe problem during mod loading that has caused the game to fail
- net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
- at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
- 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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- 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(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)
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
- at java.lang.Class.getDeclaredConstructors0(Native Method)
- at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
- at java.lang.Class.getConstructor0(Class.java:3075)
- at java.lang.Class.getConstructor(Class.java:1825)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
- at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
- ... 36 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 43 more
- Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
- at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
- at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
- ... 45 more
- Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
- at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
- ... 50 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- 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: 768160872 bytes (732 MB) / 1892679680 bytes (1805 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2860 171 mods loaded, 171 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 |
- |:----- |:-------------------------------------------- |:------------------------------- |:----------------------------------------------------- |:---------------------------------------- |
- | LC | minecraft | 1.12.2 | minecraft.jar | None |
- | LC | mcp | 9.42 | minecraft.jar | None |
- | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
- | LC | foamfixcore | 7.7.4 | minecraft.jar | None |
- | LC | 113_water_mechanics | 1.0.4 | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar.jar | None |
- | LC | charcoalblock | 1.1 | A Block of Charcoal-1.2.jar | None |
- | LC | flintblock | 1.0 | A Block of Flint-1.0.jar | None |
- | LC | stackup | 0.2.5 | StackUp-0.2.5.jar | None |
- | LC | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
- | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
- | LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
- | LC | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
- | LC | aether_legacy_addon | 1.12.2-v1.3.0 | Aether Continuation v1.3.0.jar | None |
- | LC | ageofweapons | 0.13.5 | Age of Weapons 1.12.2 (v.0.13.5).jar | None |
- | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
- | LC | applesplus | 2.0 | Apples+2.1.jar | None |
- | LC | charset | 0.5.6.6 | Charset-Lib-0.5.6.6.jar | None |
- | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
- | LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
- | LC | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
- | LC | artifacts | 1.12.2-1.2.3 | Artifacts-1.12.2-1.2.3.jar | None |
- | LC | quark | r1.6-179 | Quark-r1.6-179.jar | None |
- | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
- | LC | backstab | 1.0.3.2 | backstab-1.12.2-1.0.3.2.jar | None |
- | LC | bettersleeping | 1.0.0 | Better-Sleeping.jar | None |
- | LC | betterburning | 0.9.2 | BetterBurning-1.12.2-0.9.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
- | LC | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
- | LC | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
- | LC | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
- | LC | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
- | LC | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
- | LC | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |
- | LC | bewitchment | 0.22.63 | bewitchment-1.12.2-0.0.22.64.jar | None |
- | LC | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
- | LC | byg | 1.7.1 | BiomesYouGo1.7.1.jar | None |
- | LC | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
- | LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
- | LE | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
- | L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
- | L | mysticalworld | 1.12.2-1.11.0 | mysticalworld-1.12.2-1.11.0.jar | None |
- | L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
- | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
- | L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
- | L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
- | L | bloodarsenal | 1.12.2-2.2.2-31 | BloodArsenal-1.12.2-2.2.2-31.jar | None |
- | L | conarm | 1.2.5.10 | conarm-1.12.2-1.2.5.10.jar | None |
- | L | bloodtinker | 1.0.5 | bloodtinker-1.0.5.jar | None |
- | L | bi | 1.0 | BlueIceV1.0(1.12.2).jar | None |
- | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None |
- | L | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
- | L | bouncy_creepers | 0.0.4 | BouncyCreepers-0.0.4.jar | None |
- | L | bountifulbaubles | 0.0.1 | Bountiful Baubles-1.12.2-0.1.8.jar | None |
- | L | caves_and_cliffs | 1.0.9 | CC(FG1.12.2) 1.0.9.jar | None |
- | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
- | L | clearwater | 1.2 | clearwater-1.2.jar | None |
- | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
- | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
- | L | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
- | L | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
- | L | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
- | L | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
- | L | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
- | L | cosmeticarmorreworked | 1.12.2-v5a | CosmeticArmorReworked-1.12.2-v5a.jar | None |
- | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
- | L | customspawner | 3.11.4 | CustomMobSpawner-3.11.5.jar | None |
- | L | movingworld | 1.12-6.353 | movingworld-1.12-6.353-full.jar | None |
- | L | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
- | L | disenchanter | 1.8 | disenchanter[1.12]1.8.jar | None |
- | L | doubleslabs | 0.12.2 | DoubleSlabs-1.12-0.12.2.jar | None |
- | L | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None |
- | L | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
- | L | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
- | L | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | None |
- | L | dsurround | 3.6.1.0 | DynamicSurroundings-1.12.2-3.6.1.0.jar | None |
- | L | ebwizardry | 4.3.11 | ElectroblobsWizardry-4.3.11.jar | None |
- | L | enchantedgoldenapplecrafting | 1.0.1 | enchantedgoldenapplecrafting-1.0.1.jar | None |
- | L | examplemod | 1.0 | enchantedgoldenapplecrafting-1.0.1.jar | None |
- | L | csb_ench_table | 1.1.3 | EnchantingTable-1.12-1.1.3.jar | None |
- | L | endreborn | 0.3.8 | EndReborn [0.3.9].jar | None |
- | L | renderlib | 1.3.3 | RenderLib-1.12.2-1.3.3.jar | None |
- | L | entityculling | 6.4.1 | EntityCulling-1.12.2-6.4.1.jar | None |
- | L | epicsiegemod | 13.167 | EpicSiegeMod-13.167.jar | None |
- | L | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
- | L | minerva | 1.0.13 | minerva-library-1.0.13.jar | None |
- | L | extraalchemy | 0.5.4 | extraalchemy-forge-1.12-build11-0.5.4.jar | None |
- | L | extracreatures | 1.3.7 | ExtraCreatures-[1.12.2]--1.3.7.jar | None |
- | L | golems | 7.1.9 | ExtraGolems-1.12-7.1.9.jar | None |
- | L | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
- | L | extra_spells | 1.2.0 | ExtraSpells-1.12.2-1.2.0.jar | None |
- | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
- | L | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
- | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
- | L | mod_lavacow | 1.4.0 | Fish's Undead Rising-1.4.0.jar | None |
- | L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
- | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
- | L | fossil | 8.0.5 | fossilsarcheology-8.0.6.jar | None |
- | L | iceologer | 1.5.2 | Frozen-Fiend-1.5.2.jar | None |
- | L | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
- | L | grapplemod | 1.12.2-v13 | grappling_hook_mod-1.12.2-v13.jar | None |
- | L | howlingmoon | 0.9 | howlingmoon-1.12.2-0.9.jar | None |
- | L | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
- | L | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
- | L | iymts_mod | 1.12.2-0.0.6 | iYAMATOs_mod_1.12.2-0.0.6.jar | None |
- | L | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
- | L | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
- | L | jeid | 1.0.4-SNAPSHOT | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar | None |
- | L | keepinginventory | 2.4 | KeepingInventory-1.12.2-2.4.jar | None |
- | L | herobrine | 0.5.4 | LegendOfHerobrine-1.12.2-0.5.4.jar | None |
- | L | libraryex | 1.2.2 | LibraryEx-1.12.2-1.2.2.jar | None |
- | L | lost_aether | 1.0.2 | lost-aether-content-1.12.2-1.0.2.jar | None |
- | L | moremobss | 1.0.0 | More Mobs 1.12.2.jar | None |
- | L | morelibs | 1.2.2 | morelibs-1.12.2-1.2.2.jar | None |
- | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
- | L | moveplus | 1.12.1-2.4.6 | moveplus-1.12.1-2.4.6.jar | None |
- | L | multimob | 1.0.5 | multimob-1.0.5.jar | None |
- | L | mutantmobs | 1.0.1 | Mutant Mobs V1.0.1.jar | None |
- | L | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
- | L | naturalbabyanimals | 1.2.2 | naturalbabyanimals-1.2.2-mc1.12.x.jar | None |
- | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
- | L | netherex | 2.2.5 | NetherEx-1.12.2-2.2.5.jar | None |
- | L | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
- | L | nyx | 1.4.2 | Nyx-1.4.2.jar | None |
- | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
- | L | particleculling | v1.4.1 | particleculling-1.12.2-v1.4.1.jar | None |
- | L | placebo | 1.6.0 | Placebo-1.12.2-1.6.1.jar | None |
- | L | pi | 4.0.0 | Potion Icon Remover-1.12-4.0.0.jar | None |
- | L | potionfingers | r1.0-8 | PotionFingers-r1.0-8.jar | None |
- | L | prehistoricspawns | 2.0 | prehistoricspawns-2.1.jar | None |
- | L | primitivemobs | 1.2.3a | primitivemobs-1.2.3a.jar | None |
- | L | pvj | 1.6.4 | ProjectVibrantJourneys-1.12.2-1.6.4.jar | None |
- | L | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
- | L | rats | 3.2.14 | rats-3.2.14-1.12.2.jar | None |
- | L | additionalstructures | 2.5.0 | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None |
- | L | sbmlizarddogo | 1.12.2-1.0.0.20190112155428 | SBM-Lizard-Dogo-1.12.2-1.0.0.jar | None |
- | L | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
- | L | snowrealmagic | 0.7.1 | SnowRealMagic-1.12.2-0.7.1.jar | None |
- | L | somanyenchantments | 0.5.5 | SoManyEnchantments-0.5.5.jar | None |
- | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
- | L | supertnt | 1.0.1 | Super-TNT-Mod-1.12.2.jar | None |
- | L | tetra | 0.39.1 | tetra-1.12.2-0.39.1.jar | None |
- | L | tfspellpack | 1.1.0 | TFSpellPack-1.1.0-MC1.12.2.jar | None |
- | L | theaurorian | 1.12.2-Release | theaurorian-1.12.2-release-may3021.jar | None |
- | L | thesummoner | 1.0.1-beta | thesummoner-1.0.1.jar | None |
- | L | torchslabmod | v1.5.2 | torchslabmod-1.12.2-v1.5.2.jar | None |
- | L | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
- | L | undergroundbiomes | 1.3.14 | UndergroundBiomesConstructs-1.12-1.3.14.jar | None |
- | L | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
- | L | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
- | L | vampirism_integrations | vampirism_integrations | VampirismIntegrations-1.12.2-1.3.0.jar | None |
- | L | waddles | 0.6.0 | Waddles-1.12.2-0.6.0.jar | None |
- | L | wildnetherwart | 3.0 | wild_netherwart-1.12.2-v1.3.jar | None |
- | L | wolfarmor | 3.8.0 | WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar | None |
- | L | xpfromharvest | 1.2.0 | XPFromHarvest-1.12.2-1.2.0.jar | None |
- | L | yoyos | 1.12.2-1.3.3.25 | yoyos_1.12.2-1.3.3.25.jar | None |
- | L | zawa | 1.12.2-2.1.3 | zawa-1.12.2-2.1.3.jar | None |
- | L | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None |
- | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
- | L | phosphor-lighting | 1.12.2-0.2.7 | phosphor-forge-mc1.12.2-0.2.7-universal.jar | None |
- | L | thebetweenlands | 3.9.6 | TheBetweenlands-3.9.6-universal.jar | None |
- | L | midnight | 0.3.5 | themidnight-0.3.5.jar | None |
- | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
- Loaded coremods (and transformers):
- WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)
- IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
- blusunrize.immersiveengineering.common.asm.IEClassTransformer
- RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
- meldexun.renderlib.asm.RenderLibClassTransformer
- ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
- MovingWorldCore (movingworld-1.12-6.353-full.jar)
- BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
- PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
- Quark Plugin (Quark-r1.6-179.jar)
- vazkii.quark.base.asm.ClassTransformer
- iceandfire (iceandfire-1.9.1-1.12.2.jar)
- com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
- EntityCullingPlugin (EntityCulling-1.12.2-6.4.1.jar)
- meldexun.entityculling.asm.EntityCullingClassTransformer
- StackUpCore (StackUp-0.2.5.jar)
- pl.asie.stackup.core.StackUpTransformer
- ratscore (rats-3.2.14-1.12.2.jar)
- com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
- TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
- TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
- thebetweenlands.core.TheBetweenlandsClassTransformer
- 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.15-1.12.2.jar)
- pl.asie.foamfix.coremod.FoamFixTransformer
- SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
- com.Shultrea.Rin.Transformer.SMEASM
- ForgelinPlugin (Forgelin-1.8.4.jar)
- midnight (themidnight-0.3.5.jar)
- com.mushroom.midnight.core.transformer.MidnightClassTransformer
- FutureMC (future-mc-0.2.11.jar)
- thedarkcolour.futuremc.asm.CoreTransformer
- CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
- team.chisel.ctm.client.asm.CTMTransformer
- Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
- llibrary (llibrary-core-1.0.11-1.12.2.jar)
- net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
- net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
- JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
- org.dimdev.jeid.JEIDTransformer
- DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
- cjminecraft.doubleslabs.client.asm.ClassTransformer
- DLFMLCorePlugin (DynamicLights-1.12.2.jar)
- atomicstryker.dynamiclights.common.DLTransformer
- GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.4146' Renderer: 'Intel(R) UHD Graphics 770'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement