= 创作分享 =
崩溃解答
1.16.5自己做的原生整合,总是进入世界后没多久就崩溃 ...
霜寒雪重亦无凝

1.16.5自己做的原生整合,总是进入世界后没多久就崩溃

霜寒雪重亦无凝 于 2022-12-27 21:28 ( 1年前 ) [复制链接] [只看楼主] [打印]
786 4
5RF
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 2022/12/27 下午9:07
Description: Exception ticking world

java.util.ConcurrentModificationException: null
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1661) ~[?:?] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?] {}
        at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[?:?] {}
        at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[?:?] {}
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
        at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.server.ServerChunkProvider.func_241099_a_(ServerChunkProvider.java:364) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at java.util.ArrayList.forEach(ArrayList.java:1541) ~[?:?] {}
        at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:351) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:326) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:334) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bountifulbaubles.mixins.json:MixinServerWorld,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at java.lang.Thread.run(Thread.java:829) ~[?:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1661) ~[?:?] {}
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?] {}
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?] {}
        at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312) ~[?:?] {}
        at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735) ~[?:?] {}
        at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
        at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/botania/botania.mixins.json:MixinWorldEntitySpawner,pl:mixin:A}
        at net.minecraft.world.server.ServerChunkProvider.func_241099_a_(ServerChunkProvider.java:364) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at java.util.ArrayList.forEach(ArrayList.java:1541) ~[?:?] {}
        at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:351) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:326) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
        at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:334) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bountifulbaubles.mixins.json:MixinServerWorld,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:starlight.mixins.json:common.world.ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
-- Affected level --
Details:
        All players: 1 total; [ServerPlayerEntity['WuNing'/306, l='ServerLevel[新的世界]', x=62.52, y=88.00, z=-17.97]]
        Chunk stats: ServerChunkCache: 2025
        Level dimension: minecraft:overworld
        Level spawn location: World: (0,71,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
        Level time: 5192 game time, 5192 day time
        Level name: 新的世界
        Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
        Level weather: Rain time: 14966 (now: false), thunder time: 42388 (now: false)
        Known server brands: forge
        Level was modded: true
        Level storage version: 0x04ABD - Anvil
Stacktrace:
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
        at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftServerClientOnly,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
        at java.lang.Thread.run(Thread.java:829) ~[?:?] {}


-- System Details --
Details:
        Minecraft Version: 1.16.5
        Minecraft Version ID: 1.16.5
        Operating System: Windows 7 (amd64) version 6.1
        Java Version: 11.0.17, BellSoft
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), BellSoft
        Memory: 2195077768 bytes (2093 MB) / 4764729344 bytes (4544 MB) up to 4781506560 bytes (4560 MB)
        CPUs: 4
        JVM Flags: 13 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -Xmn128m -Xmx4560m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+IgnoreUnrecognizedVMOptions
        ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
        ModLauncher launch target: fmlclient
        ModLauncher naming: srg
        ModLauncher services:
                /mixin-0.8.4.jar mixin PLUGINSERVICE
                /eventbus-4.0.0.jar eventbus PLUGINSERVICE
                /forge-1.16.5-36.2.39.jar object_holder_definalize PLUGINSERVICE
                /forge-1.16.5-36.2.39.jar runtime_enum_extender PLUGINSERVICE
                /forge-1.16.5-36.2.39.jar capability_inject_definalize PLUGINSERVICE
                /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
                /forge-1.16.5-36.2.39.jar runtimedistcleaner PLUGINSERVICE
                /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
                /forge-1.16.5-36.2.39.jar fml TRANSFORMATIONSERVICE
        FML: 36.2
        Forge: net.minecraftforge:36.2.39
        FML Language Providers:
                javafml@36.2
                minecraft@1
                kotlinforforge@1.17.0
        Mod List:
                [镁/铷:动态光源] dynamiclightsreforged-mc1.16.5_v1.0.1.j|Dynamic Lights Reforged       |dynamiclightsreforged         |mc1.16.5_v1.0.1     |DONE      |Manifest: NOSIGNATURE
                [抓钩] grappling_hook_mod-1.16.5-v13.jar            |Grappling Hook Mod            |grapplemod                    |1.16.5-v13          |DONE      |Manifest: NOSIGNATURE
                [机械动力:物品附加] create-stuff-additions1.16.5_v1.1.6.ja|Create Stuff Additions        |create_stuff_additions        |1.1.6               |DONE      |Manifest: NOSIGNATURE
                [天空村庄] SkyVillage_1.0.0_1.16.5.jar                |Sky Villages                  |skyvillages                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
                notenoughcrashes-4.1.4+1.16.5-forge.jar           |Not Enough Crashes            |notenoughcrashes              |4.1.4+1.16.5        |DONE      |Manifest: NOSIGNATURE
                secondchanceforge-1.16.5-1.5.0.jar                |Second Chance Forge           |secondchanceforge             |1.5.0               |DONE      |Manifest: NOSIGNATURE
                [天赋技能树] GokiStats-1.16.5-1.3.2.jar                |Goki Stats                    |gokistats                     |1.3.2               |DONE      |Manifest: NOSIGNATURE
                roughmobsrevamped-1.16.5-0.0.3.jar                |Rough Mobs Revamped           |roughmobsrevamped             |version             |DONE      |Manifest: NOSIGNATURE
                [地狱扩展] infernal-expansion-1.16.5-2.5.0.jar        |Infernal Expansion            |infernalexp                   |2.5.0               |DONE      |Manifest: NOSIGNATURE
                TRansliterationLib-1.0.4.jar                      |TRansliterationLib Mod        |transliterationlib            |1.0.4               |DONE      |Manifest: NOSIGNATURE
                BetterF3-1.1.3-forge-1.16.5.jar                   |BetterF3 Forge                |betterf3forge                 |1.1.3               |DONE      |Manifest: NOSIGNATURE
                [星占魔法] astrologicalsorcery-1.16.4-1.3.2.jar       |Astrological Sorcery          |astrosorc                     |1.16.4-1.3.2        |DONE      |Manifest: 8d:20:3c:56:44:0d:d9:3c:79:c2:c7:a2:4f:cc:c8:00:97:c4:a2:e2:41:e5:38:1e:ba:6b:c9:f2:eb:64:8d:84
                [星辉魔法] astralsorcery-1.16.5-1.14.1.jar            |Astral Sorcery                |astralsorcery                 |1.16.4-1.14.1       |DONE      |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
                [天境(管道构建版)] aether-1.16.5-v1.0.0.jar              |The Aether                    |aether                        |1.16.5-v1.0.0       |DONE      |Manifest: NOSIGNATURE
                prefab-1.6.5.15.jar                               |Prefab                        |prefab                        |1.6.5.15            |DONE      |Manifest: NOSIGNATURE
                [更美观的血条] HealthOverlay-1.16.5-3.0.1.jar           |Health Overlay                |healthoverlay                 |3.0.1               |DONE      |Manifest: NOSIGNATURE
                entitycollisionfpsfix-1.16-1.0.1.jar              |Entity Collision FPS Fix      |entitycollisionfpsfix         |1.0.1               |DONE      |Manifest: NOSIGNATURE
                SilentMechanisms-1.16.3-1.0.1+77.jar              |Silent's Mechanisms           |silents_mechanisms            |1.0.1+77            |DONE      |Manifest: NOSIGNATURE
                [伤害显示] torohealth-1.16.4-forge-4.jar              |ToroHealth                    |torohealth                    |NONE                |DONE      |Manifest: NOSIGNATURE
                rubidium-0.2.10.jar                               |Rubidium                      |rubidium                      |0.2.10              |DONE      |Manifest: NOSIGNATURE
                [无限附魔修复] BowInfinityFix-1.16.x-rv9.1.jar          |Bow Infinity Fix              |bowinfinityfix                |rv9.1               |DONE      |Manifest: NOSIGNATURE
                [YUNG的洞穴优化] BetterCaves-Forge-1.16.4-1.1.2.jar    |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |DONE      |Manifest: NOSIGNATURE
                BetterTitleScreen-1.16.4-1.10.2.jar               |Better Title Screen           |bettertitlescreen             |1.16.4-1.10.2       |DONE      |Manifest: NOSIGNATURE
                Controlling-7.0.0.28.jar                          |Controlling                   |controlling                   |7.0.0.28            |DONE      |Manifest: NOSIGNATURE
                [腐肉换皮革] JRFTL [1.16.5]-1.2.jar                    |JRFTL                         |jrftl                         |1.2                 |DONE      |Manifest: NOSIGNATURE
                [懒人厨房] CookingForBlockheads_1.16.5-9.3.4.jar      |Cooking for Blockheads        |cookingforblockheads          |9.3.4               |DONE      |Manifest: NOSIGNATURE
                [增强视觉效果/拓展视觉效果] EnhancedVisuals_v1.3.32_mc1.16.5.j|EnhancedVisuals               |enhancedvisuals               |1.3.0               |DONE      |Manifest: NOSIGNATURE
                [Xaero的世界地图] XaerosWorldMap_1.28.7_Forge_1.16.5.ja|Xaero's World Map             |xaeroworldmap                 |1.28.7              |DONE      |Manifest: NOSIGNATURE
                Placebo-1.16.5-4.7.0.jar                          |Placebo                       |placebo                       |4.7.0               |DONE      |Manifest: NOSIGNATURE
                i18nupdatemod-1.16.5-2.0.4.jar                    |I18n update Mod               |i18nupdatemod                 |2.0.4               |DONE      |Manifest: NOSIGNATURE
                citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |DONE      |Manifest: NOSIGNATURE
                [Alex 的生物] alexsmobs-1.12.1.jar                   |Alex's Mobs                   |alexsmobs                     |1.12.1              |DONE      |Manifest: NOSIGNATURE
                YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |DONE      |Manifest: NOSIGNATURE
                Bookshelf-Forge-1.16.5-10.4.32.jar                |Bookshelf                     |bookshelf                     |10.4.32             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                [提示] Tips-1.16.5-4.0.18.jar                       |Tips                          |tips                          |4.0.18              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                [圣遗物] reliquary-1.16.5-1.3.5.1124.jar             |Reliquary                     |xreliquary                    |1.16.5-1.3.5.1124   |DONE      |Manifest: NOSIGNATURE
                [ewewukek的火枪模组] musketmod-1.16.5-forge-1.4.2.jar  |Musket Mod                    |musketmod                     |1.4.2               |DONE      |Manifest: NOSIGNATURE
                [警卫村民] guardvillagers-1.16.5.1.2.6.jar            |Guard Villagers               |guardvillagers                |1.2.6               |DONE      |Manifest: NOSIGNATURE
                [精妙背包] sophisticatedbackpacks-1.16.5-3.15.20.755.j|Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.15.20.755  |DONE      |Manifest: NOSIGNATURE
                [战利品光束] lootbeams-1.16.5-release-july1722.jar     |LootBeams                     |lootbeams                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
                randompatches-2.4.4-forge.jar                     |RandomPatches                 |randompatches                 |2.4.4-forge         |DONE      |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
                [神化] Apotheosis-1.16.5-4.8.9A0.jar                |Apotheosis                    |apotheosis                    |4.8.9A0             |DONE      |Manifest: NOSIGNATURE
                FpsReducer-forge-1.24-mc1.16.5.jar                |FPS Reducer                   |fpsreducer                    |1.24-mc1.16.5       |DONE      |Manifest: NOSIGNATURE
                [搬运] carryon-1.16.5-1.15.5.22.jar                 |Carry On                      |carryon                       |1.15.5.22           |DONE      |Manifest: NOSIGNATURE
                JustEnoughResources-1.16.5-0.12.1.133.jar         |Just Enough Resources         |jeresources                   |0.12.1.133          |DONE      |Manifest: NOSIGNATURE
                chat_heads-0.6.0-forge-1.16.5.jar                 |Chat Heads                    |chat_heads                    |0.6.0               |DONE      |Manifest: NOSIGNATURE
                [滑翔伞] Paraglider-1.16.5-1.3.2.11.jar              |Paraglider                    |paraglider                    |1.3.2.11            |DONE      |Manifest: NOSIGNATURE
                structure_gel-1.16.5-1.7.8.jar                    |Structure Gel API             |structure_gel                 |1.7.8               |DONE      |Manifest: NOSIGNATURE
                [干净利落] cleancut-mc1.16-2.2-forge.jar              |Clean Cut                     |cleancut                      |2.2                 |DONE      |Manifest: NOSIGNATURE
                [农夫乐事] FarmersDelight-1.16.5-0.6.0.jar            |Farmer's Delight              |farmersdelight                |1.16.5-0.6.0        |DONE      |Manifest: NOSIGNATURE
                entity_texture_features_forge_1.16.5-4.2.0.jar    |Entity Texture Features       |entity_texture_features       |4.2.0               |DONE      |Manifest: NOSIGNATURE
                [更多村民] morevillagers-FORGE-1.16.5-1.5.5.jar       |More Villagers                |morevillagers                 |1.5.5               |DONE      |Manifest: NOSIGNATURE
                Aquamirae 3.0.0.jar                               |Aquamirae                     |ob_aquamirae                  |3.0.0               |DONE      |Manifest: NOSIGNATURE
                projectvibrantjourneys-1.16.5-3.2.11.jar          |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.2.11       |DONE      |Manifest: NOSIGNATURE
                [盔甲韧性显示] toughnessbar-6.1.jar                     |Toughness Bar                 |toughnessbar                  |6.1                 |DONE      |Manifest: NOSIGNATURE
                silent-gear-1.16.5-2.6.36.jar                     |Silent Gear                   |silentgear                    |2.6.36              |DONE      |Manifest: NOSIGNATURE
                [植物魔法] Botania-1.16.5-420.3.jar                   |Botania                       |botania                       |1.16.5-420.3        |DONE      |Manifest: NOSIGNATURE
                managear-1.16.3-2.2.3.jar                         |Mana Gear                     |managear                      |1.16.3-2.2.3        |DONE      |Manifest: NOSIGNATURE
                [YUNG的桥] YungsBridges-Forge-1.16.4-1.0.1.jar      |YUNG's Bridges                |yungsbridges                  |1.16.4-1.0.1        |DONE      |Manifest: NOSIGNATURE
                born_in_chaos_1.16_1.3.jar                        |Born in Chaos                 |born_in_chaos_v1              |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [JER集成] JER-Integration-1.1.1.jar                 |JER Integration               |jerintegration                |1.1.1               |DONE      |Manifest: NOSIGNATURE
                textrues_rubidium_options-1.0.3-mc1.16.5.jar      |TexTrue's Rubidium Options    |reeses_sodium_options         |1.0.3-mc1.16.5      |DONE      |Manifest: NOSIGNATURE
                [火花] spark-1.9.1-forge.jar                        |spark                         |spark                         |1.9.1               |DONE      |Manifest: NOSIGNATURE
                curios-forge-1.16.5-4.0.8.2.jar                   |Curios API                    |curios                        |1.16.5-4.0.8.2      |DONE      |Manifest: NOSIGNATURE
                [车万女仆] touhoulittlemaid-1.16.5-1.0.2.jar          |Touhou Little Maid            |touhou_little_maid            |NONE                |DONE      |Manifest: NOSIGNATURE
                [灾变] L_Enders Cataclysm-0.48-1.16.5.jar           |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE
                [帕秋莉手册] Patchouli-1.16.4-53.3.jar                 |Patchouli                     |patchouli                     |1.16.4-53.3         |DONE      |Manifest: NOSIGNATURE
                oculus-1.2.6.jar                                  |Oculus                        |oculus                        |1.2.6               |DONE      |Manifest: NOSIGNATURE
                [白门的奇异附魔:苦痛长河] flowingagony-1.16.5-1.0.6.jar      |MarbleGate's Exotic Enchantmen|flowingagony                  |1.16.5-1.0.6        |DONE      |Manifest: NOSIGNATURE
                bettervillage-forge-1.16.5-2.0.0.jar              |Better village                |bettervillage                 |2.0.0               |DONE      |Manifest: NOSIGNATURE
                BetterThirdPerson-Forge-1.16.4-1.9.0.jar          |Better Third Person           |betterthirdperson             |1.9.0               |DONE      |Manifest: NOSIGNATURE
                [无限+经验修补] InfinityMending-1.16.3-0.1.0.jar        |InfinityMending               |infinitymending               |0.1.0               |DONE      |Manifest: NOSIGNATURE
                [YUNG的要塞重制] BetterStrongholds-1.16.4-1.2.1.jar    |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.2.1        |DONE      |Manifest: NOSIGNATURE
                [方块同步修复] antighost-1.16.4-forge35.0.7-1.1.2.jar   |AntiGhost                     |antighost                     |1.16.4-forge35.0.7-1|DONE      |Manifest: NOSIGNATURE
                worldedit-mod-7.2.5-dist.jar                      |WorldEdit                     |worldedit                     |7.2.5+57d5ac9       |DONE      |Manifest: NOSIGNATURE
                seasonhud-1.16.5-1.2.3.jar                        |SeasonHUD                     |seasonhud                     |1.2.3               |DONE      |Manifest: NOSIGNATURE
                [一键背包整理Next] InventoryProfilesNext-forge-1.16-1.9.|Inventory Profiles Next       |inventoryprofilesnext         |1.9.0               |DONE      |Manifest: NOSIGNATURE
                architectury-1.32.66.jar                          |Architectury                  |architectury                  |1.32.66             |DONE      |Manifest: NOSIGNATURE
                [流浪猎人] wandering_trapper-1.16.5-0.1.2.jar         |Wandering Trapper             |wandering_trapper             |NONE                |DONE      |Manifest: NOSIGNATURE
                [额外植物学] ExtraBotany-r1.2-69.jar                   |ExtraBotany                   |extrabotany                   |1.0                 |DONE      |Manifest: NOSIGNATURE
                [AI改进] AI-Improvements-1.16.5-0.5.0.jar           |AI-Improvements               |aiimprovements                |0.4.0               |DONE      |Manifest: NOSIGNATURE
                observerlib-1.16.5-1.5.3.jar                      |ObserverLib                   |observerlib                   |1.16.5-1.5.3        |DONE      |Manifest: NOSIGNATURE
                cherishedworlds-forge-1.16.5-5.1.1.0.jar          |Cherished Worlds              |cherishedworlds               |1.16.5-5.1.1.0      |DONE      |Manifest: NOSIGNATURE
                light-overlay-5.8.1.jar                           |Light Overlay                 |lightoverlay                  |5.8.1               |DONE      |Manifest: NOSIGNATURE
                cloth-config-4.16.91-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.16.91             |DONE      |Manifest: NOSIGNATURE
                [物品物理掉落] ItemPhysic_v1.4.18_mc1.16.5.jar          |ItemPhysic                    |itemphysic                    |1.6.0               |DONE      |Manifest: NOSIGNATURE
                [深暗之园] The_Undergarden-1.16.5-0.5.5.jar           |The Undergarden               |undergarden                   |0.5.5               |DONE      |Manifest: NOSIGNATURE
                ScalingHealth-1.16.5-4.1.5+11.jar                 |Scaling Health                |scalinghealth                 |4.1.5+11            |DONE      |Manifest: NOSIGNATURE
                exoticbirds-1.16.4-1.3.0.jar                      |Exotic Birds                  |exoticbirds                   |1.3.0               |DONE      |Manifest: NOSIGNATURE
                Babel-1.0.5.jar                                   |Babel                         |babel                         |1.0.5               |DONE      |Manifest: NOSIGNATURE
                [JEI猪灵以物易物] JEPB-1.0.0.jar                        |Just Enough Piglin Bartering  |jepb                          |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [树叶快速腐烂] FastLeafDecay-v25.2.jar                  |FastLeafDecay                 |fastleafdecay                 |v25.2               |DONE      |Manifest: NOSIGNATURE
                GameMenuModOption-1.16.4-1.8.2.jar                |Game Menu Mod Option          |gamemenumodoption             |1.8.2               |DONE      |Manifest: NOSIGNATURE
                [YUNG的矿井优化] BetterMineshafts-Forge-1.16.4-2.0.4.ja|YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |DONE      |Manifest: NOSIGNATURE
                geckolib-forge-1.16.5-3.0.106.jar                 |GeckoLib                      |geckolib3                     |3.0.106             |DONE      |Manifest: NOSIGNATURE
                [玩家救援] PlayerRevive_v2.0.0-pre04_mc1.16.5.jar     |PlayerRevive                  |playerrevive                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
                BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |DONE      |Manifest: NOSIGNATURE
                [更好的动物动作] BetterAnimationsCollection-v1.2.4-1.16.5|Better Animations Collection  |betteranimationscollection    |1.2.4               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                CustomSkinLoader_ForgeLegacy-14.14-SNAPSHOT-346.ja|CustomSkinLoader              |customskinloader              |14.14-SNAPSHOT-346  |DONE      |Manifest: 4a:31:8b:cf:34:eb:d0:13:f3:19:39:d5:d2:b9:12:78:b5:f2:8d:91:3e:6f:8f:ed:97:48:00:69:e1:30:3a:54
                [丰富的饰品] bountifulbaubles-1.16.5-0.1.0-forge.jar   |Bountiful Baubles             |bountifulbaubles              |1.16.5-0.1.0        |DONE      |Manifest: NOSIGNATURE
                [虚无世界] AoA3-1.16.5-3.6.jar                        |Advent of Ascension           |aoa3                          |1.16.5-3.6          |DONE      |Manifest: NOSIGNATURE
                jei-1.16.5-7.7.1.152.jar                          |Just Enough Items             |jei                           |7.7.1.152           |DONE      |Manifest: NOSIGNATURE
                [属性修复] AttributeFix-1.16.5-10.1.4.jar             |AttributeFix                  |attributefix                  |10.1.4              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                abnormals_core-1.16.5-3.3.1.jar                   |Abnormals Core                |abnormals_core                |3.3.1               |DONE      |Manifest: NOSIGNATURE
                [魔术师] the-conjurer-1.16.4-1.0.13.jar              |The Conjurer                  |conjurer_illager              |1.0.13              |DONE      |Manifest: NOSIGNATURE
                libraryferret-forge-1.16.5-3.0.0.jar              |Library ferret                |libraryferret                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
                [哥布林商人] goblintraders-1.7.3-1.16.5.jar            |Goblin Traders                |goblintraders                 |1.7.3               |DONE      |Manifest: NOSIGNATURE
                [传送石碑/指路石] Waystones_1.16.5-7.6.4.jar             |Waystones                     |waystones                     |7.6.4               |DONE      |Manifest: NOSIGNATURE
                [配方性能优化] FastSuite-1.16.4-1.1.1.jar               |FastSuite                     |fastsuite                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
                [经验机制改革] Clumps-6.0.0.28.jar                      |Clumps                        |clumps                        |6.0.0.28            |DONE      |Manifest: NOSIGNATURE
                [禁用实验性设置警告] shutupexperimentalsettings-1.0.3.jar  |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.3               |DONE      |Manifest: NOSIGNATURE
                mcwifipnp-1.5.6-1.16.5-forge.jar                  |LAN World Plug-n-Play         |mcwifipnp                     |1.5.6               |DONE      |Manifest: NOSIGNATURE
                [自然罗盘/生物群系指南针] NaturesCompass-1.16.5-1.9.1-forge.j|Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
                SereneSeasons-1.16.5-4.0.1.126-universal.jar      |Serene Seasons                |sereneseasons                 |1.16.5-4.0.1.126    |DONE      |Manifest: NOSIGNATURE
                configured-1.5.3-1.16.5.jar                       |Configured                    |configured                    |1.5.3               |DONE      |Manifest: NOSIGNATURE
                LibX-1.16.3-1.0.76.jar                            |LibX                          |libx                          |1.16.3-1.0.76       |DONE      |Manifest: NOSIGNATURE
                [地下村庄] stoneholm-1.2.2.jar                        |Stoneholm                     |stoneholm                     |1.2                 |DONE      |Manifest: NOSIGNATURE
                [冠军/强敌] champions-forge-1.16.5-2.0.1.15.jar       |Champions                     |champions                     |1.16.5-2.0.1.15     |DONE      |Manifest: NOSIGNATURE
                Obscuria's Tooltips 1.0.0.jar                     |Obscuria's Tooltips           |ob_tooltips                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [烟花苦力怕] creeperconfetti-3.7.jar                   |Creeper Confetti              |creeperconfetti               |3.7                 |DONE      |Manifest: NOSIGNATURE
                [DFU载入优化] lazydfu-0.1.3.jar                       |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
                starlight-1.2.jar                                 |Starlight                     |starlight                     |1.0.0-RC2           |DONE      |Manifest: NOSIGNATURE
                catalogue-1.6.1-1.16.5.jar                        |Catalogue                     |catalogue                     |1.6.1               |DONE      |Manifest: NOSIGNATURE
                [遍历] traverse-1.16.4-0.4.3.8.jar                  |Traverse: Reforged            |traverse                      |1.16.4-0.4.3.8      |DONE      |Manifest: NOSIGNATURE
                [新生魔艺] ars_nouveau-1.16.5-1.25.9.jar              |Ars Nouveau                   |ars_nouveau                   |1.25.9              |DONE      |Manifest: NOSIGNATURE
                forge-1.16.5-36.2.39-universal.jar                |Forge                         |forge                         |36.2.39             |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
                [赏金] Bountiful-1.16.4-3.3.1.jar                   |Bountiful                     |bountiful                     |1.16.4-3.3.1        |DONE      |Manifest: NOSIGNATURE
                [末地拓展] endergetic-1.16.5-3.0.2.jar                |The Endergetic Expansion      |endergetic                    |3.0.2               |DONE      |Manifest: NOSIGNATURE
                TravelersTitles-1.16.4-1.5.jar                    |Traveler's Titles             |travelerstitles               |1.16.4-1.5          |DONE      |Manifest: NOSIGNATURE
                DynamicSurroundings-1.16.5-4.0.5.0.jar            |§3Dynamic Surroundings        |dsurround                     |4.0.5.0             |DONE      |Manifest: NOSIGNATURE
                [那不勒斯风味] neapolitan-1.16.5-2.2.1.jar              |Neapolitan                    |neapolitan                    |2.2.1               |DONE      |Manifest: NOSIGNATURE
                [更多箱子] ironchest-1.16.5-11.2.21.jar               |Iron Chests                   |ironchest                     |1.16.5-11.2.21      |DONE      |Manifest: NOSIGNATURE
                [神话植物学] MythicBotany-1.16.5-1.4.19.jar            |MythicBotany                  |mythicbotany                  |1.16.5-1.4.19       |DONE      |Manifest: NOSIGNATURE
                forge-1.16.5-36.2.39-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
                [碧海新生] upgrade_aquatic-1.16.5-3.1.2.jar           |Upgrade Aquatic               |upgrade_aquatic               |3.1.2               |DONE      |Manifest: NOSIGNATURE
                libIPN-forge-1.16-2.0.0.jar                       |libIPN                        |libipn                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
                [附魔描述] EnchantmentDescriptions-1.16.5-7.1.20.jar  |EnchantmentDescriptions       |enchdesc                      |7.1.20              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
                ToolBelt-1.16.5-1.16.2.jar                        |Tool Belt                     |toolbelt                      |1.16.2              |DONE      |Manifest: NOSIGNATURE
                silent-lib-1.16.5-4.10.0.jar                      |Silent Lib                    |silentlib                     |4.10.0              |DONE      |Manifest: NOSIGNATURE
                morevanillalib-1.16.4-1.4.1.jar                   |MoreVanillaLib                |morevanillalib                |1.4.1               |DONE      |Manifest: NOSIGNATURE
                Jade-1.16.4-2.8.3.jar                             |Jade                          |jade                          |2.8.3               |DONE      |Manifest: NOSIGNATURE
                EMS-build-32 for Minecraft 1.16.5.jar             |Extra Material Spieces        |ems                           |0.32.0              |DONE      |Manifest: NOSIGNATURE
                CreativeCore_v2.2.1_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
                [界面进入提醒] Ding-1.16.5-1.3.0.jar                    |Ding                          |ding                          |1.3.0               |DONE      |Manifest: NOSIGNATURE
                notenoughanimations-1.2.4.jar                     |NotEnoughAnimations Mod       |notenoughanimations           |1.2.4               |DONE      |Manifest: NOSIGNATURE
                Iceberg-1.16.5-1.0.45.jar                         |Iceberg                       |iceberg                       |1.0.45              |DONE      |Manifest: NOSIGNATURE
                [飞轮] flywheel-1.16-0.2.5.jar                      |Flywheel                      |flywheel                      |1.16-0.2.5          |DONE      |Manifest: NOSIGNATURE
                [机械动力] create-mc1.16.5_v0.3.2g.jar                |Create                        |create                        |v0.3.2g             |DONE      |Manifest: NOSIGNATURE
                [残暴与掠夺] savageandravage-1.16.5-3.1.0.jar          |Savage & Ravage               |savageandravage               |3.1.0               |DONE      |Manifest: NOSIGNATURE
                [Xaero的小地图] Xaeros_Minimap_22.17.0_Forge_1.16.5.ja|Xaero's Minimap               |xaerominimap                  |22.17.0             |DONE      |Manifest: NOSIGNATURE
                ShulkerTooltip-1.12.jar                           |Shulker Tooltip               |shulkertooltip                |1.12                |DONE      |Manifest: NOSIGNATURE
                RubidiumExtra-1.16.5-0.4.10.37.jar                |Rubidium Extra                |sodiumextra                   |1.16.5-0.4.10.37    |DONE      |Manifest: NOSIGNATURE
                [老鼠] rats-7.2.0-1.16.5.jar                        |Rats                          |rats                          |7.2.0               |DONE      |Manifest: NOSIGNATURE
                [老鼠:鼠西洲] ratlantis-1.0.0-1.16.3.jar               |Rats: Ratlantis               |ratlantis                     |1.0.0-1.16.3        |DONE      |Manifest: NOSIGNATURE
                [敌对生物和女孩们] hmag-mc1.16.5-4.5.11.jar               |Hostile Mobs and Girls        |hmag                          |4.5.11              |DONE      |Manifest: NOSIGNATURE
                [工作台性能优化] FastWorkbench-1.16.5-4.6.2.jar          |Fast Workbench                |fastbench                     |4.6.2               |DONE      |Manifest: NOSIGNATURE
                AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
                [夸克] Quark-r2.4-322.jar                           |Quark                         |quark                         |r2.4-322            |DONE      |Manifest: NOSIGNATURE
                [无树可撸] notreepunching-forge-1.16.5-4.3.0.jar      |No Tree Punching              |notreepunching                |4.3.0               |DONE      |Manifest: NOSIGNATURE
                [氪Forge版] kryptonreforged-mc1.16.5_v1.0.0.jar     |Krypton Reforged              |kryptonreforged               |mc1.16.5_v1.0.0     |DONE      |Manifest: NOSIGNATURE
                [多态合成] polymorph-forge-1.16.5-0.41.jar            |Polymorph                     |polymorph                     |1.16.5-0.41         |DONE      |Manifest: NOSIGNATURE
                [JEI工作方块] JustEnoughProfessions-1.16.5-1.2.2.jar  |Just Enough Professions (JEP) |justenoughprofessions         |1.2.2               |DONE      |Manifest: NOSIGNATURE
                [水源] WaterSource-1.1.40-release-1.16.5.jar        |Water Source                  |watersource                   |1.1.40-release-1.16.|DONE      |Manifest: NOSIGNATURE
                [通用拼音搜索] jecharacters-1.16.4-4.3.6.jar            |Just Enough Characters        |jecharacters                  |1.16.4-4.3.6        |DONE      |Manifest: NOSIGNATURE
                [原版材质锤] vanillahammers-1.16.4-2.2.0.jar           |Vanilla Hammers               |vanillahammers                |2.2.0               |DONE      |Manifest: NOSIGNATURE
                InventoryHud_[1.16.2-1.16.5].forge-3.4.1.jar      |Inventory HUD+(Forge edition) |inventoryhud                  |3.4.1               |DONE      |Manifest: NOSIGNATURE
                [简单的茶!] simplytea-1.16.5-2.4.0.jar                |Simply Tea                    |simplytea                     |2.4.0               |DONE      |Manifest: NOSIGNATURE
                WorldEdit-CUI-FE3-1.16.5-3.0.9.jar                |WorldEdit CUI Forge Edition 3 |worldeditcuife3               |3.0.9               |DONE      |Manifest: NOSIGNATURE
                [熔炉性能优化] FastFurnace-1.16.5-4.5.0.jar             |FastFurnace                   |fastfurnace                   |4.5.0               |DONE      |Manifest: NOSIGNATURE
                [邪猎者] HunterIllager-1.16.5-1.4.0.jar              |Hunter Illager                |hunterillager                 |1.16.5-1.4.0        |DONE      |Manifest: NOSIGNATURE
                Titles-1.16.5-3.4.3.jar                           |Titles                        |titles                        |1.16.5-3.4.2        |DONE      |Manifest: NOSIGNATURE
                appleskin-forge-mc1.16.x-2.4.0.jar                |AppleSkin                     |appleskin                     |2.4.0+mc1.16.4      |DONE      |Manifest: NOSIGNATURE
                [下界乐事] nethers_delight-2.1.jar                    |Nethers Delight               |nethers_delight               |2.1                 |DONE      |Manifest: NOSIGNATURE
                ferritecore-2.1.0-forge.jar                       |Ferrite Core                  |ferritecore                   |2.1.0               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
                [神秘学] occultism-1.16.5-1.29.1.jar                 |Occultism                     |occultism                     |1.16.5-1.29.1       |DONE      |Manifest: NOSIGNATURE
                PuzzlesLib-v1.0.15-1.16.5-Forge.jar               |Puzzles Lib                   |puzzleslib                    |1.0.15              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                [水产业2/水产品2] Aquaculture-1.16.5-2.1.23.jar         |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.23       |DONE      |Manifest: NOSIGNATURE
                SilentGems-1.16.3-3.7.16.jar                      |Silent's Gems 3               |silentgems                    |3.7.16              |DONE      |Manifest: NOSIGNATURE
                Obscuria's Essentials 3.0.0.jar                   |Obscuria's Essentials         |ob_core                       |3.0.0               |DONE      |Manifest: NOSIGNATURE
                [农夫的茶] farmerstea-1.16.5-1.3.jar                  |Farmer's Tea - A Compat Mod   |farmerstea                    |1.16.5-1.3          |DONE      |Manifest: NOSIGNATURE
                [时装盔甲重置版] CosmeticArmorReworked-1.16.5-v5.jar     |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v5           |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
                [护甲上限突破] overloadedarmorbar-5.1.0.jar             |Overloaded Armor Bar          |overloadedarmorbar            |5.1.0               |DONE      |Manifest: NOSIGNATURE
                [输入法冲突修复] imblocker-1.16.5-3.1.2.jar              |IMBlocker                     |imblocker                     |3.1.2               |DONE      |Manifest: NOSIGNATURE
                YuoMoreEnchants-1.16.5-1.3.6.jar                  |YuoMoreEnchants               |yuoenchants                   |1.16.5-1.3.6        |DONE      |Manifest: NOSIGNATURE
                [喝啤酒啦] drinkbeer-1.16.5-2.3.5.jar                 |Drink Beer                    |drinkbeer                     |2.3.5               |DONE      |Manifest: NOSIGNATURE
                [经验之书] xptome-1.16.5-v2.1.5.jar                   |XP Tome                       |xpbook                        |v2.1.5              |DONE      |Manifest: NOSIGNATURE
        Crash Report UUID: dc912798-6ef3-452f-a1a2-3472db6552f5
        Patchouli open book context: n/a
        Suspected Mods: None
        Loaded Shaderpack: (off)
        Player Count: 1 / 8; [ServerPlayerEntity['WuNing'/306, l='ServerLevel[新的世界]', x=62.52, y=88.00, z=-17.97]]
        Data Packs: vanilla, mod:dynamiclightsreforged, mod:grapplemod, mod:create_stuff_additions, mod:skyvillages, mod:notenoughcrashes, mod:secondchanceforge, mod:gokistats, mod:roughmobsrevamped, mod:infernalexp (incompatible), mod:transliterationlib (incompatible), mod:betterf3forge, mod:astrosorc (incompatible), mod:astralsorcery, mod:aether, mod:prefab, mod:healthoverlay, mod:entitycollisionfpsfix (incompatible), mod:silents_mechanisms (incompatible), mod:torohealth, mod:rubidium (incompatible), mod:bowinfinityfix (incompatible), mod:bettercaves (incompatible), mod:bettertitlescreen, mod:controlling, mod:jrftl (incompatible), mod:cookingforblockheads (incompatible), mod:enhancedvisuals, mod:xaeroworldmap, mod:placebo (incompatible), mod:i18nupdatemod, mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:bookshelf, mod:tips, mod:xreliquary, mod:musketmod, mod:guardvillagers, mod:sophisticatedbackpacks, mod:lootbeams, mod:randompatches, mod:apotheosis (incompatible), mod:fpsreducer, mod:carryon, mod:jeresources, mod:chat_heads, mod:paraglider, mod:structure_gel, mod:cleancut (incompatible), mod:farmersdelight, mod:entity_texture_features (incompatible), mod:morevillagers, mod:ob_aquamirae, mod:projectvibrantjourneys, mod:toughnessbar (incompatible), mod:silentgear, mod:botania, mod:managear, mod:yungsbridges, mod:born_in_chaos_v1, mod:jerintegration, mod:reeses_sodium_options (incompatible), mod:spark, mod:curios, mod:touhou_little_maid, mod:cataclysm (incompatible), mod:patchouli (incompatible), mod:oculus, mod:flowingagony, mod:bettervillage, mod:betterthirdperson, mod:infinitymending (incompatible), mod:betterstrongholds, mod:antighost (incompatible), mod:worldedit (incompatible), mod:seasonhud, mod:inventoryprofilesnext (incompatible), mod:architectury, mod:wandering_trapper, mod:extrabotany (incompatible), mod:aiimprovements, mod:observerlib, mod:cherishedworlds, mod:lightoverlay (incompatible), mod:cloth-config (incompatible), mod:itemphysic, mod:undergarden, mod:scalinghealth, mod:exoticbirds, mod:babel, mod:jepb, mod:fastleafdecay, mod:gamemenumodoption, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:playerrevive, mod:betteradvancements, mod:betteranimationscollection, mod:customskinloader (incompatible), mod:bountifulbaubles (incompatible), mod:aoa3 (incompatible), mod:jei, mod:attributefix, mod:abnormals_core, mod:conjurer_illager (incompatible), mod:libraryferret, mod:goblintraders, mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps, mod:shutupexperimentalsettings (incompatible), mod:mcwifipnp (incompatible), mod:naturescompass (incompatible), mod:sereneseasons, mod:configured, mod:libx, mod:stoneholm, mod:champions (incompatible), mod:ob_tooltips, mod:creeperconfetti (incompatible), mod:lazydfu, mod:starlight (incompatible), mod:catalogue, mod:traverse (incompatible), mod:ars_nouveau, mod:forge, mod:bountiful (incompatible), mod:endergetic, mod:travelerstitles, mod:dsurround, mod:neapolitan, mod:ironchest, mod:mythicbotany, mod:upgrade_aquatic, mod:libipn (incompatible), mod:enchdesc, mod:mousetweaks, mod:toolbelt (incompatible), mod:silentlib (incompatible), mod:morevanillalib, mod:jade, mod:ems, mod:creativecore, mod:ding, mod:notenoughanimations (incompatible), mod:iceberg, mod:flywheel, mod:create, mod:savageandravage, mod:xaerominimap, mod:shulkertooltip (incompatible), mod:sodiumextra (incompatible), mod:rats, mod:ratlantis, mod:hmag, mod:fastbench (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:notreepunching, mod:kryptonreforged (incompatible), mod:polymorph, mod:justenoughprofessions, mod:watersource (incompatible), mod:jecharacters (incompatible), mod:vanillahammers, mod:inventoryhud, mod:simplytea (incompatible), mod:worldeditcuife3 (incompatible), mod:fastfurnace (incompatible), mod:hunterillager, mod:titles, mod:appleskin, mod:nethers_delight, mod:ferritecore (incompatible), mod:occultism, mod:puzzleslib, mod:aquaculture (incompatible), mod:silentgems, mod:ob_core, mod:farmerstea, mod:cosmeticarmorreworked (incompatible), mod:overloadedarmorbar (incompatible), mod:imblocker (incompatible), mod:yuoenchants, mod:drinkbeer, mod:xpbook
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'forge'
        Client Crashes Since Restart: 0
        Integrated Server Crashes Since Restart: 1

发表于 2022-12-27 21:28:04 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 4 条回复!
GY
我新手,解释可能不清楚,如果问题没解决建议去找大佬。首先前面一长串说的应该是你的Java,1.16还是用8算了。再就是检查一下是不是有什么前置没加。最后就是配置问题,加几个FPSPLUS之类的mod。还可以搞一个崩溃优化。就这么多
发表于 2022-12-28 08:23:57 | 只看该作者

回复 | 举报

GY
haha1 发表于 2022-12-28 08:23
我新手,解释可能不清楚,如果问题没解决建议去找大佬。首先前面一长串说的应该是你的Java,1.16还是用8算 ...

FORGE建议不要用39,换成34(36.2.34)
发表于 2022-12-28 08:24:54 | 只看该作者

回复 | 举报

霜寒雪重亦无凝
haha1 发表于 2022-12-28 08:24
FORGE建议不要用39,换成34(36.2.34)

行,我去试试
发表于 2022-12-28 09:19:16 | 只看该作者

回复 | 举报

霜寒雪重亦无凝
haha1 发表于 2022-12-28 08:23
我新手,解释可能不清楚,如果问题没解决建议去找大佬。首先前面一长串说的应该是你的Java,1.16还是用8算 ...

你说的崩溃优化是Not Enough Crashes吗?这个模组其实不太好用的,我觉得不如启动器自己的报错
发表于 2022-12-28 09:23:48 | 只看该作者

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表