Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ohitsliv

Members
  • Joined

  • Last visited

Everything posted by Ohitsliv

  1. I keep getting The game crashed whilst rendering overlay Error: java.lang.ExceptionInInitializerError: null while i try and load the game. I have no idea what im doing tbh but ive added mods to my own creation and it wasnt crashing till today and I need help I have no idea how to code or how to read code. Here is the crash report. ---- Minecraft Crash Report ---- // Ouch. That hurt :( Time: 2024-02-29 17:29:17 Description: Rendering overlay java.lang.ExceptionInInitializerError: null at com.unlikepaladin.pfm.data.materials.ExtraCounterVariant.<clinit>(ExtraCounterVariant.java:21) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} at com.unlikepaladin.pfm.blocks.models.kitchenCounter.UnbakedKitchenCounterModel$2.<init>(UnbakedKitchenCounterModel.java:45) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} at com.unlikepaladin.pfm.blocks.models.kitchenCounter.UnbakedKitchenCounterModel.<clinit>(UnbakedKitchenCounterModel.java:33) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelBakery.handler$ddm000$pfm$addMirrorModel(ModelBakery.java:2586) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelBakery.m_119362_(ModelBakery.java) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelBakery.m_119341_(ModelBakery.java:243) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelBakery.m_119306_(ModelBakery.java:384) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelBakery.m_174903_(ModelBakery.java:136) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?] {re:mixin} at net.minecraft.client.resources.model.ModelBakery.m_119346_(ModelBakery.java:135) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at com.google.common.collect.RegularImmutableMap.forEach(RegularImmutableMap.java:292) ~[guava-31.1-jre.jar%23109!/:?] {} at net.minecraft.client.resources.model.ModelBakery.<init>(ModelBakery.java:134) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelManager.m_246505_(ModelManager.java:83) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture.biApply(CompletableFuture.java:1311) ~[?:?] {re:mixin} at java.util.concurrent.CompletableFuture$BiApply.tryFire(CompletableFuture.java:1280) ~[?:?] {} 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:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} Caused by: java.lang.IllegalStateException: Registry is already frozen at net.minecraftforge.registries.NamespacedWrapper.m_245419_(NamespacedWrapper.java:271) ~[forge-1.20.1-47.2.0-universal.jar%23809!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.fast_forge_dummies.NamespacedHolderHelperMixin,pl:mixin:A} at net.minecraftforge.registries.NamespacedWrapper.m_203693_(NamespacedWrapper.java:365) ~[forge-1.20.1-47.2.0-universal.jar%23809!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.fast_forge_dummies.NamespacedHolderHelperMixin,pl:mixin:A} at net.minecraft.world.level.block.Block.<init>(Block.java:66) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:additionalentityattributes.mixins.json:common.BlockMixin,pl:mixin:APP:sleep_tight.mixins.json:BlockMixin,pl:mixin:APP:mixins.shutter.json:FenceMixins,pl:mixin:APP:cfm.mixins.json:client.BlockMixin,pl:mixin:APP:puzzleslib.common.mixins.json:accessor.BlockAccessor,pl:mixin:APP:beachparty-common.mixins.json:BlockMixin,pl:mixin:APP:architectury-common.mixins.json:inject.MixinBlock,pl:mixin:APP:friendsandfoes-common.mixins.json:LightningRodBlockBlockMixin,pl:mixin:APP:another_furniture-common.mixins.json:BlockMixin,pl:mixin:APP:structure_gel.mixins.json:BlockMixin,pl:mixin:A} at net.minecraft.world.level.block.BaseEntityBlock.<init>(BaseEntityBlock.java:15) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,re:classloading} at com.unlikepaladin.pfm.blocks.HorizontalFacingBlockWithEntity.<init>(HorizontalFacingBlockWithEntity.java:19) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} at com.unlikepaladin.pfm.blocks.FreezerBlock.<init>(FreezerBlock.java:49) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} at com.unlikepaladin.pfm.registry.PaladinFurnitureModBlocksItems.<clinit>(PaladinFurnitureModBlocksItems.java:27) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} ... 21 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at com.unlikepaladin.pfm.data.materials.ExtraCounterVariant.<clinit>(ExtraCounterVariant.java:21) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} at com.unlikepaladin.pfm.blocks.models.kitchenCounter.UnbakedKitchenCounterModel$2.<init>(UnbakedKitchenCounterModel.java:45) ~[paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar%23714!/:?] {re:classloading} -- Overlay render details -- Details: Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apoli.mixins.json:GameRendererMixin,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:sleep_tight-common.mixins.json:GameRendererMixin,pl:mixin:APP:fairylights.mixins.json:GameRendererMixin,pl:mixin:APP:table_top_craft.mixins.json:GameRendererMixin,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin,pl:mixin:APP:immersive_aircraft.mixins.json:client.GameRendererMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:fancymenu.forge.mixins.json:client.MixinForgeGameRenderer,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23804!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-47.2.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,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.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} 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: vanilla -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 940112824 bytes (896 MiB) / 1983905792 bytes (1892 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz Identifier: Intel64 Family 6 Model 158 Stepping 9 Microarchitecture: Kaby Lake Frequency (GHz): 2.81 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 1050 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1c8d Graphics card #0 versionInfo: DriverVersion=31.0.15.5123 Graphics card #1 name: Intel(R) HD Graphics 630 Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 1024.00 Graphics card #1 deviceId: 0x591b Graphics card #1 versionInfo: DriverVersion=26.20.100.6859 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 25461.95 Virtual memory used (MB): 12678.07 Swap memory total (MB): 13312.00 Swap memory used (MB): 99.87 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Launched Version: forge-47.2.0 Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) HD Graphics 630 GL version 4.6.0 - Build 26.20.100.6859, 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: fast Resource Packs: Current Language: en_us CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: javafml@null [email protected] lowcodefml@null [email protected] [email protected] Mod List: perfectplushies-forge-1.20.1-1.9.0.jar |Perfect Plushies |perfectplushies |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE fetzisasiandeco-1.5.1-1.20.1.jar |Fetzi's Asian Decoration |fetzisasiandeco |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE rainbowreef-2.1-1.20.1.jar |Rainbow Reef |rainbowreef |2.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes |additionalentityattributes |1.4.0.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE scena-forge-1.0.103.jar |Scena |scena |1.0.103 |COMMON_SET|Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE Client Reset Packet-0.0.6.jar |Client Reset Packet |clientresetpacket |0.0.6 |COMMON_SET|Manifest: NOSIGNATURE hamsters-forge-1.0.3-1.20.1.jar |Hamsters |hamsters |1.20.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE cagerium-1.20.1-1.1.9.jar |cagerium |cagerium |1.20.1-1.1.9 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.2.1-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE apoli-forge-1.20.1-2.9.0.4.jar |Apoli |apoli |1.20.1-2.9.0.4 |COMMON_SET|Manifest: NOSIGNATURE IronJetpacks-1.20.1-7.0.3.jar |Iron Jetpacks |ironjetpacks |7.0.3 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.0.1-build.0289.jar |ForgeEndertech |forgeendertech |11.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE duckling-3.0.0-forge.jar |Duckling |duckling |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.13.0+mc1.20.1.jar |ModernFix |modernfix |5.13.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.4.jar |YUNG's API |yungsapi |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE spellbound-weapons-v4.0.5i.jar |Spellbound Weapons |spellbound_weapons_mr |4.0.5i |COMMON_SET|Manifest: NOSIGNATURE Shrink-1.20.1-1.4.5.jar |Shrink |shrink |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE Kambrik-6.1.1+1.20.1-forge.jar |Kambrik |kambrik |6.1.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.20.1-1.6.4.jar |Guard Villagers |guardvillagers |1.20.1-1.6.4 |COMMON_SET|Manifest: NOSIGNATURE ironbookshelves-1.20.1-1.2.5-forge.jar |Iron Bookshelves |ironbookshelves |1.20.1-1.2.5-forge |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.20.1-7.2.2.jar |Balm |balm |7.2.2 |COMMON_SET|Manifest: NOSIGNATURE FMDM-1.20.1-1.0.0.jar |Fnaf Music Disk Mod |fnaf_music_disk_mod |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE decorative_bottles-0.1.3.jar |Decorative Bottles |decorativebottles |1.20.1 - 0.1.3 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |COMMON_SET|Manifest: NOSIGNATURE Paraglider-forge-20.1.3.jar |Paraglider |paraglider |20.1.3 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |COMMON_SET|Manifest: NOSIGNATURE christmasculinarydesires - 1.0.0 1.20.1 forge.jar |Christmas Culinary Desires |christmas_culinary_desires |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE [Forge]ctov-3.4.2.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.2 |COMMON_SET|Manifest: NOSIGNATURE LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.0.0 |COMMON_SET|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 Emojiful-Forge-1.20.1-4.2.0.jar |Emojiful |emojiful |4.2.0 |COMMON_SET|Manifest: NOSIGNATURE embeddium-0.3.7+mc1.20.1.jar |Embeddium |embeddium |0.3.7+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.1.jar |Athena |athena |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE easy_piglins-1.20.1-1.0.1.jar |Easy Piglins |easy_piglins |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.20.1-2.16.0.jar |Structure Gel API |structure_gel |2.16.0 |COMMON_SET|Manifest: NOSIGNATURE xaeros_waystones_compability-1.0.jar |Xaero's Map - Waystones Compab|w2w2 |1.0 |COMMON_SET|Manifest: NOSIGNATURE torchmaster-20.1.5.jar |Torchmaster |torchmaster |20.1.5 |COMMON_SET|Manifest: NOSIGNATURE maidensmerrymaking-1.20.1-4.jar |Maiden's MerryMaking |maidensmerrymaking |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE BookNChanted.jar |Book N Chanted |book_n_chanted |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE morevillagers-forge-1.20.1-5.0.0.jar |More Villagers |morevillagers |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE mod-4.0.9.jar |GroovyModLoader |gml |4.0.9 |COMMON_SET|Manifest: NOSIGNATURE WaystonesTeleportPets-1.20-1.20.1--1.2.jar |Waystones Teleport Pets |w2pets |1.0 |COMMON_SET|Manifest: NOSIGNATURE ironfurnaces-1.20.1-4.1.4.jar |Iron Furnaces |ironfurnaces |4.1.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.1.2-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE transparent-forge-8.0.1+1.20.1.jar |Transparent |transparent |8.0.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE sleep_tight-1.20-1.1.19.jar |Sleep Tight |sleep_tight |1.20-1.1.19 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor TOYS 1.20.1.jar |MOA DECOR: TOYS |moa_decor_toys |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE fairylights-7.0.0-1.20.1.jar |Fairy Lights |fairylights |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE tidal-towns-1.2.jar |Tidal Towns |mr_tidal_towns |1.2 |COMMON_SET|Manifest: NOSIGNATURE Decorative Winter-forge-1.20.1-3.0.0.jar |Decorative Winter |decorative_winter |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE cluttered-2.1-1.20.1.jar |Cluttered |luphieclutteredmod |2.1 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-5.7.0+1.20.1.jar |Curios API |curios |5.7.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE origins-forge-1.20.1-1.10.0.5-all.jar |Origins |origins |1.20.1-1.10.0.5 |COMMON_SET|Manifest: NOSIGNATURE cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.2.jar |Searchables |searchables |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE AngelRing2-1.20.1-2.2.2.jar |Angel Ring 2 |angelring |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE nocube's_villagers_sell_animals_1.2.1_forge_1.20.1|Villagers Sell Animals (by NoC|villagersellanimals |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE Neighborly v1.1 for 1.20.1.jar |Neighborly |neighborly |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE shutters-2.0.2-1.20.1.jar |Shutter |shutter |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE Atlas Lib-1.20.1-1.1.11a.jar |Atlas Lib |atlaslib |1.1.10b |COMMON_SET|Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE mcw-roofs-2.3.0-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 mcw-furniture-3.2.2-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.2.2 |COMMON_SET|Manifest: NOSIGNATURE Chimes-v2.0.1-1.20.1.jar |Chimes |chimes |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE AdChimneys-1.20.1-10.1.4.0-build.0314.jar |Advanced Chimneys |adchimneys |10.1.4.0 |COMMON_SET|Manifest: NOSIGNATURE nitrogen_internals-1.20.1-1.0.2-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.2-neoforg|COMMON_SET|Manifest: NOSIGNATURE the_bumblezone-7.2.15+1.20.1-forge.jar |The Bumblezone |the_bumblezone |7.2.15+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |COMMON_SET|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 bettas-1.1.0.jar |Bettas |bettas |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE CustomStartingGear-1.20-2.0.3.jar |Custom Starter Gear |customstartinggear |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE more_music_discs_blossom.jar |More Music Discs |more_music_discs |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor ART 1.20.1.jar |MOA DECOR: ART |moa_decor_art |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE exoticbirds-1.20.1-1.0.0.jar |Exotic Birds |exoticbirds |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE DarkPaintings-Forge-1.20.1-17.0.4.jar |DarkPaintings |darkpaintings |17.0.4 |COMMON_SET|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.6-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE Better_Dogs_X_Doggy_Talents_Next_v1.2.1 [1.20-1.20|Better Dogs For DTN |betterdogs_dtn |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE SmartBrainLib-forge-1.20.1-1.13.jar |SmartBrainLib |smartbrainlib |1.13 |COMMON_SET|Manifest: NOSIGNATURE elytraslot-forge-6.3.0+1.20.1.jar |Elytra Slot |elytraslot |6.3.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar|Better Animations Collection |betteranimationscollection |8.0.0 |COMMON_SET|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 FishTank-1.0.2-1.20.1-forge.jar |Fish Tanks |fish_tank |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor GARDEN 1.20.1.jar |MOA DECOR: GARDEN |moa_decor_garden_ |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE TonsOfEnchants-1.20.1-1.0.jar |Tons Of Enchants |tonsofenchants |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE rechiseled-1.1.5c-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.5c |COMMON_SET|Manifest: NOSIGNATURE jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |COMMON_SET|Manifest: NOSIGNATURE lithostitched-forge-1.20.1-1.1.5.jar |Lithostitched |lithostitched |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE LaDDaXX_s_Insects_1.2.0.jar |LaDDaXX's Insects |laddaxxs_insects |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |COMMON_SET|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 Jellyfishing-2.0.3.jar |Jellyfishing |jellyfishing |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |COMMON_SET|Manifest: NOSIGNATURE mcw-holidays-1.1.0-mc1.20.1forge.jar |Macaw's Holidays |mcwholidays |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE integrated_api-1.3.7+1.20.1-forge.jar |Integrated API |integrated_api |1.3.7+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE TravelersBackpack-1.20.1-9.1.12.jar |Traveler's Backpack |travelersbackpack |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE GeOre-1.20.1-2.4.2.jar |GeOre |geore |2.4.2 |COMMON_SET|Manifest: NOSIGNATURE EpheroLib-1.20.1-FORGE-1.2.0.jar |BOZOID |epherolib |0.1.2 |COMMON_SET|Manifest: NOSIGNATURE smarterfarmers-1.20-1.8.3.jar |Smarter Farmers |smarterfarmers |1.20-1.8.3 |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |9.0.0.46 |COMMON_SET|Manifest: NOSIGNATURE BotanyPots-Forge-1.20.1-13.0.24.jar |BotanyPots |botanypots |13.0.24 |COMMON_SET|Manifest: NOSIGNATURE [FORGE_1_20_1]soft_and_squishy.jar |Soft and Squishy |soft_and_squishy |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor HOLIDAYS 1.20.1.jar |MOA DECOR: HOLIDAYS |moa_decor_holidays |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE morebrushes-1.0-forge-mc1.20.1.jar |More Brushes |morebrushes |1.0 |COMMON_SET|Manifest: NOSIGNATURE table_top_craft-1.20-6.1.1.jar |Table Top Craft |table_top_craft |1.20-6.1.1 |COMMON_SET|Manifest: NOSIGNATURE magicvibedecorations-HALLOWEEN 1.5.0 1.20.1 forge.|Magic Vibe Decorations |magic_vibe_decorations |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE dropplayerheads-1.0-1.20.1.jar |Drop Player Heads |dropplayerheads |1.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE Display Case-forge-1.20-1.0.8.jar |Display Case Mod |display_case |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE CraftTweaker-forge-1.20.1-14.0.36.jar |CraftTweaker |crafttweaker |14.0.36 |COMMON_SET|Manifest: NOSIGNATURE wondefulhats-1.20.1-v02.jar |wonderfulhats |wonderfulhats |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE aether_delight_1.0.0_forge_1.20.1.jar |Aether Delight |aetherdelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|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 wso16-forge-1.1.jar |Why stacks of 16? |wso16 |1.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-paths-1.0.4forge-mc1.20.1.jar |Macaw's Paths and Pavings |mcwpaths |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE idas_forge-1.8.4+1.20.1.jar |Integrated Dungeons and Struct|idas |1.8.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |COMMON_SET|Manifest: NOSIGNATURE smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.4.jar |TerraBlender |terrablender |3.0.1.4 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |COMMON_SET|Manifest: NOSIGNATURE scarecrowsterritory-1.1.11d-forge-mc1.20.jar |Scarecrows' Territory |scarecrowsterritory |1.1.11d |COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE domum_ornamentum-1.20-1.0.110-RELEASE-universal.ja|Domum Ornamentum |domum_ornamentum |1.20-1.0.110-RELEASE|COMMON_SET|Manifest: NOSIGNATURE calio-forge-1.20.1-1.11.0.2.jar |Calio |calio |1.20.1-1.11.0.2 |COMMON_SET|Manifest: NOSIGNATURE kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE Paintings-forge-1.20.1-11.0.0.0.jar |Paintings ++ |paintings |11.0.0.0 |COMMON_SET|Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|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 BalloonBox1.20.1(Forge)vs.1.0.3.jar |Balloon Box |balloonbox |1.20.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |COMMON_SET|Manifest: NOSIGNATURE Xaeros_Minimap_23.9.7_Forge_1.20.jar |Xaero's Minimap |xaerominimap |23.9.7 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodcore-1.20.4-1.0.5.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.20.1-FORGE-3.0.4.jar |Croptopia |croptopia |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE playdate-2.0.0-forge.jar |Playdate |playdate |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE structurize-1.20.1-1.0.700-RELEASE.jar |Structurize |structurize |1.20.1-1.0.700-RELEA|COMMON_SET|Manifest: NOSIGNATURE oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE FPSboost 1.20.1.jar |Better-fps |betterfps |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE moremobvariants-forge+1.20-1.2.2.jar |More Mob Variants |moremobvariants |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE lootr-1.20-0.7.31.78.jar |Lootr |lootr |0.7.31.77 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v8.1.17-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.17 |COMMON_SET|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 FriendlyFire-Forge-1.20.1-18.0.6.jar |FriendlyFire |friendlyfire |18.0.6 |COMMON_SET|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 christmascolonies-1.4.jar |christmascolonies mod |christmascolonies |1.4 |COMMON_SET|Manifest: NOSIGNATURE cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|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 chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |COMMON_SET|Manifest: NOSIGNATURE realmrpg_pots_and_mimics_1.0.2_forge_1.20.1.jar |Realm RPG: Pots & Mimics |pots_and_mimics |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE Tropicraft-9.6.3.jar |Tropicraft |tropicraft |9.6.3 |COMMON_SET|Manifest: NOSIGNATURE butterflies-3.0.2-for-1.20.1.jar |Butterfly Mod |butterflies |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE endportalrecipe-1.20.1-5.2.jar |End Portal Recipe |endportalrecipe |5.2 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.2.jar |GeckoLib 4 |geckolib |4.4.2 |COMMON_SET|Manifest: NOSIGNATURE ars_nouveau-1.20.1-4.9.0-all.jar |Ars Nouveau |ars_nouveau |4.9.0 |COMMON_SET|Manifest: NOSIGNATURE aether-1.20.1-1.2.0-neoforge.jar |The Aether |aether |1.20.1-1.2.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE lost_aether_content-1.20.1-1.2.3.jar |Aether: Lost Content |lost_aether_content |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE deep_aether-1.20.1-1.0.2.jar |Deep Aether |deep_aether |1.20.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE aeroblender-1.20.1-1.0.1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.1-neoforg|COMMON_SET|Manifest: NOSIGNATURE aether-redux-1.3.4-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE towntalk-1.20.1-1.0.1.jar |TownTalk |towntalk |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE AdditionalBanners-Forge-1.20.1-14.0.4.jar |AdditionalBanners |additionalbanners |14.0.4 |COMMON_SET|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-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |COMMON_SET|Manifest: NOSIGNATURE morediscs-1.20.1-32-forge.jar |MoreDiscs |morediscs |1.20.1-32-forge |COMMON_SET|Manifest: NOSIGNATURE fltpot-1.20.1-0.3.2.jar |Flight Potion |fltpot |1.20.1-0.3.2 |COMMON_SET|Manifest: NOSIGNATURE DoggyTalentsNext-1.20.1-1.18.8.jar |Doggy Talents Next |doggytalents |1.18.8 |COMMON_SET|Manifest: NOSIGNATURE connectivity-1.20.1-4.9.jar |Connectivity Mod |connectivity |1.20.1-4.9 |COMMON_SET|Manifest: NOSIGNATURE minecraft_dungeons_paintings_mod-2.0.0.jar |Minecraft Dungeons Paintings M|minecraft_dungeons_paintings_m|2.0.0 |COMMON_SET|Manifest: NOSIGNATURE immersive_aircraft-0.7.1+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.6.3.553.jar |Sophisticated Core |sophisticatedcore |0.6.3.553 |COMMON_SET|Manifest: NOSIGNATURE villagernames-1.20.1-7.3.jar |Villager Names |villagernames |7.3 |COMMON_SET|Manifest: NOSIGNATURE mcwfurnituresbop-1.20-1.1.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE XaerosWorldMap_1.37.8_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.37.8 |COMMON_SET|Manifest: NOSIGNATURE cookingforblockheads-forge-1.20.1-16.0.3.jar |CookingForBlockheads |cookingforblockheads |16.0.3 |COMMON_SET|Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE jumpoverfences-forge-1.20.1-1.3.1.jar |Jump Over Fences |jumpoverfences |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.5.4-1.20.1.jar |Citadel |citadel |2.5.4 |COMMON_SET|Manifest: NOSIGNATURE Rats-1.20.1-8.1.2.jar |Rats |rats |1.20.1-8.1.2 |COMMON_SET|Manifest: NOSIGNATURE forge-1.20.1-47.2.0-universal.jar |Forge |forge |47.2.0 |COMMON_SET|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 commonality-1.20.1-7.0.0.jar |Commonality |commonality |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE Zeta-1.0-13.jar |Zeta |zeta |1.0-13 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.3.2.jar |MixinExtras |mixinextras |0.3.2 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.1.9.jar |Bookshelf |bookshelf |20.1.9 |COMMON_SET|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 sophisticatedbackpacks-1.20.1-3.20.1.1012.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.1.1012 |COMMON_SET|Manifest: NOSIGNATURE technoblade plushies 1.20.1 release 1.jar |technoblade plushies |technoblade_plushies |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Waddles-1.20.1-0.9.4.jar |Waddles |waddles |0.9.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE Steam_Rails-1.5.3+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.5.3+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE darktimer-forge-1.20.1-1.0.9.jar |DarkTimer |darktimer |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |COMMON_SET|Manifest: NOSIGNATURE melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE interiors-0.5.2+mc1.20.1-FORGE.jar |Create: Interiors |interiors |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE macawsroofsbop-1.20-1.0.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE paladin-furniture-mod-1.2.0-forge-mc1.20.1.jar |Paladin's Furniture |pfm |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2145-universal.jar |The Twilight Forest |twilightforest |4.3.2145 |COMMON_SET|Manifest: NOSIGNATURE konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-flowerymooblooms-forge-mc1.20.1-2.0|Friends&Foes - Flowery Moobloo|flowerymooblooms |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE macawsbridgesbop-1.20-1.1.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE chefs-delight-1.0.3-forge-1.20.1.jar |Chefs Delight |chefsdelight |1.0.3-forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ends_delight-1.20.1-1.0.1.jar |End's Delight |ends_delight |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE mageflame-1.20.1-1.4.0.jar |MageFlame |mageflame |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE gottschcore-1.20.1-2.1.0.jar |GottschCore |gottschcore |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE CozyHome-2.2.8-1.20.1.jar |Cozy Home |cozy_home |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE skinned_lanterns-1.20.1-1.3.5.jar |Skinned Lanterns |skinnedlanterns |1.20.1-1.3.5 |COMMON_SET|Manifest: NOSIGNATURE StarMetal1.20.1(Forge)vs1.0.2.jar |Star Metal - Mending Book Alte|starmetal |1.20.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE colorfulhearts-forge-1.20.1-4.0.4.jar |Colorful Hearts |colorfulhearts |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE Glasses-Forge-1.20.1-1.2.5.jar |Glasses |glasses |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE villagespawnpoint-1.20.1-4.2.jar |Village Spawn Point |villagespawnpoint |4.2 |COMMON_SET|Manifest: NOSIGNATURE Bountiful-6.0.3+1.20.1-forge.jar |Bountiful |bountiful |6.0.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor COOKERY 1.20.2.jar |MOA DECOR: COOKERY |moa_decor_cookery |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE ars_artifice-1.20.1-2.0.4.jar |Ars Artifice |ars_artifice |1.20.1-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE ars_caelum-1.20.1-1.2.0.jar |Ars Caelum |ars_caelum |1.20.1-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE blockui-1.20.1-0.0.98-ALPHA.jar |UI Library Mod |blockui |1.20.1-0.0.98-ALPHA |COMMON_SET|Manifest: NOSIGNATURE multipiston-1.20-1.2.31-ALPHA.jar |Multi-Piston |multipiston |1.20-1.2.31-ALPHA |COMMON_SET|Manifest: NOSIGNATURE collective-1.20.1-7.36.jar |Collective |collective |7.36 |COMMON_SET|Manifest: NOSIGNATURE camera-1.20.1-1.0.6.jar |Camera Mod |camera |1.20.1-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE simplehats-forge-1.20.1-0.2.2.jar |SimpleHats |simplehats |1.20.1-0.2.2 |COMMON_SET|Manifest: NOSIGNATURE xercapaint-1.20.1-1.0.0.jar |Joy of Painting |xercapaint |1.20.1-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE spells_and_shields-1.20.1-2.16.0.jar |Spells & Shields |spells_and_shields |1.20.1-2.16.0 |COMMON_SET|Manifest: NOSIGNATURE ftb-ultimine-forge-2001.1.4.jar |FTB Ultimine |ftbultimine |2001.1.4 |COMMON_SET|Manifest: NOSIGNATURE usefulhats-1.20.1-4.2.0.0.jar |Useful Hats |usefulhats |1.20.1-4.2.0.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.23.jar |Resourceful Lib |resourcefullib |2.1.23 |COMMON_SET|Manifest: NOSIGNATURE starterkit-1.20.1-6.2.jar |Starter Kit |starterkit |6.2 |COMMON_SET|Manifest: NOSIGNATURE eatinganimation-1.20-5.0.0.jar |Eating Animation |eatinganimation |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE brb-1.10.0+1.20.0-1.jar |Better Recipe Book |brb |1.10.0+1.20.0-1 |COMMON_SET|Manifest: NOSIGNATURE doapi-1.2.8-forge.jar |Lets Do Api |doapi |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE sprinklerz-0.5_forge.jar |Sprinklerz |sprinklerz |0.5 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-2001.1.5.jar |FTB Library |ftblibrary |2001.1.5 |COMMON_SET|Manifest: NOSIGNATURE furnish-26-forge.jar |Furnish |furnish |26 |COMMON_SET|Manifest: NOSIGNATURE animal_feeding_trough-1.0.3+1.20.1-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.0.3+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE ftb-filter-system-forge-1.0.2.jar |FTB Filter System |ftbfiltersystem |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE letsdo-beachparty-forge-1.1.3.jar |Beachparty |beachparty |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-2001.1.4.jar |FTB Teams |ftbteams |2001.1.4 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-2001.3.3.jar |FTB Quests |ftbquests |2001.3.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-ranks-forge-2001.1.3.jar |FTB Ranks |ftbranks |2001.1.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-essentials-forge-2001.2.2.jar |FTB Essentials |ftbessentials |2001.2.2 |COMMON_SET|Manifest: NOSIGNATURE cupboard-1.20.1-2.3.jar |Cupboard utilities |cupboard |1.20.1-2.3 |COMMON_SET|Manifest: NOSIGNATURE trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |COMMON_SET|Manifest: NOSIGNATURE framework-forge-1.20.1-0.6.26.jar |Framework |framework |0.6.26 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 smallships-forge-1.20.1-2.0.0-b1.0.jar |Small Ships |smallships |2.0.0-b1.0 |COMMON_SET|Manifest: NOSIGNATURE Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmours - 1.3.4.1 - 1.20.1.jar |CosmeticArmours |cosmeticarmoursmod |1.3.4.1 |COMMON_SET|Manifest: NOSIGNATURE voidtotem-forge-1.20-3.0.1.jar |Void Totem |voidtotem |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE Heads-1.20.1-1.1.2.jar |Heads |heads |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE easy_mob_farm_1.20.1-7.1.0.jar |Easy Mob Farm |easy_mob_farm |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE JustOutdoorStuffs-1.20.1-forge-v1.0.2.jar |Just Outdoor Stuffs |justoutdoorstuffs |1.0.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE BedBenefits-Forge-1.20.1-13.0.3.jar |BedBenefits |bedbenefits |13.0.3 |COMMON_SET|Manifest: NOSIGNATURE batsgalore-forge-1.20.1-1.2.0.jar |Bats Galore |batsgalore |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE Cucumber-1.20.1-7.0.7.jar |Cucumber Library |cucumber |7.0.7 |COMMON_SET|Manifest: NOSIGNATURE trashslot-forge-1.20-15.1.0.jar |TrashSlot |trashslot |15.1.0 |COMMON_SET|Manifest: NOSIGNATURE amendments-1.20-1.1.1.jar |Amendments |amendments |1.20-1.1.1 |COMMON_SET|Manifest: NOSIGNATURE MoreJellyfish-2.0.0.jar |More Jellyfish |more_jellyfish |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE limitedchunks-1.20.1-4.0.jar |Limited Chunkloading |limitedchunks |1.8 |COMMON_SET|Manifest: NOSIGNATURE amwplushies-forge-1.20.1-3.0.21.jar |A Man With Plushies |a_man_with_plushies |3.0.21 |COMMON_SET|Manifest: NOSIGNATURE ash_api-forge-3.0.2+1.20.1.jar |Ash API |ash_api |3.0.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE justmobheads-1.20.1-7.5.jar |Just Mob Heads |justmobheads |7.5 |COMMON_SET|Manifest: NOSIGNATURE Spring's Plushies 1.20.1 v1.5.jar |SpringsGoofyPlushies |springsgoofyplushies |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE furnitureexpanded-1.20.1-1.1.jar |Furniture Expanded |furnitureexpanded |1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE ars_creo-1.20.1-4.0.1.jar |Ars Creo |ars_creo |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |COMMON_SET|Manifest: NOSIGNATURE christmasfestivity-1.20.1-1.6.3-forge.jar |Christmas Festivity |christmasfestivity |1.20.1-1.6.3-forge |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-6.3.5+1.20.1.jar |Comforts |comforts |6.3.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Tumbleweed-forge-1.20.1-0.5.5.jar |Tumbleweed |tumbleweed |0.5.5 |COMMON_SET|Manifest: NOSIGNATURE BotanyPots-Pixelmon-Forge-1.20.1-2.0.0.jar |BotanyPots-Pixelmon |botanypotspixelmon |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE artifacts-forge-9.2.2.jar |Artifacts |artifacts |9.2.2 |COMMON_SET|Manifest: NOSIGNATURE pokelucky-10.14.7-reforged-9.2.3(1.20.1).jar |Pokelucky |pokelucky |10.14.7 |COMMON_SET|Manifest: NOSIGNATURE decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor SCIENCE 1.20.1.jar |MOA DECOR: SCIENCE |moa_decor_science |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE create-confectionery1.20.1_v1.1.0.jar |Create Confectionery |create_confectionery |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE mighty_mail-forge-1.20.1-1.0.14.jar |Mighty Mail |mighty_mail |1.0.14 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE inventorypets-1.20.1-2.0.20.jar |Inventory Pets |inventorypets |2.0.20 |COMMON_SET|Manifest: NOSIGNATURE giftsofgiving-forge-1.20.1-1.1.1.jar |Gifts of Giving |giftsofgiving |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.20.1-7.0.1.jar |Blueprint |blueprint |7.0.1 |ERROR |Manifest: NOSIGNATURE watut-forge-1.20.1-1.1.0.jar |What Are They Up To |watut |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE Animalistic_mod_1.2.2_1.20.1.jar |Animalistic |animalistic_a |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE nfm-2023.12.09-1.20.1.jar |Nosiphus Furniture Mod |nfm |2023.12.09 |COMMON_SET|Manifest: NOSIGNATURE ftb-chunks-forge-2001.2.5.jar |FTB Chunks |ftbchunks |2001.2.5 |COMMON_SET|Manifest: NOSIGNATURE scuba_gear-1.20.1-1.0.6.jar |Scuba Gear |scuba_gear |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.20.1-2.0.9.jar |Friends&Foes |friendsandfoes |2.0.9 |COMMON_SET|Manifest: NOSIGNATURE thingamajigs-1.20.1-1.7.1.jar |Thingamajigs |thingamajigs |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE Pixelmon-1.20.1-9.2.3-universal.jar |Pixelmon |pixelmon |9.2.3 |COMMON_SET|Manifest: NOSIGNATURE ars_trinkets-1.20.1-2.3.1.jar |Ars Nouveau Trinkets |ars_trinkets |1.20.1-2.3.1 |COMMON_SET|Manifest: NOSIGNATURE simplyswords-forge-1.54.0-1.20.1.jar |Simply Swords |simplyswords |1.54.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar |EnchantmentDescriptions |enchdesc |17.0.14 |COMMON_SET|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 moonlight-1.20-2.10.10-forge.jar |Moonlight Library |moonlight |1.20-2.10.10 |COMMON_SET|Manifest: NOSIGNATURE babyfat-1.0.0.jar |Baby Fat |babyfat |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.20-1.20.0.jar |Tool Belt |toolbelt |1.20.0 |COMMON_SET|Manifest: NOSIGNATURE nightlights-1.20.1-1.1.jar |Night Lights |nightlights |1.1 |COMMON_SET|Manifest: NOSIGNATURE mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.20.1-forge-11.7.1.jar |Jade |jade |11.7.1 |COMMON_SET|Manifest: NOSIGNATURE snowyspirit-1.20-3.0.6.jar |Snowy Spirit |snowyspirit |1.20-3.0.6 |COMMON_SET|Manifest: NOSIGNATURE another_furniture-forge-1.20.1-3.0.1.jar |Another Furniture |another_furniture |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE CreativeCore_FORGE_v2.11.24_mc1.20.1.jar |CreativeCore |creativecore |2.11.24 |COMMON_SET|Manifest: NOSIGNATURE decorative-gaming-consoles-forge-1.20.1-1.1.0.jar |Decorative Gaming Consoles |decorative_gaming_consoles |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE easy_villagers-1.20.1-1.0.17.jar |Easy Villagers |easy_villagers |1.20.1-1.0.17 |COMMON_SET|Manifest: NOSIGNATURE plushies-1.4.0-forge.jar |Plushie Mod |plushies |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE justplayerheads-1.20.1-3.3.jar |Just Player Heads |justplayerheads |3.3 |COMMON_SET|Manifest: NOSIGNATURE Quark-4.0-436.jar |Quark |quark |4.0-436 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.20-2.8.4.jar |Supplementaries |supplementaries |1.20-2.8.4 |COMMON_SET|Manifest: NOSIGNATURE suppsquared-1.20-1.1.14.jar |Supplementaries Squared |suppsquared |1.20-1.1.14 |COMMON_SET|Manifest: NOSIGNATURE mes-1.3-1.20-forge.jar |Moog's End Structures |mes |1.3-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE storagedrawers-1.20.1-12.0.2.jar |Storage Drawers |storagedrawers |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE ars_elemental-1.20.1-0.6.4.1.jar |Ars Elemental |ars_elemental |1.20.1-0.6.4.1 |COMMON_SET|Manifest: NOSIGNATURE irons_spellbooks-1.20.1-3.0.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE variantchiseledbookshelves-1.0.jar |Variant Chiseled Bookshelves |variantchiseledbookshelves |1.0 |COMMON_SET|Manifest: NOSIGNATURE betterchunkloading-1.20.1-3.3.jar |betterchunkloading mod |betterchunkloading |1.20.1-3.3 |COMMON_SET|Manifest: NOSIGNATURE 1.30.1forge.jar |fnaf plushie mod |fnaf_plushie_mod |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Statues-1.20.1-0.4.0.3.jar |Statues Mod |statues |0.4.0.3 |COMMON_SET|Manifest: NOSIGNATURE betterarcheology-1.1.6-1.20.1.jar |Better Archeology |betterarcheology |1.1.6-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE MOAdecor LIGHTS 1.20.1.jar |MOA DECOR: LIGHTS |moa_decor_lights |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fancymenu_forge_3.1.1_MC_1.20.1.jar |FancyMenu |fancymenu |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE GeOre_Nouveau-1.20.1-0.4.1.jar |GeOre Nouveau |georenouveau |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-3.0.2-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE automobility-0.4.2+1.20.1-forge.jar |Automobility |automobility |0.4.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|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 apexcore-1.20.1-10.0.0.jar |ApexCore |apexcore |10.0.0 |COMMON_SET|Manifest: NOSIGNATURE fantasyfurniture-1.20.1-9.0.0.jar |Fantasy's Furniture |fantasyfurniture |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE charmofundying-forge-6.4.5+1.20.1.jar |Charm of Undying |charmofundying |6.4.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Placid_Plastic_Duck_Sim_Beta_1.7.jar |Placid Plastic Duck Simulator |placid_plastic_duck_simulator |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE 3dplaceablefood -1.5.0 1.20.1 forge.jar |3D Placeable food |placeable_food |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE reddens_stone_lanterns_1.0.3-forge1.20.1.jar |Redden's Stone Lanterns |reddensstonelantern |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE theducksmod-forge-1.20.1-1.2.3.jar |The Ducks Mod |theducksmod |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE spells_and_shields_x_origins-1.20.1-2.16.0.jar |Spells & Shields: The Power of|spells_and_shields_x_origins |1.20.1-2.16.0 |COMMON_SET|Manifest: NOSIGNATURE expandability-forge-9.0.0.jar |ExpandAbility |expandability |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE chisels-and-bits-forge-1.4.147.jar |chisels-and-bits |chiselsandbits |1.4.147 |COMMON_SET|Manifest: NOSIGNATURE exlinefurniture-forge-1.20.1-2.7.3.jar |Exline's Furniture Mod |exlinefurniture |2.7.3 |COMMON_SET|Manifest: NOSIGNATURE OpenBlocksTrophies-1.20.1-4.0.0.jar |OpenBlocks Trophies |obtrophies |1.20.1-4.0.0 |COMMON_SET|Manifest: NOSIGNATURE Flywheel Backend: Uninitialized Crash Report UUID: e7ba7813-2146-49fa-8ea4-8416048306a7 FML: 47.2 Forge: net.minecraftforge:47.2.0

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.