---- Minecraft Crash Report ---- // Oops. Time: 2020-01-30 15:24:16 CST Description: Initializing game net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2) Caused by: java.lang.RuntimeException: Error saving user config at ic2.core.init.MainConfig.save(MainConfig.java:44) at ic2.core.init.MainConfig.load(MainConfig.java:35) at ic2.core.IC2.load(IC2.java:204) 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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.preinitializeMods(Loader.java:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:3931) 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.io.FileNotFoundException: E:\Minecraft Nature\.\.minecraft\config\IC2.ini (拒绝访问。) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at ic2.core.util.Config.save(Config.java:379) at ic2.core.init.MainConfig.save(MainConfig.java:42) |
本帖最后由 xmdhs 于 2020-1-30 15:30 编辑
尝试删除 ic2 的配置文件
.minecraft\config\ic2.ini
尝试删除 ic2 的配置文件
.minecraft\config\ic2.ini
xmdhs 发表于 2020-1-30 15:28
尝试删除 ic2 的配置文件
.minecraft\config\ic2.ini
---- Minecraft Crash Report ---- // Shall we play a game? Time: 2020-01-30 15:42:14 CST Description: Initializing game net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib) Caused by: codechicken.lib.configuration.ConfigFile$ConfigException: java.io.FileNotFoundException: E:\Minecraft Nature\.minecraft\config\codechickenlib.cfg (拒绝访问。) at codechicken.lib.configuration.ConfigFile.write(ConfigFile.java:84) at codechicken.lib.configuration.ConfigFile.save(ConfigFile.java:94) at codechicken.lib.configuration.IConfigTag.save(IConfigTag.java:196) at codechicken.lib.internal.proxy.ProxyClient.loadConfig(ProxyClient.java:145) at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:51) 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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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.preinitializeMods(Loader.java:629) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.init(Minecraft.java:467) at net.minecraft.client.Minecraft.run(Minecraft.java:3931) 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.io.FileNotFoundException: E:\Minecraft Nature\.minecraft\config\codechickenlib.cfg (拒绝访问。) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at codechicken.lib.configuration.ConfigFile.write(ConfigFile.java:78) ... 44 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Minecraft Version: 1.12.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_241, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2226317720 bytes (2123 MB) / 3355443200 bytes (3200 MB) up to 3355443200 bytes (3200 MB) JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx3200m -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.2847 Optifine OptiFine_1.12.2_HD_U_E3 102 mods loaded, 102 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.2847.jar | None | | LCH | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None | | LCH | advancedrocketrycore | 1 | minecraft.jar | None | | LCH | creativecoredummy | 1.0.0 | minecraft.jar | None | | LCH | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | LCH | lesslag | 1.0 | minecraft.jar | None | | LCH | foamfixcore | 7.7.4 | minecraft.jar | None | | LCH | passableleavescore | 1.0.0 | minecraft.jar | None | | LCH | placeableitems | 3.3 | [3D物品放置]placeableitems-3.3.jar | None | | LCH | ic2 | 2.8.188-ex112 | [IC2]industrialcraft-2-2.8.188-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | LCH | jei | 4.15.0.291 | [jei物品管理器]jei_1.12.2-4.15.0.291.jar | None | | LCH | redstoneflux | 2.1.0 | [RF]RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | quark | r1.6-177 | [夸克]Quark-r1.6-177.jar | None | | LCH | coroutil | 1.12.1-1.2.36 | coroutil-1.12.1-1.2.36.jar | None | | LCH | desirepaths | 1.12.1-1.2.8 | [兽道]desirepaths-1.12.1-1.2.8.jar | None | | LCH | foamfix | 0.10.8-1.12.2 | [减少内存使用]foamfix-0.10.8-1.12.2.jar | None | | LCE | codechickenlib | 3.2.3.358 | [前置]CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | cofhcore | 4.6.3 | [前置]CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | LC | cofhworld | 1.3.1 | [前置]CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | forgemultipartcbe | 2.6.2.83 | [前置]ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LC | microblockcbe | 2.6.2.83 | [前置]ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LC | minecraftmultipartcbe | 2.6.2.83 | [前置]ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None | | LC | ichunutil | 7.2.1 | [前置]iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LC | mcmultipart | 2.5.3 | [前置]MCMultiPart-2.5.3.jar | None | | LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LC | modelloader | 1.1.7 | [前置]Modelloader-1.12.2.jar | None | | LC | movingworld | 1.12-6.342 | [前置]movingworld-1.12-6.342-full.jar | None | | LC | vanillafix | 1.0.10-SNAPSHOT | [原版修复]VanillaFix-1.0.10-99.jar | None | | LC | mobamputation | 7.0.0 | [去头断臂]MobAmputation-1.12.2-7.0.0.jar | None | | LC | mcwbridges | 1.0 | [吊桥]mcw-bridges-1.0.3-mc1.12.2.jar | None | | LC | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None | | LC | teastory | 3.3.2-B31.815-1.12.2 | [茶风-纪事]TeaStory-3.3.2-B31.815-1.12.2.jar | None | | LC | coffeework | 1.2.9 | [咖啡工坊]coffeework-1.2.9.jar | None | | LC | consecration | 1.0.6 | [圣化]consecration-1.12.2-1.0.6.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 | | LC | multimine | 1.6.2 | [多人合撸]MultiMine-1.12.1.jar | None | | LC | quarkoddities | 1 | [夸克]QuarkOddities-1.12.2.jar | None | | LC | weather2 | 1.12.1-2.6.12 | [局部气候]weather2-1.12.1-2.6.12.jar | None | | LC | bibliocraft | 2.4.5 | [展示架]BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LC | firstaid | 1.6.12 | [急救]firstaid-1.6.12.jar | 7904c4e13947c8a616c5f39b26bdeba796500722 | | LC | lootbags | 2.5.8.5 | [战利品]LootBags-1.12.2-2.5.8.5.jar | None | | LC | patchouli | 1.0-20 | [料理前置]Patchouli-1.0-20.jar | None | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | mmorpg | 1.9.2 | [挖矿与骑砍]Mine+and+Slash-1.12.2-1.9.2.jar | None | | LC | betterstorage | 3.0.0.2 | [更好的存储]BetterStorageToo-1.12.2-3.0.0.2.jar | None | | LC | jaff | 1.7_for_1.12 | [有趣的鱼]JustAFewFish-1.7_for_1.12.jar | None | | LC | enderzoo | 1.12.1-1.4.0.49 | [末影动物园]EnderZoo-1.12.1-1.4.0.49.jar | None | | LC | dynamictrees | 1.12.2-0.9.6 | [植树工艺]DynamicTrees-1.12.2-0.9.6.jar | None | | LC | imvoice | 0.7.0 | [沉浸式语音]VoiceChat-1.12.2-0.7.0.jar | None | | LC | farseek | 2.4 | [溪流前置]Farseek-1.12-2.4.jar | None | | LC | streams | 0.4.8 | [溪流]Streams-1.12-0.4.8.jar | None | | LC | thermalfoundation | 2.6.3 | [热力基本]ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | thermalexpansion | 5.5.4 | [热力膨胀]ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LC | athenaeum | 1.12.2-1.17.4 | athenaeum-1.12.2-1.17.4.jar | None | | LC | dropt | 1.12.2-1.16.1 | dropt-1.12.2-1.16.1.jar | None | | LC | pyrotech | 1.12.2-1.4.19 | [火种科技]pyrotech-1.12.2-1.4.19.jar | None | | LC | mobends | 0.24 | [灵活动作]mobends-0.24_for_MC-1.12.jar | None | | LC | soundphysics | 1.0.8 | [物理声效]Sound-Physics-1.12.2.jar | None | | LC | applecore | 3.1.1 | [饥饿改革前置]AppleCore-mc1.12.2-3.1.1.jar | None | | LC | spiceoflife | 1.3.12 | [生活调味料]SpiceOfLife-mc1.12-1.3.12.jar | None | | LC | growthcraft | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_fishtrap | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_cellar | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_bees | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_milk | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_apples | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_bamboo | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_hops | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_rice | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | growthcraft_grapes | 4.1.2 | [生长工艺]growthcraft-1.12.2-4.1.2.jar | None | | LC | realistictorches | 2.1.1 | [真实火把]RealisticTorches-1.12.2-2.1.1.jar | None | | LC | hardcoredarkness | 2.0 | [真实的黑夜]HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | stg | 1.12.2-1.2.3 | [穿草攻击]stg-1.12.2-1.2.3.jar | None | | LC | vimmersion | 2.0.3.3 | [立体工具方块]vanilla-immersion-1.12.2-2.0.3.3.jar | 6c67ec97cb96c64a0bbd82a3cb1ec48cbde61bb2 | | LC | mobdismemberment | 7.0.0 | [粉身碎骨]MobDismemberment-1.12.2-7.0.0.jar | None | | LC | staminaplus | 1.2 | [耐力值]staminaplus-1.1.1.jar | None | | LC | custommainmenu | 2.0.9.1 | [自定义主菜单]CustomMainMenu-MC1.12.2-2.0.9.1.jar | None | | LC | wildnature | 1.2 | [荒野自然]wildnature-1.2.jar | None | | LC | bloodmoon | 1.5.3 | [血月]Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | davincisvessels | @DVESSELSVER@ | [达芬奇的船]davincisvessels-1.12-6.340-full.jar | None | | LC | libvulpes | 0.4.2.-69 | [高级火箭前置]LibVulpes-1.12.2-0.4.2-69-universal.jar | None | | LC | advancedrocketry | 1.6.0.-197 | [高级火箭]AdvancedRocketry-1.12.2-1.6.0-197-universal.jar | None | | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None | | LC | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LC | configmod | v1.0 | coroutil-1.12.1-1.2.36.jar | None | | LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.36.jar | None | | LC | igcm | 1.2.2 | IGCM_v1.2.10_mc1.12.2.jar | None | | LC | creativecore | 1.9.9 | CreativeCore_v1.9.90_mc1.12.2 (1).jar | None | | LC | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None | | LC | flansmod | 5.5.2 | Flan's Mod-1.12.2-5.5.2.jar | None | | LC | flansmodapocalypse | 1.0 | Flan's Mod-1.12.2-5.5.2.jar | None | | LC | rallyhealth | 1.0.0 | Rally+Health-1.0.jar | None | | LC | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None | | LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | sky_lanterns | 1.12.1-1.0.1 | skylans-1.12.1-1.0.1.jar | None | | LC | passableleaves | 2.0.0 | [叶间穿行]PassableLeaves-1.12.2-2.0.0.jar | None | | LC | kiwi | 0.5.3.32 | [料理前置]Kiwi-1.12.2-0.5.3.32.jar | None | | LC | cuisine | 0.5.17-build909 | [料理工艺]Cuisine-0.5.17-build909.jar | None | | LC | immersiveengineering | 0.12-92 | [沉浸]ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LC | rtg | 6.1.0.0-snapshot.1 | [真实地形生成]RTG-1.12.2-6.1.0.0-snapshot.1.jar | None | | LC | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | [饥饿改革]HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None | Loaded coremods (and transformers): LesslagCorePlugin ([较少的滞后]lesslag-1.0-1.12.2.jar) AdvancedRocketryPlugin ([高级火箭]AdvancedRocketry-1.12.2-1.6.0-197-universal.jar) zmaster587.advancedRocketry.asm.ClassTransformer AppleCore ([饥饿改革前置]AppleCore-mc1.12.2-3.1.1.jar) squeek.applecore.asm.TransformerModuleHandler ForgelinPlugin (Forgelin-1.8.4.jar) FarseekCoreMod ([溪流前置]Farseek-1.12-2.4.jar) farseek.core.FarseekClassTransformer CoreModLoader ([物理声效]Sound-Physics-1.12.2.jar) com.sonicether.soundphysics.CoreModInjector 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.8-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer CreativePatchingLoader (CreativeCore_v1.9.90_mc1.12.2 (1).jar) MovingWorldCore ([前置]movingworld-1.12-6.342-full.jar) Quark Plugin ([夸克]Quark-r1.6-177.jar) vazkii.quark.base.asm.ClassTransformer IGCMPatchingLoader (IGCM_v1.2.10_mc1.12.2.jar) com.creativemd.igcm.core.IGCMTransformer VanillaFixLoadingPlugin ([原版修复]VanillaFix-1.0.10-99.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar) teamrtg.passableleaves.asm.PassableLeavesTransformer LoadingPlugin ([真实的黑夜]HardcoreDarkness-MC1.12.2-2.0.jar) lumien.hardcoredarkness.asm.ClassTransformer MMFMLCorePlugin ([多人合撸]MultiMine-1.12.1.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer LoadingPlugin ([血月]Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.87' Renderer: 'GeForce GT 730/PCIe/SSE2' Suspected Mods: CodeChicken Lib (codechickenlib) Launched Version: HMCL 3.2.139 LWJGL: 2.9.4 OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.87, 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: 简体中文 (中国) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz |