Posted September 4, 20223 yr Good Morning, I am trying to setup a 1.19.2 mod pack and am getting the "The game crashed whilst rendering overlay Error: java.lang.IllegalStateException: Some intrusive holders were not added to registry: [Reference{null=air}]" error. I cannot figure it out, any help would be greatly appreciated! ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 2022-09-04 11:14:27 Description: Rendering overlay java.lang.IllegalStateException: Some intrusive holders were not added to registry: [Reference{null=air}] at net.minecraftforge.registries.NamespacedHolderHelper.freeze(NamespacedHolderHelper.java:181) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading} at net.minecraftforge.registries.NamespacedDefaultedWrapper.m_203521_(NamespacedDefaultedWrapper.java:209) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading} at net.minecraftforge.registries.GameData.lambda$freezeData$7(GameData.java:254) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:A} at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {} at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {} at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {re:mixin} at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {} at net.minecraftforge.registries.GameData.freezeData(GameData.java:254) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:A} at net.minecraftforge.common.ForgeStatesProvider.lambda$new$5(ForgeStatesProvider.java:26) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$23(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.1.jar%23515!/:?] {} at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:207) ~[fmlcore-1.19.2-43.1.1.jar%23515!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$finishMods$20(ModLoader.java:197) ~[fmlcore-1.19.2-43.1.1.jar%23515!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModLoader.finishMods(ModLoader.java:197) ~[fmlcore-1.19.2-43.1.1.jar%23515!/:?] {} at net.minecraftforge.client.loading.ClientModLoader.lambda$finishModLoading$6(ClientModLoader.java:125) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:111) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.finishModLoading(ClientModLoader.java:125) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.client.loading.ClientModLoader.lambda$onResourceReload$3(ClientModLoader.java:104) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraftforge.registries.NamespacedHolderHelper.freeze(NamespacedHolderHelper.java:181) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading} at net.minecraftforge.registries.NamespacedDefaultedWrapper.m_203521_(NamespacedDefaultedWrapper.java:209) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:classloading} at net.minecraftforge.registries.GameData.lambda$freezeData$7(GameData.java:254) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:A} at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {} at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {} at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {re:mixin} at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {} at net.minecraftforge.registries.GameData.freezeData(GameData.java:254) ~[forge-1.19.2-43.1.1-universal.jar%23519!/:?] {re:mixin,re:classloading,pl:mixin:APP:kiwi.mixins.json:GameDataMixin,pl:mixin:A} -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.screens.LoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:888) ~[client-1.19.2-20220805.130853-srg.jar%23514!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23514!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23514!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23514!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23514!/:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.1.1.jar%2395!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: No Packs: Default, Mod Resources, Snowyspirit Generated Pack, simplehats_hatdl.zip -- 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: 3377406744 bytes (3220 MiB) / 6425673728 bytes (6128 MiB) up to 17918066688 bytes (17088 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 2.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: Intel(R) UHD Graphics 630 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x3e9b Graphics card #0 versionInfo: DriverVersion=26.20.100.7584 Graphics card #1 name: NVIDIA GeForce GTX 1660 Ti Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2191 Graphics card #1 versionInfo: DriverVersion=31.0.15.1694 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 37471.86 Virtual memory used (MB): 17802.52 Swap memory total (MB): 4864.00 Swap memory used (MB): 25.94 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx17088m -Xms256m Launched Version: forge-43.1.1 Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) UHD Graphics 630 GL version 3.2.0 - Build 26.20.100.7584, Intel Window size: 1024x768 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: Current Language: English (US) CPU: 12x Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 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.1.1.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null lowcodefml@null [email protected] [email protected] Mod List: crustaceans-1.19.2-1.0.1.jar |Crustaceans |crustaceans |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |DONE |Manifest: NOSIGNATURE MoreDoors-1.19.2-1.1.7-[FORGE].jar |More Doors |moredoors |1.1.7-[FORGE] |DONE |Manifest: NOSIGNATURE areas_1.19.2-3.0.jar |Areas |areas |3.0 |DONE |Manifest: NOSIGNATURE mimimod-1.19.2-3.0.1.jar |MIMI |mimi |1.19.2-3.0.1 |DONE |Manifest: NOSIGNATURE riverredux-0.3.0+forge.jar |RiverRedux |riverredux |0.3.0 |DONE |Manifest: NOSIGNATURE extratrades-1.19.2-1.2.jar |Extra Trades |extratrades |1.19.2-1.2 |DONE |Manifest: NOSIGNATURE petnames_1.19.2-1.9.jar |Pet Names |petnames |1.9 |DONE |Manifest: NOSIGNATURE 1.19.2-betteramethyst-1.0.jar |Better Amethyst |betteramethyst |1.0 |DONE |Manifest: NOSIGNATURE Uppers-0.5.1.jar |Uppers |uppers |0.5.1 |DONE |Manifest: NOSIGNATURE bambooeverything-1.0.6-build.21+mc1.19.2.jar |Bamboo Everything |bambooeverything |1.0.6-build.21+mc1.1|DONE |Manifest: NOSIGNATURE pitg-1.19.1-2.1.1.jar |Pane In The Glass |pitg |1.19.1-2.1.1 |DONE |Manifest: NOSIGNATURE cardboardboxes-1.19-0.0.6.jar |[SBM] Cardboard Boxes |cardboardboxes |1.19-0.0.6 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.19.2-10.0.5.0-build.0599.jar |ForgeEndertech |forgeendertech |10.0.5.0 |DONE |Manifest: NOSIGNATURE antsportation-1.19.2-2.0.0.jar |Antsportation |antsportation |2.0.0 |DONE |Manifest: NOSIGNATURE duckling-2.0.5-forge.jar |Duckling |duckling |2.0.5 |DONE |Manifest: NOSIGNATURE moreconcrete-1.4.2-1.19.2.jar |More Concrete |moreconcrete |1.4.2 |DONE |Manifest: NOSIGNATURE torchhit-1.19.2-4.0.0.0-forge.jar |Torch hit! |torchhit |4.0.0.0 |DONE |Manifest: NOSIGNATURE bionisation4-1.19.2[1.0.0.1].jar |Bionisation 4 |bionisation4 |1.0.0.1 |DONE |Manifest: NOSIGNATURE everythingcopper-1.19.1-0.2.0.0.jar |Everything is Copper |everythingcopper |1.19.1-0.2.0.0 |DONE |Manifest: NOSIGNATURE atlantis-2022.9.3-1.19.2-1.0.2-forge.jar |Atlantis |atlantis |2022.8.31-1.19.2-1.0|DONE |Manifest: NOSIGNATURE extrapotions-1.19.2-1.5.jar |Extra Potions |extrapotions |1.19.2-1.5 |DONE |Manifest: NOSIGNATURE aqcaracal-1.19.2-1.0-forge.jar |Caracal Mod |aqcaracal |1.19.2-1.0-forge |DONE |Manifest: NOSIGNATURE guardvillagers-1.19-1.5.1.jar |Guard Villagers |guardvillagers |1.19-1.5.1 |DONE |Manifest: NOSIGNATURE bookwyrms-1.19.2-1.0.1.jar |Book Wyrms |bookwyrms |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE MoreFences-1.19.2-1.1.6-[FORGE].jar |More Fences |morefences |1.1.6-[FORGE] |DONE |Manifest: NOSIGNATURE creeper_firework-1.19.2-1.2.0.jar |Creeper Firework |creeper_firework |1.2.0 |DONE |Manifest: NOSIGNATURE balm-4.5.3.jar |Balm |balm |4.5.3 |DONE |Manifest: NOSIGNATURE SnowRealMagic-1.19.2-forge-5.0.2.jar |Snow! Real Magic! |snowrealmagic |5.0.2 |DONE |Manifest: NOSIGNATURE kelpfertilizer_1.19.2-2.0.jar |Kelp Fertilizer |kelpfertilizer |2.0 |DONE |Manifest: NOSIGNATURE annabethscore-1.19-1.5.jar |AnnabethsCore |annabethscore |1.19-1.5 |DONE |Manifest: NOSIGNATURE advancementtrophies-1.4-forge-1.19+.jar |Advancement Trophies |advancementtrophies |1.4-forge |DONE |Manifest: NOSIGNATURE Paraglider-1.19.2-1.7.0.1.jar |Paraglider |paraglider |1.7.0.1 |DONE |Manifest: NOSIGNATURE cloth-config-8.1.77-forge.jar |Cloth Config v8 API |cloth_config |8.1.77 |DONE |Manifest: NOSIGNATURE stackrefill_1.19.2-2.3.jar |Stack Refill |stackrefill |2.3 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.19-3.11.0.jar |ShetiPhian-Core |shetiphiancore |3.11.0 |DONE |Manifest: NOSIGNATURE ChoiceTheorem's-overhauled-village-v-3-1-1.jar |ChoiceTheorem's Overhauled Vil|ctov |3.1 |DONE |Manifest: NOSIGNATURE bigextras-forge-1.8.1+1.19.2.jar |Big Extras |bigextras |1.8.0 |DONE |Manifest: NOSIGNATURE easy_piglins-1.19.2-1.0.0.jar |Easy Piglins |easy_piglins |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE corpse-1.19.2-1.0.0.jar |Corpse |corpse |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE block_variants-1.19.1-4.2.jar |Block Variants |block_variants |4.2 |DONE |Manifest: NOSIGNATURE turf-1.19-1.0.3.jar |Turf |turf |1.19-1.0.3 |DONE |Manifest: NOSIGNATURE morevillagers-forge-1.19-4.0.3.jar |More Villagers |morevillagers |4.0.3 |DONE |Manifest: NOSIGNATURE BlazersMod-1.1.2-1.19.2.jar |Blazers Mod |blazersmod |1.1.2-1.19.2 |DONE |Manifest: NOSIGNATURE ToolSwap-1.19.1-4.2.0.jar |ToolSwap |toolswap |1.19.1-4.2.0 |DONE |Manifest: NOSIGNATURE burgermod-2.9.1-1.19.2.jar |Burger Mod |burgermod |2.9.1 |DONE |Manifest: NOSIGNATURE material_elements_1.19.2-6.0.0.jar |Material Elements |material_elements |6.0.0 |DONE |Manifest: NOSIGNATURE zombieproofdoors_1.19.2-1.6.jar |Zombie Proof Doors |zombieproofdoors |1.6 |DONE |Manifest: NOSIGNATURE mcw-trapdoors-1.0.7-mc1.19.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.7 |DONE |Manifest: NOSIGNATURE BlockRunner-v4.2.0-1.19.2-Forge.jar |Block Runner |blockrunner |4.2.0 |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 transparent-5.1.0+1.19-forge.jar |Transparent |transparent |5.1.0 |DONE |Manifest: NOSIGNATURE heyberryshutup-1.19-0.2.0.3.jar |Hey Berry! SHUT UP |heyberryshutup |1.19-0.2.0.3 |DONE |Manifest: NOSIGNATURE bananamod-1.0.jar |Banana Mod |bananamod |1.0 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.19a-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19a |DONE |Manifest: NOSIGNATURE fishingreal-1.19.2-1.5.jar |Fishing Real |fishingreal |1.19.2-1.5 |DONE |Manifest: NOSIGNATURE bugsandgrubs-2.0.jar |Bugs and Grubs |bugsandgrubs |2.0 |DONE |Manifest: NOSIGNATURE JustARaftMod-1.19-2.0.0.jar |Just A Raft Mod |justaraftmod |2.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 PeacefulSurface-1.19.2-v1.jar |PeacefulSurface |peacefulsurface |1.19.2-v1 |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 flashLight-2.0.1.jar |Flashlight Mod |flashlight |2.0.1 |DONE |Manifest: NOSIGNATURE Measurements-1.19-1.2.1.jar |Measurements |measurements |1.2.1 |DONE |Manifest: NOSIGNATURE storageracks-1.19-1.1.3.jar |Storage Racks |storageracks |1.19-1.1.3 |DONE |Manifest: NOSIGNATURE Gnomed-1.19-1.1.1.jar |Gnomed |gnomed |1.1.1 |DONE |Manifest: NOSIGNATURE bettervillage-forge-1.19.2-2.0.0.jar |Better village |bettervillage |2.0.0 |DONE |Manifest: NOSIGNATURE MoreSlabs-1.19.2-1.6.7-[FORGE].jar |More Slabs |moreslabs |1.6.7-[FORGE] |DONE |Manifest: NOSIGNATURE mcw-roofs-2.2.0-mc1.19.2-forge.jar |Macaw's Roofs |mcwroofs |2.2.0 |DONE |Manifest: NOSIGNATURE Wandering Trapper-forge-1.19.2-2.0.0.jar |Wandering Trapper |wandering_trapper |2.0.0 |DONE |Manifest: NOSIGNATURE littlelogistics-mc1.19.2-v1.3.0.jar |Little Logistics |littlelogistics |1.3.0 |DONE |Manifest: NOSIGNATURE cfm-7.0.0-pre34-1.19.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre34 |DONE |Manifest: NOSIGNATURE Chimes-1.1.4-1.19.jar |Chimes |chimes |1.1.4 |DONE |Manifest: NOSIGNATURE Adorn-3.6.1+1.19-forge.jar |Adorn |adorn |3.6.1+1.19 |DONE |Manifest: NOSIGNATURE glowinc-1.19.2_1.3.3.jar |Glow Inc. |glowinc |1.19.2_1.3.3 |DONE |Manifest: NOSIGNATURE AdChimneys-1.19.2-9.1.5.0-build.0599.jar |Advanced Chimneys |adchimneys |9.1.5.0 |DONE |Manifest: NOSIGNATURE abstoneedition-2.0.9-mc1.19.jar |Additional Blocks: Stone Editi|abstoneedition |2.0.9 |DONE |Manifest: NOSIGNATURE abverticaledition-1.0.1-mc1.19.jar |Additional Blocks: Vertical Ed|abverticaledition |1.0.1 |DONE |Manifest: NOSIGNATURE getinthebucketmod-4.1.1.jar |Get in the Bucket Mod |getinthebucketmod |4.1.1 |DONE |Manifest: NOSIGNATURE furnacerecycle_1.19.2-1.4.jar |Furnace Recycle |furnacerecycle |1.4 |DONE |Manifest: NOSIGNATURE benched-1.2.1a-forge-mc1.19.jar |Benched |benched |1.2.1a |DONE |Manifest: NOSIGNATURE FastLeafDecay-30.jar |FastLeafDecay |fastleafdecay |30 |DONE |Manifest: NOSIGNATURE exoticbirds-1.19.2-2.6.0.jar |Exotic Birds |exoticbirds |2.6.0 |DONE |Manifest: NOSIGNATURE prettybeaches-forge-1.19-8.0.0.jar |Pretty Beaches |prettybeaches |8.0.0 |DONE |Manifest: NOSIGNATURE DarkPaintings-Forge-1.19.2-13.1.2.jar |DarkPaintings |darkpaintings |13.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 mcw-lights-1.0.4-mc1.19.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.4 |DONE |Manifest: NOSIGNATURE DripSounds-1.19-0.3.0.jar |Drip Sounds |waterdripsound |0.3.0 |DONE |Manifest: NOSIGNATURE BroomsMod-1.19-1.1.1.jar |Brooms |broomsmod |1.19-1.1.1 |DONE |Manifest: NOSIGNATURE MoreCarpets-1.19.2-1.6.3-[FORGE].jar |More Carpets |morecarpets |1.6.3-[FORGE] |DONE |Manifest: NOSIGNATURE Kiwi-1.19.1-forge-8.0.2.jar |Kiwi |kiwi |8.0.2 |DONE |Manifest: NOSIGNATURE doubledoors_1.19.2-3.5.jar |Double Doors |doubledoors |3.5 |DONE |Manifest: NOSIGNATURE FishTank-1.0.0-1.19.2.jar |Fish Tank Mod |fish_tank |1.0.0 |DONE |Manifest: NOSIGNATURE cozy-1.0.1-forge.jar |Cozy |cozy |1.0.1 |DONE |Manifest: NOSIGNATURE tameablebeasts-1.19.2-2.1.jar |Tameable Beasts |tameablebeasts |2.0 |DONE |Manifest: NOSIGNATURE DisenchantmentEditTable-1.19-1.0.9.jar |Disenchantment Edit Table |editenchanting |1.0.9 |DONE |Manifest: NOSIGNATURE coralreef-forge-1.19-1.0.2.jar |Coral Reef |coralreef |1.19-1.0.2 |DONE |Manifest: NOSIGNATURE mining_helmet-1.19-2.1.1.jar |Mining Helmet |mining_helmet |2.1.1 |DONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.3.0.260.jar |Just Enough Items |jei |11.3.0.260 |DONE |Manifest: NOSIGNATURE moreyoyos-1.0.jar |More Yoyos Mod |moreyoyos |1.0 |DONE |Manifest: NOSIGNATURE archbows-1.1.0-1.19.2.jar |Arch Bows |archbows |1.1.0-1.19.2 |DONE |Manifest: NOSIGNATURE libraryferret-forge-1.19.2-3.0.0.jar |Library ferret |libraryferret |3.0.0 |DONE |Manifest: NOSIGNATURE hats-and-cosmetics-1.3.1-1.19.2.jar |Hats and Cosmetics |hat |1.3.1 |DONE |Manifest: NOSIGNATURE Fallingleaves-1.19.1-1.3.0.jar |Falling Leaves |fallingleaves |1.3.0 |DONE |Manifest: NOSIGNATURE brickfurnace-1.19-1.8.1.0.jar |Brick Furnace |brickfurnace |1.19-1.8.1.0 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.19.2-1.9.7-forge.jar |Nature's Compass |naturescompass |1.19.2-1.9.7-forge |DONE |Manifest: NOSIGNATURE smarterfarmers-1.19.2-1.6.3.jar |Smarter Farmers |smarterfarmers |1.19.2-1.6.3 |DONE |Manifest: NOSIGNATURE lightmanscurrency-1.19-1.2.0.6.jar |Lightman's Currency |lightmanscurrency |1.19-1.2.0.6 |DONE |Manifest: NOSIGNATURE MoreLeads-forge-1.19.2-1.0.0.jar |MoreLeads |moreleads |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE pneumaticcraft-repressurized-1.19.2-4.1.0-128.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.19.2-4.1.0-128 |DONE |Manifest: NOSIGNATURE snowundertrees-1.19-1.2.2.jar |Snow Under Trees |snowundertrees |1.2.2 |DONE |Manifest: NOSIGNATURE snuffles-1.0.3.jar |Snuffles |snuffles |1.0.3 |DONE |Manifest: NOSIGNATURE rare-ice-0.5.1.jar |Rare Ice |rare_ice |0.0NONE |DONE |Manifest: NOSIGNATURE redstructure-1.0.3-forge-1.19.2.jar |Reds More Structures |redmorestructure |1.0.3-1.19.2 |DONE |Manifest: NOSIGNATURE bouncing-balls-api-1.19.1-4.0.1.0.jar |Bouncing Balls API |bouncingballs_api |4.0.1.0 |DONE |Manifest: NOSIGNATURE bouncing-balls-1.19.1-14.0.0.jar |Bouncing Balls |bouncingballs |14.0.0 |DONE |Manifest: NOSIGNATURE additional_lights-1.19-2.1.5.jar |Additional Lights |additional_lights |2.1.5 |DONE |Manifest: NOSIGNATURE petrock-0.11.7.jar |PetRock |petrock |0.11.7 |DONE |Manifest: NOSIGNATURE passiveendermen_1.19.2-3.0.jar |Passive Endermen |passiveendermen |3.0 |DONE |Manifest: NOSIGNATURE Elemental-1.19.2-1.1.6.jar |Elemental |elemental |1.1.6 |DONE |Manifest: NOSIGNATURE dismountentity_1.19.2-1.8.jar |Dismount Entity |dismountentity |1.8 |DONE |Manifest: NOSIGNATURE chiseled_bricks-1.1-1.19.jar |Chiseled Bricks |chiseled_bricks |1.1-1.19 |DONE |Manifest: NOSIGNATURE MissingWilds-forge-1.19-1.1.1.jar |Missing Wilds |missingwilds |0.0NONE |DONE |Manifest: NOSIGNATURE chalk-1.19-1.0.2.jar |Chalk |chalk |1.0.2 |DONE |Manifest: NOSIGNATURE leashed-1.19-1.3.0.jar |Leashed |leashed |1.3.0 |DONE |Manifest: NOSIGNATURE broglisbugs-0.0.3-1.19.jar |Broglis Bugs |broglisbugs |0.0.1-1.19 |DONE |Manifest: NOSIGNATURE mcw-paths-1.0.1-mc1.19.2.jar |Macaw's Paths and Pavings |mcwpaths |1.0.1 |DONE |Manifest: NOSIGNATURE invisibilitycloak-forge-1.19-2.1.1.jar |Invisibility Cloak |invisibilitycloak |1.19-2.1.1 |DONE |Manifest: NOSIGNATURE AxesAreWeapons-1.6.0-forge-1.19.jar |Axes Are Weapons |axesareweapons |1.6.0 |DONE |Manifest: NOSIGNATURE alchemistry-1.19.2-2.0.9.jar |Alchemistry |alchemistry |1.19.2-2.0.9 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.127.jar |TerraBlender |terrablender |2.0.1.127 |DONE |Manifest: NOSIGNATURE Companion-1.19.1-forge-3.0.0.jar |Companion |companion |3.0.0 |DONE |Manifest: NOSIGNATURE SBM-Jukebox-1.19-1.0.5.jar |[SBM] Jukebox |jukebox |1.0.5 |DONE |Manifest: NOSIGNATURE nutritiousmilk_1.19.2-2.0.jar |Nutritious Milk |nutritiousmilk |2.0 |DONE |Manifest: NOSIGNATURE morevanillapotions-1.19.1-1.2.jar |More Vanilla Potions |morevanillapotions |1.2 |DONE |Manifest: NOSIGNATURE woolbuttons-1.19-1.1.jar |Wool Buttons |sbmwoolbuttons |1.1 |DONE |Manifest: NOSIGNATURE ceramicbucket-1.19-3.1.0.0.jar |Ceramic Bucket |ceramicbucket |1.19-3.1.0.0 |DONE |Manifest: NOSIGNATURE AdLods-1.19.2-7.0.4.0-build.0599.jar |Large Ore Deposits |adlods |7.0.4.0 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.8.1+1.19.jar |SpectreLib |spectrelib |0.8.1+1.19 |DONE |Manifest: NOSIGNATURE ceramicshears-1.19-1.7.0.0.jar |Ceramic Shears |ceramicshears |1.19-1.7.0.0 |DONE |Manifest: NOSIGNATURE MoreWalls-1.19.2-1.1.4-[FORGE].jar |More Walls |morewalls |1.1.4-[FORGE] |DONE |Manifest: NOSIGNATURE Paintings-forge-1.19.2-10.2.0.0.jar |Paintings ++ |paintings |10.2.0.0 |DONE |Manifest: NOSIGNATURE ecologics-forge-1.19.2-2.1.9.jar |Ecologics |ecologics |2.1.9 |DONE |Manifest: NOSIGNATURE Croptopia-1.19.2-FORGE-2.1.0.jar |Croptopia |croptopia |2.1.0 |DONE |Manifest: NOSIGNATURE JustEnoughProfessions-forge-1.19-2.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.1 |DONE |Manifest: NOSIGNATURE [1.19.2] SecurityCraft v1.9.3.1.jar |SecurityCraft |securitycraft |1.9.3.1 |DONE |Manifest: NOSIGNATURE EarthMobs-1.19.2-3.0.0.jar |Earth Mobs Mod |earthmobsmod |1.19.2-3.0.0 |DONE |Manifest: NOSIGNATURE doughs-1.19.2-1.0.jar |Doughs |doughs |1.0 |DONE |Manifest: NOSIGNATURE searchlight-1.19-forge-1.1.8.jar |Searchlight |searchlight |1.1.8 |DONE |Manifest: NOSIGNATURE backpacked-2.1.10-1.19.jar |Backpacked |backpacked |2.1.10 |DONE |Manifest: NOSIGNATURE villagebellrecipe_1.19.2-1.6.jar |Village Bell Recipe |villagebellrecipe |1.6 |DONE |Manifest: NOSIGNATURE Regrowth-1.19-41.1.31.0.jar |Regrowth |regrowth |41.1.31.0 |DONE |Manifest: NOSIGNATURE LeftHanging-forge-1.19.2-4.3.0.0.jar |HangMan |hangman |4.3.0.0 |DONE |Manifest: NOSIGNATURE AmbientEnvironment-forge-1.19.2-8.0+3.jar |Ambient Environment |ambientenvironment |8.0+3 |DONE |Manifest: NOSIGNATURE unlitcampfire-forge-1.19-1.6.1.0.jar |Unlit Campfire |unlitcampfire |1.19-1.6.1.0 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.4b-forge-mc1.19.jar |Connected Glass |connectedglass |1.1.4b |DONE |Manifest: NOSIGNATURE lilwings-forge-1.19.1-1.2.2.jar |Lil' Wings |lilwings |1.2.2 |DONE |Manifest: NOSIGNATURE craftable_slimeballs 1.19.2.jar |craft slimeballs |craft_slimeballs |1.0.0 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v4.3.1-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.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 PizzaCraft-1.19.2-6.2.0.jar |PizzaCraft |pizzacraft |6.2.0 |DONE |Manifest: NOSIGNATURE Healing+Bed+1.19.2.jar |Healingbed |healingbed |1.19.2 |DONE |Manifest: NOSIGNATURE cookyourfood-mc1.19--1.00.jar |Cook your food |cookyourfood |1.00 |DONE |Manifest: NOSIGNATURE horizontal_glass_panes-1.0-1.19.jar |Horizontal Glass Panes |horizontal_glass_panes |1.0-1.19 |DONE |Manifest: NOSIGNATURE PlaceableMobs-1.19.jar |Placeable Mobs |placeable_mobs |1.19 |DONE |Manifest: NOSIGNATURE bottledair_1.19.2-1.3.jar |Bottled Air |bottledair |1.3 |DONE |Manifest: NOSIGNATURE MoreStairs-1.19.2-2.7.8-[FORGE].jar |More Stairs |morestairs |2.7.8-[FORGE] |DONE |Manifest: NOSIGNATURE compost-forge-1.19-1.0.3.jar |Compost |compost |1.0.3 |DONE |Manifest: NOSIGNATURE customfence-1-19-x.jar |Customfence |customfence |1-19-x |DONE |Manifest: NOSIGNATURE morenugget-1.1.1-1.19.jar |More Nugget |morenugget |1.1.1-1.19 |DONE |Manifest: NOSIGNATURE beautify-1.19.2-1.4.1.jar.jar |Beautify |beautify |1.4.1 |DONE |Manifest: NOSIGNATURE CraftableSaddle-1.19.2-2.1.6-[FORGE].jar |Craftable Saddle |craftablesaddle |2.1.6-[FORGE] |DONE |Manifest: NOSIGNATURE blazegear-1.19.2-1.3.2.jar |Blaze Gear |blazegear |1.19.2-1.3.2 |DONE |Manifest: NOSIGNATURE fish_in_planks-1.19.2-0.5.jar |Fish in Planks |fish_in_planks |1.19.2-0.5 |DONE |Manifest: NOSIGNATURE AdditionalBanners-Forge-1.19.2-10.1.2.jar |AdditionalBanners |additionalbanners |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 naturalist-forge-2.1.1-1.19.2.jar |Naturalist |naturalist |2.1.1 |DONE |Manifest: NOSIGNATURE glued-1.19.2-1.2.jar |Glued |glued |1.2 |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.5.9.117.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.9.117 |DONE |Manifest: NOSIGNATURE kleeslabs-forge-1.19-12.1.0.jar |KleeSlabs |kleeslabs |12.1.0 |DONE |Manifest: NOSIGNATURE sleeping_bags-1.19.2-1.0.0.jar |Sleeping Bags |sleeping_bags |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE BowInfinityFix-1.19.x-forge-2.5.1.jar |Bow Infinity Fix |bowinfinityfix |2.5.1 |DONE |Manifest: NOSIGNATURE Apple Crates-forge-1.19.2-1.4.0.jar |Apple Crates |applecrates |1.4.0 |DONE |Manifest: NOSIGNATURE glassential-forge-1.19-1.2.4.jar |Glassential |glassential |1.19-1.2.4 |DONE |Manifest: NOSIGNATURE villagernames_1.19.2-3.7.jar |Villager Names |villagernames |3.7 |DONE |Manifest: NOSIGNATURE piglinproliferation-1.19-1.0.0.jar |Piglin Proliferation |piglinproliferation |1.19-1.0.0 |DONE |Manifest: NOSIGNATURE citadel-1.12.7-1.19.jar |Citadel |citadel |1.12.7 |DONE |Manifest: NOSIGNATURE alexsmobs-1.19.5.jar |Alex's Mobs |alexsmobs |1.19.5 |DONE |Manifest: NOSIGNATURE domesticationinnovation-1.5.4-1.19.1.jar |Domestication Innovation |domesticationinnovation |1.5.4 |DONE |Manifest: NOSIGNATURE fire_extinguisher_1.19.2-4.0.0.jar |Fire Extinguisher |fire_extinguisher |4.0.0 |DONE |Manifest: NOSIGNATURE moreminecarts-1.5.3.jar |More Minecarts |moreminecarts |1.5.3 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.1.5.jar |Bookshelf |bookshelf |16.1.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 endercrop-1.19.2-1.7.0-beta.jar |Ender Crop |endercrop |1.19.2-1.7.0-beta |DONE |Manifest: NOSIGNATURE chained-1.19.2-1.0.jar |Chained |chained |1.0 |DONE |Manifest: NOSIGNATURE simpleplanes-1.19-4.15.1.jar |Simple Planes |simpleplanes |1.19-4.15.1 |DONE |Manifest: NOSIGNATURE cryingghasts_1.19.2-1.7.jar |Crying Ghasts |cryingghasts |1.7 |DONE |Manifest: NOSIGNATURE NewSlabsStairsWalls-1.19-2.0.5.jar |New Slabs, Stairs & Walls |newwalls |2.0.5 |DONE |Manifest: NOSIGNATURE MorePressurePlates-1.19.2-1.1.7-[FORGE].jar |More Pressure Plates |morepressureplates |1.1.7-[FORGE] |DONE |Manifest: NOSIGNATURE mcw-doors-1.0.7-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.7 |DONE |Manifest: NOSIGNATURE EnhancedNature-1.19-(v.1.0.4).jar |EnhancedNature |enhanced_nature |1.0.4 |DONE |Manifest: NOSIGNATURE Rex's-AdditionalStructures-1.19-(v.4.0.1).jar |Additional Structures |additionalstructures |4.0.1 |DONE |Manifest: NOSIGNATURE keepmysoiltilled_1.19.2-1.3.jar |Keep My Soil Tilled |keepmysoiltilled |1.3 |DONE |Manifest: NOSIGNATURE Simple Jams 1.0.jar |Simple Jams |jamed |1.0 |DONE |Manifest: NOSIGNATURE ravenbrewscore-1.0.0-1.19.2-43.1.1.jar |Raven Brews Core |ravenbrewscore |1.0.0 |DONE |Manifest: NOSIGNATURE paladin-furniture-mod-1.1.1-forge-mc1.19.jar |Paladin's Furniture |pfm |1.1.1 |DONE |Manifest: NOSIGNATURE dummmmmmy-1.19-1.5.5.jar |MmmMmmMmmMmm |dummmmmmy |1.19-1.5.5 |DONE |Manifest: NOSIGNATURE despawningeggshatch_1.19.2-2.6.jar |Despawning Eggs Hatch |despawningeggshatch |2.6 |DONE |Manifest: NOSIGNATURE snowmancy-1.19-1.0.6.jar |Snowmancy |snowmancy |1.0.6 |DONE |Manifest: NOSIGNATURE redsbetterbiomes-1.0.4-forge-1.19.2.jar |Reds Better Biomes |vanillabetterbiomes |1.0.4-forge-1.19.2 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.19-1.1.2.jar |Farmer's Delight |farmersdelight |1.19-1.1.2 |DONE |Manifest: NOSIGNATURE Delightful-1.19-2.2.jar |Delightful |delightful |2.2 |DONE |Manifest: NOSIGNATURE Red Pandas-Forge-1.19.2-5.0.0.jar |Red Pandas |redpandas |5.0.0 |DONE |Manifest: NOSIGNATURE signpost-1.19.2-2.00.5.jar |Signpost |signpost |1.19.2-2.00.5 |DONE |Manifest: NOSIGNATURE assortedstorage-1.19.2-6.1.1.jar |Assorted Storage |assortedstorage |1.19.2-6.1.1 |DONE |Manifest: NOSIGNATURE customportalapi-0.0.1-beta50-1.19.2.jar |Custom Portal Api [Forge] |customportalapi |0.0.1-beta50-1.19.2 |DONE |Manifest: NOSIGNATURE projectvibrantjourneys-1.19.2-5.0.0-BETA1.jar |Project Vibrant Journeys |projectvibrantjourneys |1.19.2-5.0.0-BETA1 |DONE |Manifest: NOSIGNATURE annabethsextravillagers-1.19-1.4.jar |Annabeth's Extra Villagers |annabethsextravillagers |1.19-1.4 |DONE |Manifest: NOSIGNATURE nekoration-1.19.2-1.8.1.jar |Nekoration |nekoration |1.8.1 |DONE |Manifest: NOSIGNATURE EditSign-1.19.2-2.6.0.jar |EditSign |editsign |2.6.0 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 mcw-fences-1.0.6-mc1.19.2.jar |Macaw's Fences and Walls |mcwfences |1.0.6 |DONE |Manifest: NOSIGNATURE simplylight-1.19-1.4.4-build.39.jar |Simply Light |simplylight |1.19-1.4.4-build.39 |DONE |Manifest: NOSIGNATURE Shoppy-1.19.2-FORGE-1.0.4-all.jar |Shoppy |shoppy |1.0.3 |DONE |Manifest: NOSIGNATURE FuelCanister-[1.19]-1.4.3.jar |Fuel Canister |fuel_canister |1.4.3 |DONE |Manifest: NOSIGNATURE CNB-1.19-1.4.0.jar |Creatures and Beasts |cnb |1.4.0 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.18.jar |GeckoLib |geckolib3 |3.1.18 |DONE |Manifest: NOSIGNATURE postalpigeons-1.1.0.jar |Postal Pigeons |postalpigeons |1.1.0 |DONE |Manifest: NOSIGNATURE Patchouli-1.19.2-76.jar |Patchouli |patchouli |1.19.2-76 |DONE |Manifest: NOSIGNATURE blockui-1.19-0.0.59-ALPHA.jar |UI Library Mod |blockui |1.19-0.0.59-ALPHA |DONE |Manifest: NOSIGNATURE ydms_redpanda-forge-1.19-1.0.1.jar |YDM's Red Panda |ydms_redpanda |1.19-1.0.1 |DONE |Manifest: NOSIGNATURE collective-1.19.2-4.50.jar |Collective |collective |4.50 |DONE |Manifest: NOSIGNATURE diamethysts-1.5.3-1.19.jar |Diamethysts |diamethysts |1.5.3-1.19 |DONE |Manifest: NOSIGNATURE camera-1.19.2-1.0.0.jar |Camera Mod |camera |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE simplehats-forge-1.19.2-0.1.5.jar |SimpleHats |simplehats |1.19.2-0.1.5 |DONE |Manifest: NOSIGNATURE MoreTrapdoor-1.19.2-1.1.4-[FORGE].jar |More Trapdoor |moretrapdoor |1.1.4-[FORGE] |DONE |Manifest: NOSIGNATURE vanilla_degus-1.19-v1.3.1-forge.jar |Vanilla Degus |vanilla_degus |1.3.1 |DONE |Manifest: NOSIGNATURE xercapaint-1.19.2-1.0.0.jar |Joy of Painting |xercapaint |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE vendingmachine-3.1.2.jar |Vending Machines |vendingmachine |3.1.2 |DONE |Manifest: NOSIGNATURE polymorph-forge-0.45.0+1.19.2.jar |Polymorph |polymorph |0.45.0+1.19.2 |DONE |Manifest: NOSIGNATURE morefrogs-1.19-1.0.1-forge.jar |More Frogs |morefrogs |0.0NONE |DONE |Manifest: NOSIGNATURE elevatorid-1.19-1.8.7.jar |Elevator Mod |elevatorid |1.19-1.8.7 |DONE |Manifest: NOSIGNATURE allenchantmentsfortrade-1.19.2-1.0.jar |All Enchantments For Trade |allenchantmentsfortrade |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE Mo' Villagers-1.19.2-1.0.jar |Mo' Villager |redstonevillager |1.16.5-2.0 |DONE |Manifest: NOSIGNATURE passiveshield_1.19.2-2.6.jar |Passive Shield |passiveshield |2.6 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.19.1-1.1.1.jar |Resourceful Lib |resourcefullib |1.1.1 |DONE |Manifest: NOSIGNATURE MoreButtons-1.19.2-2.6.7-[FORGE].jar |More Buttons |morebuttons |2.6.7-[FORGE] |DONE |Manifest: NOSIGNATURE Tired-1.19-1.0.1.jar |Tired |tired |1.0.1 |DONE |Manifest: NOSIGNATURE funkyfluids-1.19.2-1.1.0.jar |Funky Fluids |funkyfluids |1.19.2-1.1.0 |DONE |Manifest: NOSIGNATURE eatinganimation-1.19-3.1.0.jar |Eating Animation |eatinganimation |3.0.0 |DONE |Manifest: NOSIGNATURE forge-1.19.2-43.1.1-universal.jar |Forge |forge |43.1.1 |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 PassthroughSigns-1.19-2.6.1.jar |Passthrough Signs |passthroughsigns |1.19-2.6.1 |DONE |Manifest: NOSIGNATURE [1.19.2] More Crafting Tables Forge 4.2.0.jar |More Crafting Tables Mod |mctb |1.19.2 |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 commonality-1.19.2-4.1.3.jar |Commonality |commonality |4.1.3 |DONE |Manifest: NOSIGNATURE Aquaculture-1.19.2-2.4.6.jar |Aquaculture 2 |aquaculture |1.19.2-2.4.6 |DONE |Manifest: NOSIGNATURE Waddles-1.19-0.9.1.jar |Waddles |waddles |1.19-0.9.1 |DONE |Manifest: NOSIGNATURE ITank-1.19.2-2.0.0.jar |ITank |itank |2.0.0 |DONE |Manifest: NOSIGNATURE DramaticDoors-Forge-1.19.2-2.1.3.jar |Dramatic Doors |dramaticdoors |1.19.2-2.1.3 |DONE |Manifest: NOSIGNATURE limecraft-mod-1.19.2-1.1.0-forge.jar |LimeCraft |limecraftid |1.0 |DONE |Manifest: NOSIGNATURE BetterFurnacesReforged-1.19.2-1.0.1.jar |BetterFurnaces Reforged |betterfurnacesreforged |1.19.2-1.0.1 |DONE |Manifest: NOSIGNATURE architectury-6.2.43-forge.jar |Architectury |architectury |6.2.43 |DONE |Manifest: NOSIGNATURE 1.19.2-StorageCabinet-1.5.3-forge.jar |Storage Cabinet |storagecabinet |1.5.3 |DONE |Manifest: NOSIGNATURE animal_feeding_trough-1.0.3+1.19.2-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.0.3+1.19.2-forge |DONE |Manifest: NOSIGNATURE majrusz-library-1.19.2-2.15.0.jar |Majrusz Library |majruszlib |2.15.0 |DONE |Manifest: NOSIGNATURE trashcans-1.0.15b-forge-mc1.19.jar |Trash Cans |trashcans |1.0.15b |DONE |Manifest: NOSIGNATURE smallships-1.19.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |DONE |Manifest: NOSIGNATURE infinitetrading_1.19.2-2.3.jar |Infinite Trading |infinitetrading |2.3 |DONE |Manifest: NOSIGNATURE HopoBetterMineshaft-1.19-1.1.5b.jar |HopoBetterMineshaft |hopo |1.1.5 |DONE |Manifest: NOSIGNATURE chickensshed-1.19-1.3.3.jar |ChickensShed |chickensshed |1.3.3 |DONE |Manifest: NOSIGNATURE campchair-forge.1.19.2-1.0.3.jar |Camp Chair |campchair |1.0.3 |DONE |Manifest: NOSIGNATURE scarecrows-1.19-1.0.11.jar |Scarecrows |scarecrows |1.0.11 |DONE |Manifest: NOSIGNATURE Towns-and-Towers-1.19-1.8.2.jar |Towns and Towers - Structure A|t_and_t |1.8.2 |DONE |Manifest: NOSIGNATURE mavm-1.1.0-mc1.19.jar |More Axolotl Variants Mod |mavm |1.1.0 |DONE |Manifest: NOSIGNATURE TradingPost-v4.2.0-1.19.2-Forge.jar |Trading Post |tradingpost |4.2.0 |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 solarcooker-1.19-1.2.0.0.jar |Solar Cooker |solarcooker |1.19-1.2.0.0 |DONE |Manifest: NOSIGNATURE easy_mob_farm_1.19.2-4.0.0.jar |Easy Mob Farm |easy_mob_farm |4.0.0 |DONE |Manifest: NOSIGNATURE majruszs-accessories-1.19.2-1.0.0.jar |Majrusz's Accessories |majruszsaccessories |1.0.0 |DONE |Manifest: NOSIGNATURE jmc-4.3-1.19.jar |Just More Cakes! |jmc |4.3 |DONE |Manifest: NOSIGNATURE ExtraArmor 1.19.2-1.17.1.jar |Extra Armor |extraarmor |1.17.1 |DONE |Manifest: NOSIGNATURE BedBenefits-Forge-1.19.2-9.1.2.jar |BedBenefits |bedbenefits |9.1.2 |DONE |Manifest: NOSIGNATURE floralis-1.19.2-6.0.0.jar |Floralis |floralis |1.19.2-6.0.0 |DONE |Manifest: NOSIGNATURE biomemakeover-FORGE-1.19.2-1.5.12.jar |Biome Makeover |biomemakeover |1.19.2-1.5.12 |DONE |Manifest: NOSIGNATURE Fency-1.0.1-1.19.2-1.0.jar |The Fence Unleashed |fency |0.0NONE |DONE |Manifest: NOSIGNATURE sophisticatedstorage-1.19.2-0.5.12.138.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.5.12.138 |DONE |Manifest: NOSIGNATURE biggerspongeabsorptionradius_1.19.2-2.4.jar |Bigger Sponge Absorption Radiu|biggerspongeabsorptionradius |2.4 |DONE |Manifest: NOSIGNATURE additionallanterns-1.0.1a-forge-mc1.19.jar |Additional Lanterns |additionallanterns |1.0.1a |DONE |Manifest: NOSIGNATURE EasyMagic-v4.3.2-1.19.2-Forge.jar |Easy Magic |easymagic |4.3.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 platforms-1.19-1.10.0.jar |Platforms |platforms |1.10.0 |DONE |Manifest: NOSIGNATURE goodall-1.1.0-forge.jar |Goodall |goodall |1.1.0 |DONE |Manifest: NOSIGNATURE furnitureexpanded-1.19.2-1.0.1.jar |Furniture Expanded |furnitureexpanded |1.19-1.0.1 |DONE |Manifest: NOSIGNATURE waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |DONE |Manifest: NOSIGNATURE deepslatetreasures-1.1.1-1.19.jar |Deepslate Treasures |deepslatetreasures |1.1.1-1.19 |DONE |Manifest: NOSIGNATURE mcw-paintings-1.0.4-mc1.19.2.jar |Macaw's Paintings |mcwpaintings |1.0.4 |DONE |Manifest: NOSIGNATURE ForeverAChild-1.19-1.0.2.jar |Forever A Child |foreverachild |1.0.2 |DONE |Manifest: NOSIGNATURE journeymap-1.19.1-5.9.0beta2-forge.jar |Journeymap |journeymap |5.9.0beta2 |DONE |Manifest: NOSIGNATURE BuildingBlocks-1.19.2-1.0.jar |Building Blocks |buildingblocks |1.18.2-1.0.0 |DONE |Manifest: NOSIGNATURE comforts-forge-6.0.0+1.19.2.jar |Comforts |comforts |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE Tumbleweed-forge-1.19-0.5.1.jar |Tumbleweed |tumbleweed |0.5.1 |DONE |Manifest: NOSIGNATURE Decorative Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |DONE |Manifest: NOSIGNATURE [1.19.x]-Epic-Knights-Armor-and-Weapons-6.6v.jar |Epic Knights: Armor and Weapon|magistuarmory |1.0 |DONE |Manifest: NOSIGNATURE SkinnedCarts-1.19-1.1.2.jar |Skinned Carts |skinnedcarts |1.1.2 |DONE |Manifest: NOSIGNATURE betteranimalsplus-1.19-11.0.7-forge.jar |Better Animals Plus |betteranimalsplus |1.19-11.0.7 |DONE |Manifest: NOSIGNATURE OctoEconomyApi-forge-1.0.1-1.18.2.jar |Octo Economy API |octo_economy_api |1.0.1 |DONE |Manifest: NOSIGNATURE Particle-Spawner-1.19.x-(v.1.1.4).jar |Particle Spawner |particle_spawner |1.1.4 |DONE |Manifest: NOSIGNATURE More Babies-forge-1.19.1-0.5.4.jar |More Babies |more_babies |0.5.4 |DONE |Manifest: NOSIGNATURE bottleyourxp_1.19.2-1.9.jar |Bottle Your Xp |bottleyourxp |1.9 |DONE |Manifest: NOSIGNATURE breedablekillerrabbit_1.19.2-1.9.jar |Breedable Killer Rabbit |breedablekillerrabbit |1.9 |DONE |Manifest: NOSIGNATURE bedspreads-forge-6.0.0+1.19.2.jar |Bedspreads |bedspreads |6.0.0+1.19.2 |DONE |Manifest: NOSIGNATURE uncraftable-0.4-1.19.2.jar |Uncraftables |uncraftable |0.4-1.19.2 |DONE |Manifest: NOSIGNATURE improved_berries-1.19.2-1.4.0.jar |Improved Berries |improved_berries |1.19.2-1.4.0 |DONE |Manifest: NOSIGNATURE blueprint-1.19-6.0.6.jar |Blueprint |blueprint |6.0.6 |DONE |Manifest: NOSIGNATURE savage_and_ravage-1.19-5.0.2.jar |Savage & Ravage |savage_and_ravage |5.0.2 |DONE |Manifest: NOSIGNATURE trophymanager-1.19.1-0.2.0.3.jar |Trophy Manager |trophymanager |1.19.1-0.2.0.3 |DONE |Manifest: NOSIGNATURE strongfarmland-1.19-1.1.1.jar |Stronger Farmland |strongfarmland |1.19-1.1.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed material_elements_decorative_1.19.2-6.0.0.jar |Material Elements Decorative |material_elements_decorative |6.0.0 |DONE |Manifest: NOSIGNATURE frozenup-2.0.0-forge.jar |Frozen Up |frozenup |2.0.0-forge |DONE |Manifest: NOSIGNATURE scuba_gear-1.19-1.0.5.jar |Scuba Gear |scuba_gear |1.0.5 |DONE |Manifest: NOSIGNATURE friendsandfoes-forge-mc1.19.2-1.5.9.jar |Friends&Foes |friendsandfoes |1.5.9 |DONE |Manifest: NOSIGNATURE chococraft-1.19.2-0.5.0.jar |Chococraft 4 |chococraft |0.5.0 |DONE |Manifest: NOSIGNATURE thingamajigs-1.19.2-1.4.4.jar |Thingamajigs |thingamajigs |1.4.4 |DONE |Manifest: NOSIGNATURE golden_berries-1.0.1.jar |Golden Berries |golden_berries |1.0 |DONE |Manifest: NOSIGNATURE woolplates-1.19-1.2.1.jar |Wool Pressure Plates |woolplates |1.2.1 |DONE |Manifest: NOSIGNATURE weakerspiderwebs_1.19.2-2.3.jar |Weaker Spiderwebs |weakerspiderwebs |2.3 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.19.2-13.0.1.jar |EnchantmentDescriptions |enchdesc |13.0.1 |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 swingthroughgrass-1.19.2-1.10.0.jar |SwingThroughGrass |swingthroughgrass |1.19.2-1.10.0 |DONE |Manifest: NOSIGNATURE moonlight-1.19.2-2.0.26.jar |Moonlight Library |moonlight |1.19.2-2.0.26 |DONE |Manifest: NOSIGNATURE advancementframes-1.19.2-2.0.0.jar |Advancement Frames |advancementframes |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE moyai-1.19.2-2.0.0.jar |Advancement Frames |moyai |1.19.2-2.0.0 |DONE |Manifest: NOSIGNATURE extractpoison_1.19.2-1.9.jar |Extract Poison |extractpoison |1.9 |DONE |Manifest: NOSIGNATURE icepreventscropgrowth_1.19.2-1.7.jar |Ice Prevents Crop Growth |icepreventscropgrowth |1.7 |DONE |Manifest: NOSIGNATURE bettersafebed-forge-1.19-4.jar |Better Safe Bed |bettersafebed |4 |DONE |Manifest: NOSIGNATURE additionaladditions-5.0.2.jar |Additional Additions |additionaladditions |5.0.2 |DONE |Manifest: NOSIGNATURE snowyspirit-1.19.2-2.0.2.jar |Snowy Spirit |snowyspirit |1.19.2-2.0.2 |DONE |Manifest: NOSIGNATURE sbetterwatersplash-3.3.jar |Better Water Splash |sbetterwatersplash |3.3 |DONE |Manifest: NOSIGNATURE another_furniture-forge-2.0.3-1.19.2.jar |Another Furniture |another_furniture |2.0.3-1.19.2 |DONE |Manifest: NOSIGNATURE spidersproducewebs_1.19.2-1.8.jar |Spiders Produce Webs |spidersproducewebs |1.8 |DONE |Manifest: NOSIGNATURE fatchicken-1.19.2-1.0.0.jar |Fat Chickens |fatchicken |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE webasemod-1.19.2-1.3.0.jar |Weaponized Baseball Mod |webasemod |1.19.2-1.3.0 |DONE |Manifest: NOSIGNATURE movingelevators-1.3.9-forge-mc1.19.jar |Moving Elevators |movingelevators |1.3.9 |DONE |Manifest: NOSIGNATURE goldfish-1.19.2--1.02a.jar |Goldfish |goldfish |1.02a |DONE |Manifest: NOSIGNATURE ThisRocks-1.19-1.2.1.jar |This Rocks! (Forge) |rocks |1.2.1 |DONE |Manifest: NOSIGNATURE llamasteeds-forge-2022.06.08.jar |Llama Steeds |llamasteeds |2022.06.08 |DONE |Manifest: NOSIGNATURE LargeFluidTank-19.6.jar |FluidTank |fluidtank |19.6 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76 car-1.19.2-1.0.0.jar |Ultimate Car Mod |car |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE extragolems-19.2.2.jar |Extra Golems |golems |19.2.2 |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 Dimensional-Paintings-1.19-1.3.1.jar |Dimensional Paintings |dimpaintings |1.3.1 |DONE |Manifest: NOSIGNATURE automaticdoors_1.19.2-2.6.jar |Automatic Doors |automaticdoors |2.6 |DONE |Manifest: NOSIGNATURE bettermaterials-1.19.2-1.0.0.jar |BetterMaterials |bettermaterials |1.19.2-1.0.0 |DONE |Manifest: NOSIGNATURE bucketlib-1.19-1.0.3.2.jar |BucketLib |bucketlib |1.19-1.0.3.2 |DONE |Manifest: NOSIGNATURE chemlib-1.19.2-2.0.9.jar |ChemLib |chemlib |1.19.2-2.0.9 |DONE |Manifest: NOSIGNATURE corail_recycler-5.6.0-1.19.jar |Corail Recycler |corail_recycler |5.6.0 |DONE |Manifest: NOSIGNATURE brickhopper-1.19-1.4.2.0.jar |Brick Hopper |brickhopper |1.19-1.4.2.0 |DONE |Manifest: NOSIGNATURE DiagonalFences-v4.2.1-1.19.2-Forge.jar |Diagonal Fences |diagonalfences |4.2.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 randomvillagenames_1.19.2-2.0.jar |Random Village Names |randomvillagenames |2.0 |DONE |Manifest: NOSIGNATURE surfacemushrooms_1.19.2-1.6.jar |Surface Mushrooms |surfacemushrooms |1.6 |DONE |Manifest: NOSIGNATURE Statues-1.19-0.2.0.1.jar |Statues Mod |statues |0.2.0.1 |DONE |Manifest: NOSIGNATURE sprout-1.4.2-forge.jar |Sprout |sprout |1.4.2 |DONE |Manifest: NOSIGNATURE FlowerPatch-1.19-1.0.1.jar |Flower Patch |flowerpatch |1.0.1 |DONE |Manifest: NOSIGNATURE cottonly-0.12.2.jar |Cottonly |cottonly |0.12.2 |DONE |Manifest: NOSIGNATURE ravencoffee-0.4.1-1.19.2-43.1.1.jar |Raven Coffee Mod |ravencoffee |0.4.0 |DONE |Manifest: NOSIGNATURE CuteHermitCrabs 3.0.0 [1.19-1.19.2].jar |Cute Hermit Crabs |cutehermitcrabs |1.19-3.0.0 |DONE |Manifest: NOSIGNATURE food_enhancements-1.19.2-1.11.0.jar |Food Enhancements |food_enhancements |1.19.2-1.11.0 |DONE |Manifest: NOSIGNATURE autoplant-1.19-1.0.1.jar |autoplant |autoplant |1.19-1.0.1 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed propellerhats-1.19-1.0.1.jar |Propeller Hats |propellerhats |1.19-1.0.1 |DONE |Manifest: NOSIGNATURE apexcore-1.19.2-7.2.1.jar |ApexCore |apexcore |7.2.1 |DONE |Manifest: NOSIGNATURE fantasyfurniture-1.19.2-6.3.1.jar |Fantasy's Furniture |fantasyfurniture |6.3.1 |DONE |Manifest: NOSIGNATURE ruby-1.19.2.jar |Just Another Ruby Mod |ruby |1.19.2 |DONE |Manifest: NOSIGNATURE ColourfulGoats-1.19.2-1.0.jar |Colourful Goats |colourfulgoats |1.19.2-1.0 |DONE |Manifest: NOSIGNATURE Craftable Horse Armour Saddle-1.19-1.9.jar |CHA&S - Craftable Horse Armour|craftablehorsearmour |1.9 |DONE |Manifest: NOSIGNATURE player_companions_1.19.2-4.2.0.jar |Bo's Player Companions |player_companions |4.2.0 |DONE |Manifest: NOSIGNATURE unlit-1.19.2-1.2.0.5.jar |Unlit |unlit |1.2.0.5 |DONE |Manifest: NOSIGNATURE healingcampfire_1.19.2-3.9.jar |Healing Campfire |healingcampfire |3.9 |DONE |Manifest: NOSIGNATURE ExtraGems-1.19.x-(v.2.1.1).jar |ExtraGems |extragems |2.1.1 |DONE |Manifest: NOSIGNATURE betterfoliage-4.0.4.jar |Better Foliage |betterfoliage |4.0.4 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 4c7cd85d-6da5-419c-8aff-8655829deb5a FML: 43.1 Forge: net.minecraftforge:43.1.1 Kiwi Modules: kiwi:contributors kiwi:data snowrealmagic:core
September 4, 20223 yr Issue with propeller hats. Check you have the latest version then contact the mod author. java.lang.NoClassDefFoundError: net/minecraftforge/client/IItemRenderProperties at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012) at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at TRANSFORMER/[email protected]/xyz.przemyk.propellerhats.items.PropellerHatItem.initializeClient(PropellerHatItem.java:43) Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.