Aeris_Farewall Опубликовано 27 сентября, 2024 Поделиться Опубликовано 27 сентября, 2024 ---- Minecraft Crash Report ---- WARNING: coremods are present: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.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) ForgelinPlugin (Forgelin-1.8.4.jar) MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar) SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar) SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.8.6+cd8851e.jar) SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar) MixinBooter (!mixinbooter-9.4.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) Plugin (NotEnoughIDs-1.5.4.4.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar) Contact their authors BEFORE contacting forge // Why did you do that? Time: 9/27/24 1:44 PM Description: Initializing game java.lang.NoClassDefFoundError: Lnet/minecraft/world/chunk/Chunk; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2583) at java.lang.Class.getDeclaredFields(Class.java:1916) at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29) at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at ic2.core.util.SideGateway.<init>(SideGateway.java:10) at ic2.core.IC2.<clinit>(IC2.java:188) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) 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:498) 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:498) 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:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) 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:419) at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ... 48 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:406) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208) at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 50 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 from mod unknown-owner 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:1384) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377) ... 55 more No Mixin Metadata is found in the Stacktrace. A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2583) at java.lang.Class.getDeclaredFields(Class.java:1916) at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29) at ic2.core.network.NetworkManager.<clinit>(NetworkManager.java:877) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at ic2.core.util.SideGateway.<init>(SideGateway.java:10) at ic2.core.IC2.<clinit>(IC2.java:188) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539) 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:498) 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:498) 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) -- 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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_422, Azul Systems, Inc. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc. Memory: 824622664 bytes (786 MB) / 1845493760 bytes (1760 MB) up to 7814512640 bytes (7452 MB) JVM Flags: 1 total; -Xmx8384M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 169 mods loaded, 169 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 | creativecoredummy | 1.0.0 | minecraft.jar | None | | LC | micdoodlecore | 4.0.6 | minecraft.jar | None | | LC | itemphysic | 1.4.0 | minecraft.jar | None | | LC | mixinbooter | 9.4 | minecraft.jar | None | | LC | foamfixcore | 7.7.4 | minecraft.jar | None | | LC | opencomputers|core | 1.8.6 | minecraft.jar | None | | LC | supermartijn642corelib | 1.1.17a | _supermartijn642corelib-1.1.17a-forge-mc1.12.jar | None | | L | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | None | | L | advanced_machines | 61.0.1 | Advanced Machines-61.0.1.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 | industrialupgrade | 3.2.0.8 | IndustrialUpgrade-1.12.2-3.2.0.8.jar | None | | L | powerutils | 1.5.3 | Power+Utilities.jar | None | | L | advanced_solar_panels | 4.3.0 | Advanced Solar Panels-4.3.0.jar | None | | L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None | | L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None | | L | bdlib | 1.14.4.1 | bdlib-1.14.4.1-mc1.12.2.jar | None | | L | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | L | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None | | L | ambientsounds | 3.0 | AmbientSounds_v3.1.7_mc1.12.2.jar | None | | L | atlaslib | 1.1.5a | Atlas-Lib-1.12.2-1.1.5a.jar | None | | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | L | hordes | 1.5.3a | The-Hordes-1.12.2-1.5.3a.jar | None | | L | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | L | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | | L | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None | | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None | | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None | | L | artifacts | 1.12.2-1.2.4 | artifacts-1.12.2-1.2.4.jar | None | | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None | | L | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None | | L | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None | | L | betteranimationscollection2 | 1.0.2 | BetterAnimationsCollection2-v1.0.2-1.12.2.jar | None | | L | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None | | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | L | betterfoliage | 2.3.2 | BetterFoliage-MC1.12-2.3.3.jar | None | | L | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None | | L | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None | | L | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None | | L | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | None | | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None | | L | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | None | | L | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None | | L | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | None | | L | botania | r1.10-364 | Botania r1.10-364.4.jar | None | | L | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None | | L | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | L | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None | | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | L | chancecubes | 1.12.2-5.0.2.385 | ChanceCubes-1.12.2-5.0.2.385.jar | None | | L | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | L | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | L | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | L | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None | | L | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | None | | L | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None | | L | galacticraftcore | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None | | L | corpsecomplex | 1.0.12.0 | corpsecomplex-1.12.2-1.0.12.0.jar | None | | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None | | L | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | None | | L | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None | | L | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None | | L | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None | | L | enchdesc | 1.1.15 | EnchantmentDescriptions-1.12.2-1.1.15.jar | None | | L | endercore | 1.12.2-0.5.78 | EnderCore-1.12.2-0.5.78.jar | None | | L | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None | | L | enderio | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiointegrationtic | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiobase | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioconduits | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioconduitsappliedenergistics | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | opencomputers | 1.8.6 | OpenComputers-MC1.12.2-1.8.6+cd8851e.jar | None | | L | enderioconduitsopencomputers | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | None | | L | enderioconduitsrefinedstorage | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiointegrationforestry | 5.3.72 | EnderIO-1.12.2-5.3.72.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 | enderiointegrationticlate | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderioinvpanel | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiomachines | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiopowertools | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None | | L | enderiofluxified | 1.0.3 | enderiofluxified-1.12.2-1.0.3.jar | None | | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None | | L | epicfight | 1.12.2-2.2.8 | EpicFightMod-1.12.2-2.2.8.jar | None | | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | L | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None | | L | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None | | L | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None | | L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | L | fluxnetworks | 4.1.0 | FluxNetworks-1.12.2-4.1.1.34.jar | None | | L | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None | | L | forgeendertech | 1.12.2-4.5.6.1 | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar | None | | L | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None | | L | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None | | L | galacticraftplanets | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None | | L | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | L | gravisuite | 3.1.1 | Gravitation Suite-3.1.1.jar | None | | L | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | None | | L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None | | L | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None | | L | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None | | L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None | | L | immersive_energy | 0.5.5 | Immersive Energy-1.12.2-0.5.5.jar | None | | L | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None | | L | immersiveposts | 0.2.1 | ImmersivePosts-0.2.1.jar | None | | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None | | L | teslacorelib | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None | | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None | | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None | | L | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None | | L | nuclearcraft | @VERSION@ | nuclearcraft-1.12.2-2.19.jar | None | | L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None | | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None | | L | rftools | 7.73 | rftools-1.12-7.73.jar | None | | L | integrationforegoing | 1.12.2-1.11 | IntegrationForegoing-1.12.2-1.11.jar | None | | L | supermartijn642configlib | 1.1.6 | supermartijn642configlib-1.1.8-forge-mc1.12.jar | None | | L | itemcollectors | 1.1.10 | itemcollectors-1.1.10-forge-mc1.12.jar | None | | L | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None | | L | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None | | L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None | | L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None | | L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None | | L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None | | L | stevekung's_lib | 1.3.1 | stevekung's-lib-mc1.12.2-v1.3.1.jar | None | | L | moreplanets | 2.3.3 | More-Planets-1.12.2-2.3.3-GC4.0.6.jar | None | | L | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None | | L | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None | | L | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None | | L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None | | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None | | L | rare-ice | ${version} | rare-ice-0.1.1.jar | None | | L | additionalstructures | 2.5.0 | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None | | L | rftoolspower | 1.2.0 | rftoolspower-1.12-1.2.0.jar | None | | L | solarflux | 12.4.11 | SolarFluxReborn-1.12.2-12.4.11.jar | None | | L | spark | 1.6.3 | spark-forge.jar | None | | L | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None | | L | spartanweaponry | 1.6.0 | SpartanWeaponry-1.12.2-1.6.0.jar | None | | L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None | | L | storagedrawers | 5.5.2 | StorageDrawers-1.12.2-5.5.2.jar | None | | L | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None | | L | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None | | L | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None | | L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None | | L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None | | L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None | | L | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None | | L | wanionlib | 1.12.2-2.91 | WanionLib-1.12.2-2.91.jar | None | | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None | | L | weaponmaster_ydm | 4.2.3 | weaponmaster_ydm-forge-1.12.2-4.2.3.jar | None | | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | None | | L | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None | | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None | | L | teslacorelib_registries | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None | | L | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None | Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer 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 ForgelinPlugin (Forgelin-1.8.4.jar) MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar) micdoodle8.mods.miccore.MicdoodleTransformer SteveKunGLibPlugin (stevekung's-lib-mc1.12.2-v1.3.1.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) mekanism.coremod.KeybindingMigrationHelper ItemPatchingLoader (ItemPhysic_Full_1.4.37_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar) TransformerLoader (OpenComputers-MC1.12.2-1.8.6+cd8851e.jar) li.cil.oc.common.asm.ClassTransformer SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.6.0.jar) MixinBooter (!mixinbooter-9.4.jar) iceandfire (iceandfire-1.9.1-1.12.2.jar) com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) team.chisel.ctm.client.asm.CTMTransformer UniDictCoreMod (UniDict-1.12.2-3.0.10.jar) wanion.unidict.core.UniDictCoreModTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer Plugin (NotEnoughIDs-1.5.4.4.jar) ru.fewizz.neid.asm.Transformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.3.3.jar) mods.betterfoliage.loader.BetterFoliageTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.81' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2' Launched Version: 1.12.2 LWJGL: 2.9.4 OpenGL: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.81, 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 12x AMD Ryzen 5 5600 6-Core Processor Ссылка на комментарий Поделиться на другие сайты Поделиться
Heimdallr-1 Опубликовано 27 сентября, 2024 Поделиться Опубликовано 27 сентября, 2024 Переустановка minecraft и forge, обновление java Предварительно удалив папку .minecraft Ссылка на комментарий Поделиться на другие сайты Поделиться
Рекомендуемые сообщения
В теме 2 сообщения
Для публикации сообщений создайте учётную запись или авторизуйтесь
Вы должны быть пользователем, чтобы оставить комментарий
Создать учетную запись
Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!
Регистрация нового пользователяВойти
Уже есть аккаунт? Войти в систему.
Войти