Eilleen
---- Minecraft Crash Report ----
// Don't do that.

Time: 2024/1/7 下午8:12
Description: Exception generating new chunk

java.util.ConcurrentModificationException: null
        at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?] {}
        at net.minecraft.world.gen.feature.template.TemplateManager.func_200219_b(SourceFile:64) ~[?:?] {re:mixin,re:classloading}
        at net.minecraft.world.gen.feature.template.TemplateManager.func_200220_a(SourceFile:54) ~[?:?] {re:mixin,re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces$CentrePiece.setup(IllagerCentrePieces.java:61) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces$CentrePiece.<init>(IllagerCentrePieces.java:50) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces.createCentre(IllagerCentrePieces.java:37) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.IllagerCentreStructure$Start.func_230364_a_(IllagerCentreStructure.java:106) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.IllagerCentreStructure$Start.func_230364_a_(IllagerCentreStructure.java:91) ~[?:1.16.4v1.7.2] {re:classloading}
        at net.minecraft.world.gen.feature.structure.Structure.func_242785_a(Structure.java:224) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
        at net.minecraft.world.gen.feature.StructureFeature.func_242771_a(SourceFile:35) ~[?:?] {re:classloading,re:mixin}
        at net.minecraft.world.gen.ChunkGenerator.func_242705_a(SourceFile:278) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:opotato.mixins.json:lazystronghold.ChunkGeneratorAccess,pl:mixin:APP:opotato.mixins.json:lazystronghold.MixinChunkGenerator,pl:mixin:APP:betternether.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:endrem.mixins.json:world.DisableStrongholdMixin,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorAccessorMixin,pl:mixin:APP:cavebiomeapi.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
        at net.minecraft.world.gen.ChunkGenerator.func_242707_a(SourceFile:267) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:opotato.mixins.json:lazystronghold.ChunkGeneratorAccess,pl:mixin:APP:opotato.mixins.json:lazystronghold.MixinChunkGenerator,pl:mixin:APP:betternether.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:endrem.mixins.json:world.DisableStrongholdMixin,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorAccessorMixin,pl:mixin:APP:cavebiomeapi.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
        at net.minecraft.world.chunk.ChunkStatus.func_222586_d(ChunkStatus.java:41) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
        at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
        at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading}
        at net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:522) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] {}
        at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105) ~[?:?] {re:classloading}
        at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) ~[?:?] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) ~[?:?] {}


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

-- Head --
Thread: Server thread
Stacktrace:
        at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?] {}
        at net.minecraft.world.gen.feature.template.TemplateManager.func_200219_b(SourceFile:64) ~[?:?] {re:mixin,re:classloading}
        at net.minecraft.world.gen.feature.template.TemplateManager.func_200220_a(SourceFile:54) ~[?:?] {re:mixin,re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces$CentrePiece.setup(IllagerCentrePieces.java:61) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces$CentrePiece.<init>(IllagerCentrePieces.java:50) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.pieces.IllagerCentrePieces.createCentre(IllagerCentrePieces.java:37) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.IllagerCentreStructure$Start.func_230364_a_(IllagerCentreStructure.java:106) ~[?:1.16.4v1.7.2] {re:classloading}
        at com.litewolf101.illagers_plus.world.structures.IllagerCentreStructure$Start.func_230364_a_(IllagerCentreStructure.java:91) ~[?:1.16.4v1.7.2] {re:classloading}
        at net.minecraft.world.gen.feature.structure.Structure.func_242785_a(Structure.java:224) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
        at net.minecraft.world.gen.feature.StructureFeature.func_242771_a(SourceFile:35) ~[?:?] {re:classloading,re:mixin}
        at net.minecraft.world.gen.ChunkGenerator.func_242705_a(SourceFile:278) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:opotato.mixins.json:lazystronghold.ChunkGeneratorAccess,pl:mixin:APP:opotato.mixins.json:lazystronghold.MixinChunkGenerator,pl:mixin:APP:betternether.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:endrem.mixins.json:world.DisableStrongholdMixin,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorAccessorMixin,pl:mixin:APP:cavebiomeapi.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
        at net.minecraft.world.gen.ChunkGenerator.func_242707_a(SourceFile:267) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:opotato.mixins.json:lazystronghold.ChunkGeneratorAccess,pl:mixin:APP:opotato.mixins.json:lazystronghold.MixinChunkGenerator,pl:mixin:APP:betternether.mixins.json:ChunkGeneratorMixin,pl:mixin:APP:endrem.mixins.json:world.DisableStrongholdMixin,pl:mixin:APP:endrem.mixins.json:world.ChunkGeneratorAccessorMixin,pl:mixin:APP:cavebiomeapi.mixins.json:ChunkGeneratorMixin,pl:mixin:A}
        at net.minecraft.world.chunk.ChunkStatus.func_222586_d(ChunkStatus.java:41) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
        at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:radon.mixins.json:chunk.MixinChunkStatus,pl:mixin:A}
Mixins in Heaven:
        net.minecraft.world.gen.ChunkGenerator:
                com.teamremastered.endrem.mixin.world.DisableStrongholdMixin (endrem.mixins.json)
                com.teampotato.opotato.mixin.lazystronghold.MixinChunkGenerator (opotato.mixins.json)
                someoneelse.betternetherreforged.mixin.ChunkGeneratorMixin (betternether.mixins.json)
                com.blackgear.cavebiomes.mixin.ChunkGeneratorMixin (cavebiomeapi.mixins.json)
                com.teampotato.opotato.mixin.lazystronghold.ChunkGeneratorAccess (opotato.mixins.json)
                com.teamremastered.endrem.mixin.world.ChunkGeneratorAccessorMixin (endrem.mixins.json)
        net.minecraft.world.chunk.ChunkStatus:
                net.caffeinemc.phosphor.mixin.chunk.MixinChunkStatus (radon.mixins.json)
-- Chunk to be generated --
Details:
        Location: 0,8
        Position hash: 34359738368
        Generator: net.minecraft.world.gen.NoiseChunkGenerator@5d924e96
Stacktrace:
        at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading,re:classloading}
        at net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:522) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
        at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] {}
        at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading}
        at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105) ~[?:?] {re:classloading}

Mixins in Heaven:
        net.minecraft.world.server.ChunkManager:
                net.caffeinemc.phosphor.mixin.world.MixinThreadedAnvilChunkStorage (radon.mixins.json)

-- Affected level --
Details:
        All players: 0 total; []
        Chunk stats: ServerChunkCache: 2025
        Level dimension: minecraft:overworld
        Level spawn location: World: (96,63,-64), Chunk: (at 0,3,0 in 6,-4; contains blocks 96,0,-64 to 111,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
        Level time: 450752 game time, 653573 day time
        Level name: 新的世界
        Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
        Level weather: Rain time: 0 (now: false), thunder time: 0 (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:854) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:opotato.mixins.json:ksyxis.MinecraftServerMixin,pl:mixin:APP:opotato.mixins.json:lazystronghold.MinecraftServerMixin,pl:mixin:APP:mixins.lan.json:MinecraftServerMixin,pl:mixin:APP:blockswap.mixins.json:MixinMinecraftServer,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:opotato.mixins.json:ksyxis.MinecraftServerMixin,pl:mixin:APP:opotato.mixins.json:lazystronghold.MinecraftServerMixin,pl:mixin:APP:mixins.lan.json:MinecraftServerMixin,pl:mixin:APP:blockswap.mixins.json:MixinMinecraftServer,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:opotato.mixins.json:ksyxis.MinecraftServerMixin,pl:mixin:APP:opotato.mixins.json:lazystronghold.MinecraftServerMixin,pl:mixin:APP:mixins.lan.json:MinecraftServerMixin,pl:mixin:APP:blockswap.mixins.json:MixinMinecraftServer,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:opotato.mixins.json:ksyxis.MinecraftServerMixin,pl:mixin:APP:opotato.mixins.json:lazystronghold.MinecraftServerMixin,pl:mixin:APP:mixins.lan.json:MinecraftServerMixin,pl:mixin:APP:blockswap.mixins.json:MixinMinecraftServer,pl:mixin:A}
        at java.lang.Thread.run(Thread.java:834) [?:?] {}

Mixins in Heaven:
        net.minecraft.server.MinecraftServer:
                com.teampotato.opotato.mixin.ksyxis.MinecraftServerMixin (opotato.mixins.json)
                com.teampotato.opotato.mixin.lazystronghold.MinecraftServerMixin (opotato.mixins.json)
                org.zeith.lan.mixins.MinecraftServerMixin (mixins.lan.json)
                corgitaco.blockswap.mixin.MixinMinecraftServer (blockswap.mixins.json)

-- System Details --
Details:
        Minecraft Version: 1.16.5
        Minecraft Version ID: 1.16.5
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 11, Oracle Corporation
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 5754639720 bytes (5488 MB) / 8344567808 bytes (7958 MB) up to 11811160064 bytes (11264 MB)
        CPUs: 8
        JVM Flags: 7 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+IgnoreUnrecognizedVMOptions -Xmn256m -Xmx11264m
        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.33.jar object_holder_definalize PLUGINSERVICE
                /forge-1.16.5-36.2.33.jar runtime_enum_extender PLUGINSERVICE
                /forge-1.16.5-36.2.33.jar capability_inject_definalize PLUGINSERVICE
                /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
                /forge-1.16.5-36.2.33.jar runtimedistcleaner PLUGINSERVICE
                /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
                /forge-1.16.5-36.2.33.jar fml TRANSFORMATIONSERVICE
                /%5B自动汉化更新%5D%20I18nUpdateMod-3.5.3-all.jar I18nUpdateMod TRANSFORMATIONSERVICE
                /%5B前置%5DMixinBootstrap.jar mixinbootstrap TRANSFORMATIONSERVICE
        FML: 36.2
        Forge: net.minecraftforge:36.2.33
        FML Language Providers:
                [email protected]
                minecraft@1
                [email protected]
        Mod List:
                [附属]create-stuff.jar                              |Create Stuff Additions        |create_stuff_additions        |1.0.6               |DONE      |Manifest: NOSIGNATURE
                [沉浸烹饪]immersivecooking.jar                        |Immersive Cooking             |immersivecooking              |1.2.0               |DONE      |Manifest: NOSIGNATURE
                emcbaubles-1.16.5-1.2.1.jar                       |EMC Baubles                   |emcbaubles                    |1.1.0               |DONE      |Manifest: NOSIGNATURE
                [管道]refinedpipes.jar                              |Refined Pipes                 |refinedpipes                  |0.5.2               |DONE      |Manifest: NOSIGNATURE
                [优化]opotato.jar                                   |Opotato                       |opotato                       |1.16.5-1.10.0       |DONE      |Manifest: NOSIGNATURE
                [锤子核心]HammerLib.jar                               |HammerLib                     |hammerlib                     |16.3.27             |DONE      |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
                [优化]entitycollisionfpsfix.jar                     |Entity Collision FPS Fix      |entitycollisionfpsfix         |1.0.1               |DONE      |Manifest: NOSIGNATURE
                [更好的下界]betternether.jar                           |Better Nether Reforged        |betternether                  |1.2                 |DONE      |Manifest: NOSIGNATURE
                [坚固地牢]stalwartdungeons.jar                        |Stalwart Dungeons             |stalwart_dungeons             |1.1.7               |DONE      |Manifest: NOSIGNATURE
                [铷] rubidium-mc1.16.5-0.2.13.jar                  |Rubidium                      |rubidium                      |0.2.13              |DONE      |Manifest: NOSIGNATURE
                [血量显示]Neat.jar                                    |Neat                          |neat                          |1.7-27              |DONE      |Manifest: NOSIGNATURE
                [修复]ReAuth.jar                                    |ReAuth                        |reauth                        |3.9.3               |DONE      |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
                [农民的喜悦]farmersdelightintegrations.jar             |Farmer's Delight Compats      |farmersdelightintegrations    |1.16.5-1.2          |DONE      |Manifest: NOSIGNATURE
                [优化]does_potato_tick.jar                          |Does Potato Tick              |does_potato_tick              |1.16.5-3.0          |DONE      |Manifest: NOSIGNATURE
                [生命值修复]MaxHealthFix.jar                           |MaxHealthFix                  |maxhealthfix                  |1.0.5               |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
                Apotheosis-1.16.5-4.8.9A0.jar                     |Apotheosis                    |apotheosis                    |4.8.9A0             |DONE      |Manifest: NOSIGNATURE
                [宝石蟹]GemCrabs.jar                                 |one point sixteen gem crab    |one_point_sixteen_gem_crab    |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [快速漏斗]speedyhoppers.jar                           |Speedy Hoppers                |speedyhoppers                 |1.16.4-1            |DONE      |Manifest: NOSIGNATURE
                Auxilium-1.16.5-1.0.1.1.jar                       |Auxilium                      |auxilium                      |1.0.1.1             |DONE      |Manifest: NOSIGNATURE
                [进度牌匾]AdvancementPlaques.jar                      |Advancement Plaques           |advancementplaques            |1.4.1               |DONE      |Manifest: NOSIGNATURE
                TenshiLib-1.16.3-1.3.0.jar                        |TenshiLib                     |tenshilib                     |1.16.3-1.3.0        |DONE      |Manifest: NOSIGNATURE
                ironfurnaces-1.16.5-2.7.7.jar                     |Iron Furnaces                 |ironfurnaces                  |2.7.7               |DONE      |Manifest: NOSIGNATURE
                [区块加载动画]ChunkAnimator.jar                         |Chunk Animator                |chunkanimator                 |1.16.5-1.2.4        |DONE      |Manifest: NOSIGNATURE
                [末影合金]enderitemod.jar                             |Enderite Mod                  |enderitemod                   |1.16.5-0.8.1-forge-3|DONE      |Manifest: NOSIGNATURE
                [垃圾桶前置]supermartijn642corelib.jar                 |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.16              |DONE      |Manifest: NOSIGNATURE
                [深岩之下]darkerdepths.jar                            |Darker Depths                 |darkerdepths                  |1.1.4               |DONE      |Manifest: NOSIGNATURE
                [TexTrue的铷视频界面] TextruesRubidiumOptions-1.0.8-mc1.|TexTrue's Rubidium Options    |reeses_sodium_options         |1.0.8-mc1.16.5      |DONE      |Manifest: NOSIGNATURE
                [更好的神秘农业]MysticalAdaptations.jar                  |Mystical Adaptations          |mysticaladaptations           |1.16.5-1.2.1        |DONE      |Manifest: NOSIGNATURE
                [更多自然生成结构]mostructures.jar                        |Mo' Structures                |mostructures                  |1.2.0-1.16.5        |DONE      |Manifest: NOSIGNATURE
                [关于我转生变成史莱姆]TTIGRAAS.jar                          |TTIGRAAS                      |ttigraas                      |1.7.1               |DONE      |Manifest: NOSIGNATURE
                [前置]curios.jar                                    |Curios API                    |curios                        |1.16.5-4.0.5.2      |DONE      |Manifest: NOSIGNATURE
                [更好的村庄]bettervillage.jar                          |Better village                |bettervillage                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
                [前置]obfuscate.jar                                 |Obfuscate                     |obfuscate                     |0.6.2               |DONE      |Manifest: e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea
                [魔法作物]magicalcrops.jar                            |Magical Crops: Regrowth       |magicalcrops                  |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [方块同步修复]antighost.jar                             |AntiGhost                     |antighost                     |1.16.4-forge35.0.7-1|DONE      |Manifest: NOSIGNATURE
                [建筑之杖]constructionwand.jar                        |Construction Wand             |constructionwand              |1.16.5-2.4          |DONE      |Manifest: NOSIGNATURE
                [汤饮铺]thermopolium.jar                             |Thermopolium                  |thermopolium                  |1.16.5-0.1.0        |DONE      |Manifest: NOSIGNATURE
                [家具]cfm.jar                                       |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |DONE      |Manifest: NOSIGNATURE
                [前置]observerlib.jar                               |ObserverLib                   |observerlib                   |1.16.5-1.5.3        |DONE      |Manifest: NOSIGNATURE
                [更好地使用]betterwithminecolonies.jar                 |Better With Minecolonies      |betterwithminecolonies        |1.16.4-1.16.17      |DONE      |Manifest: NOSIGNATURE
                [前置]clothconfig.jar                               |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |Manifest: NOSIGNATURE
                [简单储存]tomsstorage.jar                             |Tom's Simple Storage Mod      |toms_storage                  |1.2.19              |DONE      |Manifest: NOSIGNATURE
                [自定义初始装备]CustomStartingGear.jar                   |Custom Starter Gear           |customstartinggear            |2.0.3.1             |DONE      |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
                [注魔台]EnchantingInfuser.jar                        |Enchanting Infuser            |enchantinginfuser             |1.0.2               |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
                [前置]geckolib.jar                                  |GeckoLib                      |geckolib3                     |3.0.106             |DONE      |Manifest: NOSIGNATURE
                [手持工作]Crafting-on-a-stick.jar                     |Crafting On A Stick           |crafting_on_a_stick           |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [前置]Kiwi.jar                                      |Kiwi                          |kiwi                          |3.5.2               |DONE      |Manifest: NOSIGNATURE
                [自定义皮肤]CustomSkinLoader.jar                       |CustomSkinLoader              |customskinloader              |14.13-SNAPSHOT-282  |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
                RPGHUD.jar                                        |RPG-Hud                       |rpghud                        |3.9.1               |DONE      |Manifest: NOSIGNATURE
                [物品管理器]jei.jar                                    |Just Enough Items             |jei                           |7.7.1.118           |DONE      |Manifest: NOSIGNATURE
                [属性修复]AttributeFix.jar                            |AttributeFix                  |attributefix                  |10.1.2              |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
                [喷溅牛奶]splashmilk.jar                              |Splash Milk                   |splash_milk                   |1.0.1               |DONE      |Manifest: NOSIGNATURE
                [前置]libraryferret.jar                             |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
                [地牢]awesomedungeon.jar                            |Awesome dungeon               |awesomedungeon                |3.1.0               |DONE      |Manifest: NOSIGNATURE
                [关闭实验警告]shutupexperimentalsetting.jar             |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.3               |DONE      |Manifest: NOSIGNATURE
                [旅行者背包]TravelersBackpack.jar                      |Traveler's Backpack           |travelersbackpack             |5.4.3               |DONE      |Manifest: NOSIGNATURE
                [四季]SereneSeasons.jar                             |Serene Seasons                |sereneseasons                 |1.16.5-4.0.1.122    |DONE      |Manifest: NOSIGNATURE
                champions-forge-1.16.5-2.0.1.16.jar               |Champions                     |champions                     |1.16.5-2.0.1.16     |DONE      |Manifest: NOSIGNATURE
                projecte-integration-1.16.5-4.6.1.jar             |ProjectE Integration          |projecteintegration           |4.6.1               |DONE      |Manifest: NOSIGNATURE
                [目录]catalogue.jar                                 |Catalogue                     |catalogue                     |1.3.0               |DONE      |Manifest: NOSIGNATURE
                memoryleakfix-forge-pre1.17-1.1.4.jar             |Memory Leak Fix               |memoryleakfix                 |1.1.4               |DONE      |Manifest: NOSIGNATURE
                [自定义合成]CraftTweaker.jar                           |CraftTweaker                  |crafttweaker                  |7.1.2.511           |DONE      |Manifest: NOSIGNATURE
                ProjectE-1.16.5-PE1.0.2.jar                       |ProjectE                      |projecte                      |PE1.0.2             |DONE      |Manifest: NOSIGNATURE
                forge-1.16.5-36.2.33-universal.jar                |Forge                         |forge                         |36.2.33             |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
                [亚图姆沙漠]Atum.jar                                   |Atum 2                        |atum                          |1.16.5-2.2.9        |DONE      |Manifest: NOSIGNATURE
                [战利品]LootBag.jar                                  |Loot Bag                      |lootbag                       |1.16.5-1.2.2        |DONE      |Manifest: NOSIGNATURE
                forge-1.16.5-36.2.33-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
                radon-0.8.0a.jar                                  |Radon                         |radon                         |0.8.0a              |DONE      |Manifest: NOSIGNATURE
                [鼠标整理]MouseTweaks.jar                             |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
                [荒野之塔]totw_additions.jar                          |Towers of the Wild: Additions |totw_additions                |1.1.0               |DONE      |Manifest: NOSIGNATURE
                [勿删内置1]liule.jar                                  |liu_le                        |liu_le                        |0.1.0               |DONE      |Manifest: NOSIGNATURE
                Endless-1.16.5-1.4.8.jar                          |Endless                       |endless                       |1.16.5-1.4.8        |DONE      |Manifest: NOSIGNATURE
                [优化]betterfpsdist.jar                             |betterfpsdist mod             |betterfpsdist                 |1.1                 |DONE      |Manifest: NOSIGNATURE
                [前置]flywhee.jar                                   |Flywheel                      |flywheel                      |1.16-0.2.3          |DONE      |Manifest: NOSIGNATURE
                [前置]Mantle.jar                                    |Mantle                        |mantle                        |1.6.115             |DONE      |Manifest: NOSIGNATURE
                [地图]Xaero's Minimap.jar                           |Xaero's Minimap               |xaerominimap                  |22.17.0             |DONE      |Manifest: NOSIGNATURE
                rubidium-extra-0.4.18+mc1.16.5-build.107.jar      |Rubidium Extra                |sodiumextra                   |0.4.18+mc1.16.5-buil|DONE      |Manifest: NOSIGNATURE
                [合成冲突]polymorph.jar                               |Polymorph                     |polymorph                     |1.16.5-0.33         |DONE      |Manifest: NOSIGNATURE
                [JEI附属]JustEnoughProfessions.jar                  |Just Enough Professions (JEP) |justenoughprofessions         |1.2.2               |DONE      |Manifest: NOSIGNATURE
                [实体渲染机制优化] entityculling-forge-mc1.16.5-1.5.2.jar |EntityCulling                 |entityculling                 |1.5.2               |DONE      |Manifest: NOSIGNATURE
                appleskin-forge-mc1.16.x-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.16.4      |DONE      |Manifest: NOSIGNATURE
                ModernUI-1.16.5-2.7.1.105-universal.jar           |Modern UI                     |modernui                      |2.7.1.105           |DONE      |Manifest: 72:da:aa:fa:02:98:8b:71:b7:c5:ce:aa:0f:0d:cb:a3:ac:4b:97:d4:bc:fa:58:e6:98:e1:2e:ca:f4:61:a2:b0
                [耐久显示]durabilityviewer.jar                        |Giselbaers Durability Viewer  |durabilityviewer              |1.16.4-forge35.0.7-1|DONE      |Manifest: NOSIGNATURE
                [注魔台前置]]PuzzlesLib.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
                [农夫茶]farmerstea.jar                               |Farmer's Tea - A Compat Mod   |farmerstea                    |1.16.5-1.3          |DONE      |Manifest: NOSIGNATURE
                [勿删内置2]liuxiu.jar                                 |liu_le_yi                     |lly                           |4.0.5               |DONE      |Manifest: NOSIGNATURE
                [魔镜]MagicMirror.jar                               |Magic Mirror                  |magic_mirror                  |1.16.5-0.0.9.466    |DONE      |Manifest: NOSIGNATURE
                [魔法巫师]hexerei.jar                                 |Hexerei                       |hexerei                       |0.1.4               |DONE      |Manifest: NOSIGNATURE
                [天空之村]SkyVillage.jar                              |Sky Villages                  |skyvillages                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [附属]morecreatestuffs.jar                          |More Create Stuffs            |morecreatestuffs              |mc1.16-1.4.1        |DONE      |Manifest: NOSIGNATURE
                [更好的f3]BetterF3.jar                               |BetterF3 Forge                |betterf3forge                 |1.1.3               |DONE      |Manifest: NOSIGNATURE
                [占星术]astrologicalsorcery.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.jar                           |Astral Sorcery                |astralsorcery                 |1.16.5-1.13.12      |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
                [更多家具]morecfm.jar                                 |MrCrayfish's More Furniture Mo|morecfm                       |1.3.1               |DONE      |Manifest: NOSIGNATURE
                [修复网络]connectivity.jar                            |Connectivity Mod              |connectivity                  |2.4-1.16.5          |DONE      |Manifest: NOSIGNATURE
                ProjectExpansion-1.16.5-1.0.41.jar                |Project Expansion             |projectexpansion              |1.16.5-1.0.41       |DONE      |Manifest: 16:32:1c:48:e2:f7:71:f1:1b:23:7f:74:d8:e6:89:43:6a:a8:33:8f:49:17:6a:11:19:cd:66:4b:88:c1:02:19
                [秘典]tomes.jar                                     |Tomes                         |tomes                         |1.3                 |DONE      |Manifest: NOSIGNATURE
                [隐光之域]TheAfterlight.jar                           |The Afterlight                |the_afterlight                |1.5.5               |DONE      |Manifest: NOSIGNATURE
                [前置]Guide.jar                                     |Guide-API VP                  |guideapi-vp                   |2.2.2               |DONE      |Manifest: NOSIGNATURE
                [腐肉烧皮革]JRFTL.jar                                  |JRFTL                         |jrftl                         |1.2                 |DONE      |Manifest: NOSIGNATURE
                [按键冲突]Controlling.jar                             |Controlling                   |controlling                   |7.0.0.23            |DONE      |Manifest: NOSIGNATURE
                [傻瓜式厨房]CookingForBlockheads.jar                   |Cooking for Blockheads        |cookingforblockheads          |9.3.4               |DONE      |Manifest: NOSIGNATURE
                [世界地图]XaerosWorldMap.jar                          |Xaero's World Map             |xaeroworldmap                 |1.28.7              |DONE      |Manifest: NOSIGNATURE
                Placebo-1.16.5-4.7.1.jar                          |Placebo                       |placebo                       |4.7.1               |DONE      |Manifest: NOSIGNATURE
                [前置]citadel.jar                                   |Citadel                       |citadel                       |1.7.3               |DONE      |Manifest: NOSIGNATURE
                [前置]Bookshelf.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.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
                [前置]uteamcore.jar                                 |U Team Core                   |uteamcore                     |3.2.1.196           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
                [地狱凋零]bygonenether.jar                            |Bygone Nether                 |bygonenether                  |1.2.1               |DONE      |Manifest: NOSIGNATURE
                [龙骑士]]DragonMountsLegacy.jar                      |Dragon Mounts: Legacy         |dragonmounts                  |1.0.10              |DONE      |Manifest: NOSIGNATURE
                [下界合金扩展]netherite.jar                             |Netherite Plus                |netherite_plus                |1.4.5-1.16.5        |DONE      |Manifest: NOSIGNATURE
                twilightforest-1.16.5-4.0.870-universal.jar       |The Twilight Forest           |twilightforest                |NONE                |DONE      |Manifest: NOSIGNATURE
                mob_grinding_utils-1.16.5-0.4.37.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.16.5-0.4.37       |DONE      |Manifest: NOSIGNATURE
                [生长工艺]growthcraft.jar                             |Growthcraft                   |growthcraft                   |6.1.1               |DONE      |Manifest: NOSIGNATURE
                [前置]konkrete.jar                                  |Konkrete                      |konkrete                      |1.3.0               |DONE      |Manifest: NOSIGNATURE
                [百科资料搜索]MCMODSearchReborn.jar                     |MCMOD-Search-Reborn           |mcmodwiki                     |1.16.5-1.0.0        |DONE      |Manifest: NOSIGNATURE
                [自定义矿物生成]OreTweaker.jar                           |Ore Tweaker                   |oretweaker                    |2.7.1               |DONE      |Manifest: NOSIGNATURE
                FarmersDelight-1.16.5-0.5.0.jar                   |Farmer's Delight              |farmersdelight                |1.16.5-0.5.0        |DONE      |Manifest: NOSIGNATURE
                [雪猪]Snow_Pig.jar                                  |Snow Pig                      |snowpig                       |1.16.5-2.4.1        |DONE      |Manifest: NOSIGNATURE
                [多元乐事]culturaldelights.jar                        |Cultural Delights             |culturaldelights              |0.9.2               |DONE      |Manifest: NOSIGNATURE
                [农家乐集成]farmersdelightintegration.jar              |Farmer's Delight Integration  |farmersdelightintegration     |1.16.5-1.0.3        |DONE      |Manifest: NOSIGNATURE
                getittogetherdrops-1.16.5-v1.2.jar                |Get It Together, Drops!       |getittogetherdrops            |1.16.5-v1.2         |DONE      |Manifest: NOSIGNATURE
                [创世]endrem.jar                                    |End Remastered                |endrem                        |5.0.3-R-1.16.5      |DONE      |Manifest: NOSIGNATURE
                [储物抽屉渲染]drawerfps.jar                             |Drawer FPS                    |drawerfps                     |2.1                 |DONE      |Manifest: NOSIGNATURE
                Chunky-1.2.123.jar                                |Chunky                        |chunky                        |1.2.123             |DONE      |Manifest: NOSIGNATURE
                [免疫附魔]ImmunityEnchantments.jar                    |Immunity Enchantments         |immunity_enchantments         |1.1.0               |DONE      |Manifest: NOSIGNATURE
                [中世纪音乐]zmedievalmusic.jar                         |medievalmusic mod             |medievalmusic                 |1.3                 |DONE      |Manifest: NOSIGNATURE
                [禁忌者]TheForbidden.jar                             |The Forbidden                 |theforbidden                  |1.0.1               |DONE      |Manifest: NOSIGNATURE
                [教程书]Patchouli.jar                                |Patchouli                     |patchouli                     |1.16.4-53.1         |DONE      |Manifest: NOSIGNATURE
                [新生魔艺]ars_nouveau.jar                             |Ars Nouveau                   |ars_nouveau                   |1.25.10             |DONE      |Manifest: NOSIGNATURE
                [前置]collective.jar                                |Collective                    |collective                    |2.59                |DONE      |Manifest: NOSIGNATURE
                Gobber2-Forge-1.16.5-2.3.55.jar                   |Gobber 2                      |gobber2                       |2.3.55              |DONE      |Manifest: NOSIGNATURE
                ftb-ultimine-1605.2.0-build.26-forge.jar          |FTB Ultimine                  |ftbultimine                   |1605.2.0-build.26   |DONE      |Manifest: NOSIGNATURE
                [深岩之下前置]cavebiomeapi.jar                          |CaveBiomeAPI                  |cavebiomeapi                  |1.16.5-1.4.2        |DONE      |Manifest: NOSIGNATURE
                TwilightDelight-1.16.5-1.1.3.jar                  |Twilight Delight              |twilightdelight               |1.1.3               |DONE      |Manifest: NOSIGNATURE
                [斯巴达的武器] SpartanWeaponry-1.16.5-2.2.0.jar         |Spartan Weaponry              |spartanweaponry               |2.2.0               |DONE      |Manifest: NOSIGNATURE
                [前置]architectury.jar                              |Architectury                  |architectury                  |1.23.33             |DONE      |Manifest: NOSIGNATURE
                [前置]ftblibrary.jar                                |FTB Library                   |ftblibrary                    |1605.3.3-build.74   |DONE      |Manifest: NOSIGNATURE
                [前置]ftbteams.jar                                  |FTB Teams                     |ftbteams                      |1605.2.3-build.38   |DONE      |Manifest: NOSIGNATURE
                [更多蜜蜂]productivebees.jar                          |Productive Bees               |productivebees                |1.16.5-0.6.9.18     |DONE      |Manifest: NOSIGNATURE
                $RDHL6GZ.jar                                      |Trash Cans                    |trashcans                     |1.0.12              |DONE      |Manifest: NOSIGNATURE
                [小型船舶]smallships.jar                              |Small Ships Mod               |smallships                    |1.10.1              |DONE      |Manifest: NOSIGNATURE
                [烧焦的木头]charred.jar                                |charred                       |charred                       |1.16.5-1.0.1        |DONE      |Manifest: NOSIGNATURE
                letmedespawn-forge-1.16-1.0.2a.jar                |Let Me Despawn                |letmedespawn                  |1.16.5-forge-1.16-1.|DONE      |Manifest: NOSIGNATURE
                [游戏菜单模组设定]GameMenuModOption.jar                   |Game Menu Mod Option          |gamemenumodoption             |1.8.2               |DONE      |Manifest: NOSIGNATURE
                [附魔攻击速度]attackspeedenchantment.jar                |Attack Speed Enchantment      |attackspeedenchantment        |1.1.1.11            |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
                [更好的成就栏]BetterAdvancements.jar                    |Better Advancements           |betteradvancements            |0.1.0.108           |DONE      |Manifest: NOSIGNATURE
                [根源魔法经典版]RootsClassic.jar                         |Roots Classic                 |rootsclassic                  |1.16.5-1.1.16       |DONE      |Manifest: NOSIGNATURE
                [前置]Cucumber.jar                                  |Cucumber Library              |cucumber                      |4.1.10              |DONE      |Manifest: NOSIGNATURE
                [前置]itemfilters.jar                               |Item Filters                  |itemfilters                   |1605.2.5-build.9    |DONE      |Manifest: NOSIGNATURE
                [任务书]ftbquests.jar                                |FTB Quests                    |ftbquests                     |1605.3.5-build.69   |DONE      |Manifest: NOSIGNATURE
                [异常核心]abnormalscore.jar                           |Abnormals Core                |abnormals_core                |3.3.0               |DONE      |Manifest: NOSIGNATURE
                [长沼蓝调]BayouBlues.jar                              |Bayou Blues                   |bayou_blues                   |1.16.5-1.0.5        |DONE      |Manifest: NOSIGNATURE
                [残暴与掠夺]savageandravage.jar                        |Savage & Ravage               |savageandravage               |3.2.0               |DONE      |Manifest: NOSIGNATURE
                [下届乐事]nethersdelight.jar                          |Nethers Delight               |nethers_delight               |2.1                 |DONE      |Manifest: NOSIGNATURE
                [生灵火盆]brazier.jar                                 |Brazier                       |brazier                       |3.0.10              |DONE      |Manifest: NOSIGNATURE
                [自定义局域网端口]CustomLAN.jar                           |Custom LAN Ports              |lan                           |16.1.1              |DONE      |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
                [机械动力]create.jar                                  |Create                        |create                        |v0.3.2g             |DONE      |Manifest: NOSIGNATURE
                [魔艺附属]ars_creo.jar                                |Ars Creo                      |ars_creo                      |1.1.2               |DONE      |Manifest: NOSIGNATURE
                [传送石碑/指路石] Waystones_1.16.5-7.6.4.jar             |Waystones                     |waystones                     |7.6.4               |DONE      |Manifest: NOSIGNATURE
                [中式剑]arsenalcore.jar                              |Arsenal Core                  |arsenal_core                  |1.1.1-1.16.5        |DONE      |Manifest: NOSIGNATURE
                [中式剑拓展]arsenalintegration.jar                     |Arsenal Integration           |arsenal_integration           |1.1.0-1.16.5        |DONE      |Manifest: NOSIGNATURE
                [合]Thewayofreincarnation0.1.jar                   |liuleyi_fs                    |liuleyi_fs                    |0.1.0               |DONE      |Manifest: NOSIGNATURE
                [史诗骑士]EpicKnightsArmorandWeapons.jar              |Epic Knights Armor and Weapons|magistuarmory                 |1.16-1.17           |DONE      |Manifest: NOSIGNATURE
                [地牢]DungeonCrawl.jar                              |Dungeon Crawl                 |dungeoncrawl                  |2.3.2               |DONE      |Manifest: NOSIGNATURE
                [载入优化]lazydfu.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
                [药水效果同步]spe.jar                                   |Sync Potato Effect            |spe                           |1.0                 |DONE      |Manifest: NOSIGNATURE
                [飘扬披风]WaveyCapes.jar                              |WaveyCapes Mod                |waveycapes                    |1.0.4               |DONE      |Manifest: NOSIGNATURE
                [魔法使]mahoutsukai.jar                              |Mahou Tsukai                  |mahoutsukai                   |1.16.5-v1.33.3      |DONE      |Manifest: NOSIGNATURE
                [重合多矿]blockswap.jar                               |Block Swap                    |blockswap                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
                [凤梨乐事]PineappleDelight.jar                        |Pineapple Delight             |pineapple_delight             |1.0                 |DONE      |Manifest: NOSIGNATURE
                [遍历]traverse.jar                                  |Traverse: Reforged            |traverse                      |1.16.4-0.4.3.8      |DONE      |Manifest: NOSIGNATURE
                [农民的额外食物]FarmersExtraFoods.jar                    |Farmer's Extra Foods          |farmers_extra_foods           |1.0.0               |DONE      |Manifest: NOSIGNATURE
                spartantwilight-1.16.5-2.3.3.jar                  |Spartan Weaponry: Twilight For|spartantwilight               |1.16.5-2.3.3        |DONE      |Manifest: NOSIGNATURE
                [神秘农业]MysticalAgriculture.jar                     |Mystical Agriculture          |mysticalagriculture           |4.2.1               |DONE      |Manifest: NOSIGNATURE
                [神秘农业附属]MysticalAgradditions-1.16.5-4.2.0.jar     |Mystical Agradditions         |mysticalagradditions          |4.2.0               |DONE      |Manifest: NOSIGNATURE
                CraftingTweaks_1.16.5-12.2.1.jar                  |Crafting Tweaks               |craftingtweaks                |12.2.1              |DONE      |Manifest: NOSIGNATURE
                [声音设备选项 ]sounddeviceoptions.jar                   |Sound Device Options          |sounddeviceoptions            |1.4.3               |DONE      |Manifest: NOSIGNATURE
                [匠魂]TConstruct.jar                                |Tinkers' Construct            |tconstruct                    |3.1.1.252           |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
                [魔法艺术3]mana-and-artifice.jar                      |Mana and Artifice             |mana-and-artifice             |1.5.1.7             |DONE      |Manifest: NOSIGNATURE
                [附属]ZettaiArs.jar                                 |Zettai Ars                    |zettaiars                     |1.16.3-1.2.2        |DONE      |Manifest: NOSIGNATURE
                baubles-1.8.7.1-1.16.5.jar                        |Baubles                       |baubles                       |1.8.7               |DONE      |Manifest: NOSIGNATURE
                [玉Hw分支]Jade.jar                                   |Jade                          |jade                          |2.8.3               |DONE      |Manifest: NOSIGNATURE
                [巨魔部落]trolls.jar                                  |trolls                        |trolls                        |1.0.0               |DONE      |Manifest: NOSIGNATURE
                [旷野之塔]towersofthewild.jar                         |Towers Of The Wild            |towers_of_the_wild            |1.16.3-2.1.0        |DONE      |Manifest: NOSIGNATURE
                [悠然一派]atmospheric.jar                             |Atmospheric                   |atmospheric                   |3.1.0               |DONE      |Manifest: NOSIGNATURE
                easy_villagers-1.16.5-1.0.13.jar                  |Easy Villagers                |easy_villagers                |1.16.5-1.0.13       |DONE      |Manifest: NOSIGNATURE
                [前置]Iceberg.jar                                   |Iceberg                       |iceberg                       |1.0.45              |DONE      |Manifest: NOSIGNATURE
                gobber_delight_2.0.0_forge_1.16.5.jar             |Gobber Delight (by NoCube)    |gobberdelight                 |2.0.0               |DONE      |Manifest: NOSIGNATURE
                [抽屉]StorageDrawers.jar                            |Storage Drawers               |storagedrawers                |8.3.0               |DONE      |Manifest: NOSIGNATURE
                [简单的茶]simplytea.jar                               |Simply Tea                    |simplytea                     |2.4.0               |DONE      |Manifest: NOSIGNATURE
                [与火共渔]combustivefishing.jar                       |Combustive Fishing            |combustivefishing             |1.16.3-4.0.0.1      |DONE      |Manifest: NOSIGNATURE
                [主界面]fancymenu.jar                                |FancyMenu                     |fancymenu                     |2.4.0               |DONE      |Manifest: NOSIGNATURE
                [自定义界面]drippyloadingscreen.jar                    |Drippy Loading Screen         |drippyloadingscreen           |1.3.1               |DONE      |Manifest: NOSIGNATURE
                [邪猎者]HunterIllager.jar                            |Hunter Illager                |hunterillager                 |1.16.5-1.4.0        |DONE      |Manifest: NOSIGNATURE
                [铁氧体磁芯] ferritecore-2.1.1-forge.jar               |Ferrite Core                  |ferritecore                   |2.1.1               |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
                [更多的灾厄村民]illagersplus.jar                         |Illagers+                     |illagers_plus                 |1.16.4v1.7.2        |DONE      |Manifest: NOSIGNATURE
                [轻食物语]LightMeals.jar                              |Light Meals                   |lightmeals                    |1.0                 |DONE      |Manifest: NOSIGNATURE
                improvedmobs-1.16.5-1.10.13.jar                   |Improved Mobs Mod             |improvedmobs                  |1.16.5-1.10.13      |DONE      |Manifest: NOSIGNATURE
                [禁忌与奥秘前置]valhelsia_core.jar                       |Valhelsia Core                |valhelsia_core                |16.0.15             |DONE      |Manifest: NOSIGNATURE
                [禁忌与奥秘]forbidden_arcanus.jar                      |Forbidden & Arcanus           |forbidden_arcanus             |16.2.3              |DONE      |Manifest: NOSIGNATURE
                [开放式加载]OpenLoader.jar                             |OpenLoader                    |openloader                    |9.0.3               |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
                [元素剑]CyanWarriorSwords.jar                        |Cyan Warrior Swords Mod       |cwsr                          |3.4.0.0             |DONE      |Manifest: NOSIGNATURE
        Crash Report UUID: 013385ff-23d7-40d5-9259-7f9338c60af3
        Kiwi Modules:
                kiwi:contributors
                kiwi:data
        Patchouli open book context: n/a
        Player Count: 0 / 8; []
        Data Packs: vanilla, mod:create_stuff_additions, mod:immersivecooking, mod:refinedpipes, mod:opotato, mod:hammerlib (incompatible), mod:entitycollisionfpsfix (incompatible), mod:betternether, mod:stalwart_dungeons, mod:neat (incompatible), mod:reauth, mod:farmersdelightintegrations, mod:does_potato_tick, mod:maxhealthfix, mod:one_point_sixteen_gem_crab, mod:speedyhoppers (incompatible), mod:advancementplaques, mod:chunkanimator, mod:enderitemod (incompatible), mod:supermartijn642corelib, mod:darkerdepths, mod:mysticaladaptations (incompatible), mod:mostructures, mod:ttigraas, mod:curios, mod:bettervillage, mod:obfuscate (incompatible), mod:magicalcrops, mod:antighost (incompatible), mod:constructionwand (incompatible), mod:thermopolium, mod:cfm (incompatible), mod:observerlib, mod:betterwithminecolonies (incompatible), mod:cloth-config (incompatible), mod:toms_storage (incompatible), mod:customstartinggear (incompatible), mod:enchantinginfuser, mod:geckolib3 (incompatible), mod:crafting_on_a_stick (incompatible), mod:kiwi, mod:customskinloader (incompatible), mod:rpghud, mod:jei, mod:attributefix, mod:splash_milk, mod:libraryferret, mod:awesomedungeon, mod:shutupexperimentalsettings (incompatible), mod:travelersbackpack (incompatible), mod:sereneseasons, mod:catalogue, mod:crafttweaker, mod:forge, mod:atum, mod:lootbag, mod:mousetweaks, mod:totw_additions, mod:liu_le, mod:betterfpsdist, mod:flywheel, mod:mantle (incompatible), mod:xaerominimap, mod:polymorph, mod:justenoughprofessions, mod:modernui, mod:durabilityviewer (incompatible), mod:puzzleslib, mod:farmerstea, mod:lly, mod:magic_mirror (incompatible), mod:hexerei, mod:skyvillages, mod:morecreatestuffs, mod:betterf3forge, mod:astrosorc (incompatible), mod:astralsorcery, mod:morecfm, mod:connectivity, mod:tomes, mod:the_afterlight, mod:guideapi-vp, mod:jrftl (incompatible), mod:controlling, mod:cookingforblockheads (incompatible), mod:xaeroworldmap, mod:placebo (incompatible), mod:citadel (incompatible), mod:bookshelf, mod:tips, mod:uteamcore, mod:bygonenether (incompatible), mod:dragonmounts, mod:netherite_plus, mod:growthcraft, mod:konkrete, mod:mcmodwiki, mod:oretweaker, mod:farmersdelight, mod:snowpig, mod:culturaldelights, mod:farmersdelightintegration, mod:endrem (incompatible), mod:drawerfps, mod:immunity_enchantments, mod:medievalmusic, mod:theforbidden, mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:cavebiomeapi, mod:spartanweaponry, mod:architectury, mod:ftblibrary, mod:ftbteams, mod:productivebees (incompatible), mod:trashcans, mod:smallships, mod:charred, mod:gamemenumodoption, mod:attackspeedenchantment, mod:betteradvancements, mod:rootsclassic, mod:cucumber, mod:itemfilters, mod:ftbquests, mod:abnormals_core, mod:bayou_blues, mod:savageandravage, mod:nethers_delight, mod:brazier, mod:lan, mod:create, mod:ars_creo (incompatible), mod:arsenal_core, mod:arsenal_integration, mod:liuleyi_fs, mod:magistuarmory, mod:dungeoncrawl, mod:lazydfu, mod:spe, mod:waveycapes, mod:mahoutsukai (incompatible), mod:blockswap, mod:pineapple_delight, mod:traverse (incompatible), mod:farmers_extra_foods, mod:mysticalagriculture, mod:mysticalagradditions, mod:sounddeviceoptions (incompatible), mod:tconstruct, mod:mana-and-artifice, mod:zettaiars, mod:jade, mod:trolls, mod:towers_of_the_wild, mod:atmospheric, mod:iceberg, mod:storagedrawers (incompatible), mod:simplytea (incompatible), mod:combustivefishing (incompatible), mod:fancymenu (incompatible), mod:drippyloadingscreen, mod:hunterillager, mod:illagers_plus, mod:lightmeals, mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:openloader, mod:cwsr, mod:rubidium, mod:chunky, mod:reeses_sodium_options (incompatible), mod:sodiumextra (incompatible), mod:emcbaubles (incompatible), mod:auxilium, mod:projecteintegration, mod:projecte, mod:endless, mod:appleskin, mod:projectexpansion, mod:baubles (incompatible), mod:ironfurnaces, mod:memoryleakfix (incompatible), mod:entityculling, mod:ftbultimine (incompatible), mod:letmedespawn, mod:craftingtweaks (incompatible), mod:easy_villagers, mod:ferritecore (incompatible), mod:apotheosis (incompatible), mod:enchdesc, mod:waystones (incompatible), mod:tenshilib (incompatible), mod:champions (incompatible), mod:radon (incompatible), mod:twilightforest, mod:mob_grinding_utils, mod:getittogetherdrops, mod:gobber2, mod:twilightdelight, mod:spartantwilight, mod:gobberdelight, mod:improvedmobs (incompatible)
        Type: Integrated Server (map_client.txt)
        Is Modded: Definitely; Client brand changed to 'forge'

Eilleen
尽量不要卸mod

名副其实
[更多的灾厄村民]illagersplus.jar
是你自己加的吗

Eilleen
名副其实 发表于 2024-1-7 21:16
[更多的灾厄村民]illagersplus.jar
是你自己加的吗

不是呢,这个模组是本来都在这个整合包里面的

Eilleen
名副其实 发表于 2024-1-7 21:16
[更多的灾厄村民]illagersplus.jar
是你自己加的吗

是这个模组有问题吗?

深巷里的流浪猫-
装卸mod会对存档有影响的

Eilleen
Eilleen 发表于 2024-1-8 07:07
是这个模组有问题吗?

万分感谢,已解决~

第一页 上一页 下一页 最后一页