Everything posted by Kydnei
-
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
i ran into an issue when modding 1.19.2 and this is the crash report, any help would be greatly appreciated. ---- Minecraft Crash Report ---- // There are four lights! Time: 2023-01-28 14:55:46 Description: Exception in server tick loop org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at net.minecraft.server.level.ServerChunkCache.<init>(ServerChunkCache.java:76) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:imm_ptl.mixins.json:common.MixinServerChunkCache,pl:mixin:A} at net.minecraft.server.level.ServerLevel.<init>(ServerLevel.java:204) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,xf:fml:sereneseasons:temperature_transformer,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:snowrealmagic.mixins.json:ServerLevelMixin,pl:mixin:APP:leavesbegone.common.mixins.json:ServerLevelMixin,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin,pl:mixin:APP:imm_ptl.mixins.json:common.MixinServerLevel,pl:mixin:APP:imm_ptl_peripheral.mixins.json:common.alternate_dimension.MixinServerLevel_ModifySeed,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:329) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:300) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:625) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23357!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C] from phase [DEFAULT] in config [imm_ptl.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} ... 21 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method m_183760_ in imm_ptl.mixins.json:common.chunk_sync.MixinChunkMap_C cannot reduce visibiliy of PUBLIC target method at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.conformVisibility(MixinPreProcessorStandard.java:485) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:458) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachOverwriteMethod(MixinPreProcessorStandard.java:419) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:349) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:302) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} ... 21 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 819986432 bytes (782 MiB) / 2967470080 bytes (2830 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz Identifier: Intel64 Family 6 Model 165 Stepping 5 Microarchitecture: unknown Frequency (GHz): 2.90 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 2060 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1f08 Graphics card #0 versionInfo: DriverVersion=27.21.14.5751 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 2.13 Memory slot #2 type: DDR4 Virtual memory max (MB): 28092.32 Virtual memory used (MB): 14581.75 Swap memory total (MB): 3584.00 Swap memory used (MB): 6.41 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Server Running: true Player Count: 0 / 8; [] Data Packs: vanilla, mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:additionalentityattributes (incompatible), mod:dynamiclights (incompatible), mod:apoli (incompatible), mod:forgeendertech, mod:placebo (incompatible), mod:yungsapi, mod:bookshelf (incompatible), mod:twigs (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:snowrealmagic (incompatible), mod:codecutils (incompatible), mod:jeresources (incompatible), mod:cloth_config (incompatible), mod:leavesbegone (incompatible), mod:mob_grinding_utils (incompatible), mod:industrialforegoing (incompatible), mod:compressium (incompatible), mod:netherportalspread, mod:botanytrees (incompatible), mod:toolstats (incompatible), mod:ironfurnaces (incompatible), mod:defaultresources (incompatible), mod:way_much_faster_oxidize, mod:supermartijn642corelib (incompatible), mod:volcanic_caverns (incompatible), mod:born_in_chaos_v1, mod:curios, mod:patchouli (incompatible), mod:origins (incompatible), mod:blockui, mod:collective, mod:advancednetherite, mod:copperoverhaul, mod:villagersellanimals, mod:betterstrongholds, mod:tombstone, mod:runelic (incompatible), mod:architectury (incompatible), mod:polylib (incompatible), mod:scalinghealth (incompatible), mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:smartbrainlib, mod:kiwi (incompatible), mod:adfinders, mod:rechiseled (incompatible), mod:flatbedrock (incompatible), mod:harvestwithease, mod:additionallanterns (incompatible), mod:itemfilters (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:mekanism, mod:luggage (incompatible), mod:caelus (incompatible), mod:colytra, mod:immersive_weathering (incompatible), mod:clumps (incompatible), mod:journeymap (incompatible), mod:artifacts, mod:sereneseasons, mod:decorative_blocks (incompatible), mod:botanypots (incompatible), mod:everycomp (incompatible), mod:additional_lights, mod:immersive_portals (incompatible), mod:enderstorage (incompatible), mod:ars_nouveau, mod:forge, mod:ashenremains, mod:friendsandfoes (incompatible), mod:ironchest (incompatible), mod:cofh_core, mod:thermal, mod:thermal_integration, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_expansion, mod:thermal_locomotion, mod:systeams (incompatible), mod:pigsteel (incompatible), mod:enchdesc (incompatible), mod:dynamic_asset_generator (incompatible), mod:excavated_variants (incompatible), mod:moonlight (incompatible), mod:titanium (incompatible), mod:silentlib (incompatible), mod:adlods, mod:spectrelib (incompatible), mod:soulshards (incompatible), mod:domum_ornamentum, mod:rocks, mod:calio (incompatible), mod:easy_villagers (incompatible), mod:reliquary (incompatible), mod:thermal_cultivation, mod:pigpen (incompatible), mod:doubleslabs (incompatible), mod:compactvoidminers (incompatible), mod:regrowth, mod:structurize, mod:multipiston, mod:modonomicon, mod:ambientenvironment (incompatible), mod:minecolonies (incompatible), mod:appleskin, mod:occultism, mod:puzzleslib (incompatible), mod:charmofundying, mod:aquaculture, mod:expandability (incompatible), Everycomp Generated Pack, Immersive Weathering Generated Pack, defaultresources:excavated_variants.zip, dynamic_asset_generator:data World Generation: Experimental Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' Launched Version: forge-43.2.0 ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.2.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.2.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.2.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.2.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.2.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE Forge-1.0.1-1.19.jar |Additional Entity Attributes |additionalentityattributes |1.0.1+1.19 |DONE |Manifest: NOSIGNATURE dynamiclights-1.19.2.1.jar |Dynamic Lights |dynamiclights |1.19.2.1 |DONE |Manifest: NOSIGNATURE apoli-forge-1.19.2-2.3.4.4.jar |Apoli |apoli |1.19.2-2.3.4.4 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.19.2-10.0.5.1-build.0710.jar |ForgeEndertech |forgeendertech |10.0.5.1 |DONE |Manifest: NOSIGNATURE Placebo-1.19.2-7.1.2.jar |Placebo |placebo |7.1.2 |DONE |Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.2.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.2 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.2.17.jar |Bookshelf |bookshelf |16.2.17 |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 twigs-forge-2.0.1+1.19.2.jar |Twigs |twigs |2.0.1+1.19 |DONE |Manifest: NOSIGNATURE DarkUtilities-Forge-1.19.2-13.1.7.jar |DarkUtilities |darkutils |13.1.7 |DONE |Manifest: NOSIGNATURE Apotheosis-1.19.2-6.0.3.jar |Apotheosis |apotheosis |6.0.3 |DONE |Manifest: NOSIGNATURE SnowRealMagic-1.19.2-forge-6.3.0.jar |Snow! Real Magic! |snowrealmagic |6.3.0 |DONE |Manifest: NOSIGNATURE codecutils-forge-1.19.2-0.1.2-all.jar |Codec Utils |codecutils |0.1.2 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.19.2-1.2.1.193.jar |Just Enough Resources |jeresources |1.2.1.193 |DONE |Manifest: NOSIGNATURE cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |DONE |Manifest: NOSIGNATURE LeavesBeGone-v4.0.1-1.19.2-Forge.jar |Leaves Be Gone |leavesbegone |4.0.1 |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 mob_grinding_utils-1.19.2-0.4.47.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.47 |DONE |Manifest: NOSIGNATURE industrial-foregoing-1.19.2-3.3.2.1-3.jar |Industrial Foregoing |industrialforegoing |3.3.2.1 |DONE |Manifest: NOSIGNATURE Compressium-2.1.1-build.8+mc1.19.jar |Compressium |compressium |2.1.1-build.8+mc1.19|DONE |Manifest: NOSIGNATURE netherportalspread-1.19.2-7.1.jar |Nether Portal Spread |netherportalspread |7.1 |DONE |Manifest: NOSIGNATURE BotanyTrees-Forge-1.19.2-5.0.4.jar |BotanyTrees |botanytrees |5.0.4 |DONE |Manifest: NOSIGNATURE ToolStats-Forge-1.19.2-12.0.2.jar |ToolStats |toolstats |12.0.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 ironfurnaces-1.19.2-3.6.5.jar |Iron Furnaces |ironfurnaces |3.6.5 |DONE |Manifest: NOSIGNATURE defaultresources-forge-1.19.2-0.2.1.jar |Default Resources |defaultresources |0.2.1 |DONE |Manifest: NOSIGNATURE way_much_faster_oxidize-1.19.2-1.1.0.jar |Way Much Faster Oxidize |way_much_faster_oxidize |1.1.0 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.1.1a-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.1a |DONE |Manifest: NOSIGNATURE volcanic_caverns-1.19.2-1.2.2.jar |Volcanic Caverns |volcanic_caverns |1.19.2-1.2.2 |DONE |Manifest: NOSIGNATURE born_in_chaos_1.19_1.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |DONE |Manifest: NOSIGNATURE Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |DONE |Manifest: NOSIGNATURE origins-forge-1.19.2-1.5.0.6-all.jar |Origins |origins |1.19.2-1.5.0.6 |DONE |Manifest: NOSIGNATURE blockui-1.19-0.0.64-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.64-ALPHA |DONE |Manifest: NOSIGNATURE collective-1.19.2-6.43.jar |Collective |collective |6.43 |DONE |Manifest: NOSIGNATURE advancednetherite-1.14.6-1.19.2.jar |Advanced Netherite |advancednetherite |1.14.6 |DONE |Manifest: NOSIGNATURE copperoverhaul-MC1.19.2-22.10.11.jar |Copper Overhaul |copperoverhaul |22.10.11 |DONE |Manifest: NOSIGNATURE nocube's_villagers_sell_animals_1.1.4_forge_1.19.2|NoCube's Villagers Sell Animal|villagersellanimals |1.1.4 |DONE |Manifest: NOSIGNATURE YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE tombstone-8.2.4-1.19.2.jar |Corail Tombstone |tombstone |8.2.4 |DONE |Manifest: NOSIGNATURE Runelic-Forge-1.19.2-14.1.4.jar |Runelic |runelic |14.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 architectury-6.4.62-forge.jar |Architectury |architectury |6.4.62 |DONE |Manifest: NOSIGNATURE polylib-forge-1900.0.2-build.42.jar |PolyLib |polylib |1900.0.2-build.42 |DONE |Manifest: NOSIGNATURE ScalingHealth-1.19.2-7.0.0+6.jar |Scaling Health |scalinghealth |7.0.0+6 |DONE |Manifest: NOSIGNATURE CodeChickenLib-1.19.2-4.3.0.470-universal.jar |CodeChicken Lib |codechickenlib |4.3.0.470 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.39.jar |GeckoLib |geckolib3 |3.1.39 |DONE |Manifest: NOSIGNATURE SmartBrainLib-forge-1.19.2-1.8.jar |SmartBrainLib |smartbrainlib |1.8 |DONE |Manifest: NOSIGNATURE Kiwi-1.19.1-forge-8.1.3.jar |Kiwi |kiwi |8.1.3 |DONE |Manifest: NOSIGNATURE AdFinders-1.19.2-8.0.5.0-build.0706.jar |Advanced Finders |adfinders |8.0.5.0 |DONE |Manifest: NOSIGNATURE rechiseled-1.0.12a-forge-mc1.19.jar |Rechiseled |rechiseled |1.0.12a |DONE |Manifest: NOSIGNATURE flatbedrock-forge-2.0.0-build.14+mc1.19.2.jar |Flat Bedrock |flatbedrock |2.0.0-build.14+mc1.1|DONE |Manifest: NOSIGNATURE harvestwithease-1.19.2-4.0.0.3-forge.jar |Harvest with ease |harvestwithease |4.0.0.3 |DONE |Manifest: NOSIGNATURE additionallanterns-1.0.3-forge-mc1.19.jar |Additional Lanterns |additionallanterns |1.0.3 |DONE |Manifest: NOSIGNATURE item-filters-forge-1902.2.9-build.46.jar |Item Filters |itemfilters |1902.2.9-build.46 |DONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.5.2.1007.jar |Just Enough Items |jei |11.5.2.1007 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.19.2-17.1.3.jar |AttributeFix |attributefix |17.1.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 Mekanism-1.19.2-10.3.5.473.jar |Mekanism |mekanism |10.3.5 |DONE |Manifest: NOSIGNATURE luggage-1.19-1.5.3.jar |Luggage |luggage |1.5.1 |DONE |Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE colytra-forge-6.0.0+1.19.2.jar |Colytra |colytra |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE immersive_weathering-1.19.2-1.2.5-forge.jar |Immersive Weathering |immersive_weathering |1.19.2-1.2.5 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.19.2-9.0.0+14.jar |Clumps |clumps |9.0.0+14 |DONE |Manifest: NOSIGNATURE journeymap-1.19.2-5.9.2-forge.jar |Journeymap |journeymap |5.9.2 |DONE |Manifest: NOSIGNATURE artifacts-1.19.2-5.0.1.jar |Artifacts |artifacts |1.19.2-5.0.1 |DONE |Manifest: NOSIGNATURE SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |DONE |Manifest: NOSIGNATURE Decorative Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE BotanyPots-Forge-1.19.2-9.0.24.jar |BotanyPots |botanypots |9.0.24 |DONE |Manifest: NOSIGNATURE everycomp-1.19.2-2.2.3.jar |Every Compat |everycomp |1.19.2-2.2.3 |DONE |Manifest: NOSIGNATURE additional_lights-1.19-2.1.5.jar |Additional Lights |additional_lights |2.1.5 |DONE |Manifest: NOSIGNATURE immersive-portals-2.3.1-mc1.19.2-forge.jar |Immersive Portals |immersive_portals |2.3.1 |DONE |Manifest: NOSIGNATURE EnderStorage-1.19.2-2.10.1.181-universal.jar |EnderStorage |enderstorage |2.10.1.181 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 ars_nouveau-1.19.2-3.8.4.jar |Ars Nouveau |ars_nouveau |3.8.4 |DONE |Manifest: NOSIGNATURE forge-1.19.2-43.2.0-universal.jar |Forge |forge |43.2.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 AshenRemainsV5.2(1.19).jar |Ashen Remains |ashenremains |1.0.0 |DONE |Manifest: NOSIGNATURE friendsandfoes-forge-mc1.19.2-1.6.8.jar |Friends&Foes |friendsandfoes |1.6.8 |DONE |Manifest: NOSIGNATURE ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f cofh_core-1.19.2-10.0.2.33.jar |CoFH Core |cofh_core |10.0.2.33 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_core-1.19.2-10.0.0.1.jar |Thermal Series |thermal |10.0.0.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_integration-1.19.2-10.0.0.11.jar |Thermal Integration |thermal_integration |10.0.0.11 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_innovation-1.19.2-10.0.0.16.jar |Thermal Innovation |thermal_innovation |10.0.0.16 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_foundation-1.19.2-10.0.0.38.jar |Thermal Foundation |thermal_foundation |10.0.0.38 |DONE |Manifest: NOSIGNATURE thermal_expansion-1.19.2-10.0.0.19.jar |Thermal Expansion |thermal_expansion |10.0.0.19 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_locomotion-1.19.2-10.0.0.12.jar |Thermal Locomotion |thermal_locomotion |10.0.0.12 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 systeams-1.1.1.jar |Thermal Systeams |systeams |1.1.1 |DONE |Manifest: NOSIGNATURE pigsteel-1.19-4.0.0.jar |Pigsteel Mod |pigsteel |1.19-4.0.0 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |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 dynamic_asset_generator-forge-1.19.2-1.2.0.jar |DynamicAssetGenerator |dynamic_asset_generator |1.2.0 |DONE |Manifest: NOSIGNATURE excavated_variants-forge-1.19.2-1.0.3.jar |Excavated Variants |excavated_variants |1.0.3 |DONE |Manifest: NOSIGNATURE moonlight-1.19.2-2.2.2-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.2 |DONE |Manifest: NOSIGNATURE titanium-1.19.2-3.7.0-23.jar |Titanium |titanium |3.7.0 |DONE |Manifest: NOSIGNATURE silent-lib-1.19.2-7.0.3.jar |Silent Lib |silentlib |7.0.3 |DONE |Manifest: NOSIGNATURE AdLods-1.19.2-7.0.4.1-build.0710.jar |Large Ore Deposits |adlods |7.0.4.1 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.8.1+1.19.jar |SpectreLib |spectrelib |0.8.1+1.19 |DONE |Manifest: NOSIGNATURE soulshards-1.19-1.3.4.jar |SoulShards |soulshards |1.19.1-1.3.4 |DONE |Manifest: NOSIGNATURE domum_ornamentum-1.19-1.0.76-ALPHA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.76-ALPHA |DONE |Manifest: NOSIGNATURE ThisRocks-1.19.2-1.2.3.jar |This Rocks! (Forge) |rocks |1.2.3 |DONE |Manifest: NOSIGNATURE calio-forge-1.19.2-1.6.0.3.jar |Calio |calio |1.19.2-1.6.0.3 |DONE |Manifest: NOSIGNATURE easy_villagers-1.19.2-1.0.0.jar |Easy Villagers |easy_villagers |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE reliquary-1.19.2-2.0.20.1166.jar |Reliquary |reliquary |1.19.2-2.0.20.1166 |DONE |Manifest: NOSIGNATURE thermal_cultivation-1.19.2-10.0.0.15.jar |Thermal Cultivation |thermal_cultivation |10.0.0.15 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 PigPen-Forge-1.19.2-11.1.2.jar |PigPen |pigpen |11.1.2 |DONE |Manifest: NOSIGNATURE DoubleSlabs-1.19-6.1.0.jar |Double Slabs |doubleslabs |6.1.0 |DONE |Manifest: NOSIGNATURE CompactVoidMiners-R1.19.2-1.20.jar |Compact Void Miners |compactvoidminers |1.19.2-1.20 |DONE |Manifest: NOSIGNATURE Regrowth-1.19-41.1.31.1.jar |Regrowth |regrowth |41.1.31.1 |DONE |Manifest: NOSIGNATURE structurize-1.19.2-1.0.479-ALPHA.jar |Structurize |structurize |1.19.2-1.0.479-ALPHA|DONE |Manifest: NOSIGNATURE multipiston-1.19.2-1.2.21-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.21-ALPHA |DONE |Manifest: NOSIGNATURE modonomicon-1.19.2-1.23.2.jar |Modonomicon |modonomicon |1.19.2-1.23.2 |DONE |Manifest: NOSIGNATURE AmbientEnvironment-forge-1.19.2-8.0+3.jar |Ambient Environment |ambientenvironment |8.0+3 |DONE |Manifest: NOSIGNATURE minecolonies-1.19.2-1.0.1207-ALPHA.jar |MineColonies |minecolonies |1.19.2-1.0.1207-ALPH|DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |DONE |Manifest: NOSIGNATURE occultism-1.19.2-1.67.0.jar |Occultism |occultism |1.19.2-1.67.0 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |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 charmofundying-forge-6.1.1+1.19.2.jar |Charm of Undying |charmofundying |6.1.1+1.19.2 |DONE |Manifest: NOSIGNATURE Aquaculture-1.19.2-2.4.8.jar |Aquaculture 2 |aquaculture |1.19.2-2.4.8 |DONE |Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 0322a422-a6ea-474c-898b-548cdbe7c663 FML: 43.2 Forge: net.minecraftforge:43.2.0 Kiwi Modules: kiwi:contributors kiwi:data snowrealmagic:core
IPS spam blocked by CleanTalk.