Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // I let you down. Sorry :(
- Time: 2025-07-23 00:11:34
- Description: mouseClicked event handler
- java.lang.IllegalStateException: Failed to load registries due to above errors
- at knot//MC//net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:181)
- at knot//MC//net.minecraft.registry.RegistryLoader.mixinextras$bridge$method_45121$41(RegistryLoader.java)
- at knot//MC//net.minecraft.registry.RegistryLoader.wrapOperation$egc000$fabric-registry-sync-v0$wrapIsServerCall(RegistryLoader.java:2056)
- at knot//MC//net.minecraft.registry.RegistryLoader.mixinextras$bridge$wrapOperation$egc000$fabric-registry-sync-v0$wrapIsServerCall$44(RegistryLoader.java)
- at knot//MC//net.minecraft.registry.RegistryLoader.wrapOperation$eid000$fabric-resource-conditions-api-v1$captureRegistries(RegistryLoader.java:2557)
- at knot//MC//net.minecraft.registry.RegistryLoader.loadFromResource(RegistryLoader.java:151)
- at knot//MC//net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:62)
- at knot//MC//net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:66)
- at knot//MC//net.minecraft.server.SaveLoading.load(SaveLoading.java:32)
- at knot//MC//net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:310)
- at knot//MC//net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:183)
- at knot//MC//net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:106)
- at knot//MC//net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:51)
- at knot//MC//net.minecraft.client.gui.screen.Screen.init(Screen.java:309)
- at knot//MC//net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1143)
- at knot//MC//net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:146)
- at knot//MC//net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:96)
- at knot//MC//net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:48)
- at knot//MC//net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:141)
- at knot//MC//net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
- at knot//MC//net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:295)
- at knot//MC//net.minecraft.client.Mouse.method_1611(Mouse.java:107)
- at knot//MC//net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:431)
- at knot//MC//net.minecraft.client.Mouse.onMouseButton(Mouse.java:107)
- at knot//MC//net.minecraft.client.Mouse.method_22686(Mouse.java:196)
- at knot//MC//net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:108)
- at knot//MC//net.minecraft.client.Mouse.method_22684(Mouse.java:196)
- at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
- at knot//org.lwjgl.system.JNI.invokeV(Native Method)
- at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
- at knot//com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
- at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1310)
- at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
- at knot//net.minecraft.client.main.Main.main(Main.java:256)
- at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
- at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
- at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Render thread
- Stacktrace:
- at knot//MC//net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:181)
- at knot//MC//net.minecraft.registry.RegistryLoader.mixinextras$bridge$method_45121$41(RegistryLoader.java)
- at knot//MC//net.minecraft.registry.RegistryLoader.wrapOperation$egc000$fabric-registry-sync-v0$wrapIsServerCall(RegistryLoader.java:2056)
- at knot//MC//net.minecraft.registry.RegistryLoader.mixinextras$bridge$wrapOperation$egc000$fabric-registry-sync-v0$wrapIsServerCall$44(RegistryLoader.java)
- at knot//MC//net.minecraft.registry.RegistryLoader.wrapOperation$eid000$fabric-resource-conditions-api-v1$captureRegistries(RegistryLoader.java:2557)
- at knot//MC//net.minecraft.registry.RegistryLoader.loadFromResource(RegistryLoader.java:151)
- at knot//MC//net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:62)
- at knot//MC//net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:66)
- at knot//MC//net.minecraft.server.SaveLoading.load(SaveLoading.java:32)
- at knot//MC//net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:310)
- at knot//MC//net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:183)
- at knot//MC//net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:106)
- at knot//MC//net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:51)
- at knot//MC//net.minecraft.client.gui.screen.Screen.init(Screen.java:309)
- at knot//MC//net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1143)
- at knot//MC//net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:146)
- at knot//MC//net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:96)
- at knot//MC//net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:48)
- at knot//MC//net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:141)
- at knot//MC//net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
- at knot//MC//net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:295)
- at knot//MC//net.minecraft.client.Mouse.method_1611(Mouse.java:107)
- Mixins in Stacktrace: None found
- -- Affected screen --
- Details:
- Screen name: net.minecraft.class_442
- Stacktrace:
- at knot//MC//net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:431)
- at knot//MC//net.minecraft.client.Mouse.onMouseButton(Mouse.java:107)
- at knot//MC//net.minecraft.client.Mouse.method_22686(Mouse.java:196)
- at knot//MC//net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:108)
- at knot//MC//net.minecraft.client.Mouse.method_22684(Mouse.java:196)
- at knot//org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
- at knot//org.lwjgl.system.JNI.invokeV(Native Method)
- at knot//org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3509)
- at knot//com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:184)
- at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1310)
- at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
- at knot//net.minecraft.client.main.Main.main(Main.java:256)
- at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
- at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
- at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
- Mixins in Stacktrace:
- com.mojang.blaze3d.systems.RenderSystem:
- net.irisshaders.iris.mixin.MixinRenderSystem (mixins.iris.json)
- net.irisshaders.iris.mixin.statelisteners.MixinRenderSystem (mixins.iris.json)
- net.caffeinemc.mods.sodium.mixin.workarounds.event_loop.RenderSystemMixin (sodium-common.mixins.json)
- net.raphimc.immediatelyfast.injection.mixins.hud_batching.compat.MixinRenderSystem (immediatelyfast-common.mixins.json)
- io.wispforest.owo.mixin.ui.RenderSystemMixin (owo.mixins.json)
- net.irisshaders.iris.mixin.MixinGlStateManager (mixins.iris.json)
- me.ramidzkh.fabrishot.mixins.RenderSystemMixin (mixins.fabrishot.json)
- net.minecraft.client.main.Main:
- fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json)
- dev.kir.cubeswithoutborders.client.mixin.MainMixin (cubes-without-borders.mixins.json)
- mc.euphoria_patches.euphoria_patcher.mixin.EuphoriaPatcherMixin (euphoria_patcher.mixins.json)
- -- Cobblemon --
- Details:
- Version: 1.6.1
- Is Snapshot: false
- Git Commit: c66de51 (https://gitlab.com/cable-mc/cobblemon/-/commit/c66de51e39dd5144bde3550f630b58f67a835b65)
- Branch: HEAD
- -- System Details --
- Details:
- Minecraft Version: 1.21.1
- Minecraft Version ID: 1.21.1
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 21.0.7, Microsoft
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
- Memory: 473976768 bytes (452 MiB) / 3590324224 bytes (3424 MiB) up to 12247367680 bytes (11680 MiB)
- CPUs: 16
- Processor Vendor: AuthenticAMD
- Processor Name: AMD Ryzen 7 5700X3D 8-Core Processor
- Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
- Microarchitecture: Zen 3
- Frequency (GHz): 3.00
- Number of physical packages: 1
- Number of physical CPUs: 8
- Number of logical CPUs: 16
- Graphics card #0 name: NVIDIA GeForce RTX 3070
- Graphics card #0 vendor: NVIDIA
- Graphics card #0 VRAM (MiB): 8192.00
- Graphics card #0 deviceId: VideoController1
- Graphics card #0 versionInfo: 32.0.15.6636
- Memory slot #0 capacity (MiB): 16384.00
- Memory slot #0 clockSpeed (GHz): 3.20
- Memory slot #0 type: DDR4
- Memory slot #1 capacity (MiB): 16384.00
- Memory slot #1 clockSpeed (GHz): 3.20
- Memory slot #1 type: DDR4
- Virtual memory max (MiB): 37521.15
- Virtual memory used (MiB): 20975.05
- Swap memory total (MiB): 4864.00
- Swap memory used (MiB): 1.00
- Space in storage for jna.tmpdir (MiB): available: 480791.25, total: 976087.50
- Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 480791.25, total: 976087.50
- Space in storage for io.netty.native.workdir (MiB): available: 480791.25, total: 976087.50
- Space in storage for java.io.tmpdir (MiB): available: 480791.25, total: 976087.50
- Space in storage for workdir (MiB): available: 480791.25, total: 976087.50
- JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx11680m -Xms256m
- Fabric Mods:
- accelerateddecay: Accelerated Decay 21.0.0
- accessories: Accessories 1.1.0-beta.44+1.21.1
- additionallanterns: Additional Lanterns 1.1.2
- advancednetherite: Advanced Netherite 2.3.0-1.21.1
- advancementplaques: Advancement Plaques 1.6.8
- almanac: Almanac 1.0.2
- almostperfectlegendaryivs: Almost Perfect Legendary IVs 1.0.2
- ambientenvironment: AmbientEnvironment 18.0.0.2
- ambientsounds: AmbientSounds 6.1.12
- amendments: Amendments 1.21-1.2.24
- animal_feeding_trough: Animal Feeding Trough 1.1.2+1.21.1
- appleskin: AppleSkin 3.0.6+mc1.21
- architectury: Architectury 13.0.8
- armorstatues: Armor Statues 21.1.0
- statuemenus: Statue Menus 21.1.0
- athena: Athena 4.0.2
- azurelib: AzureLib 3.0.21
- azurelibarmor: AzureLib Armor 3.0.12
- badgebox: Badge Box 1.1.1
- badoptimizations: BadOptimizations 2.3.0
- balm: Balm 21.0.48
- kuma_api: KumaAPI 21.0.5
- bcc: BetterCompatibilityChecker 21.1.0
- beautify: Beautify 1.3.0+1.21.1
- bedrockify: BedrockIfy 1.10.1+mc1.21
- berrypouch: Berry Pouch 0.4.2-beta
- better_climbing: Better Climbing 3
- better_end_sky: Better End Sky 0.3.0+1.21
- betteradvancements: Better Advancements 0.4.3.21
- betterdungeons: YUNG's Better Dungeons 1.21.1-Fabric-5.1.4
- betterenchanting: Better Enchanting 0.5.0
- betterendcitiesforbetterend: BetterEndCitiesForBetterEnd 1.21.1-1.0.0
- betterfortresses: YUNG's Better Nether Fortresses 1.21.1-Fabric-3.1.5
- betterfurnacesreforged: Better Furnaces Reforged 1.1.2518.1
- betterloot: Better Loot 2.0+mc1.21.1
- bettermineshafts: YUNG's Better Mineshafts 1.21.1-Fabric-5.1.1
- bettermounthud: Better Mount HUD 1.2.4
- betterpingdisplay: Better Ping Display 1.1.1
- betterstrongholds: YUNG's Better Strongholds 1.21.1-Fabric-5.1.3
- betterthanmending: BetterThanMending 2.2.0
- betterthirdperson: Better Third Person 1.9.0
- bhmenu: BHMenu-Fabric 1.21-2.5.1
- biomespawnpoint: Biome Spawn Point 2.4
- blahaj: Blåhaj 2.0.0
- blockrunner: Block Runner 21.1.2
- neoforgedatapackextensions: NeoForge Data Pack Extensions 21.1.2
- boatbreakfix: Boat Break Fix 1.0.2
- bookshelf: Bookshelf 21.1.67
- brendons_bottlecaps: Brendon's Bottlecaps 1.2.1
- bridgingmod: Bridging Mod 2.6.2+1.21.1
- bwncr: Bad Wither No Cookie Reloaded 3.20.2
- camerapture: Camerapture 1.10.6
- io_github_darkxanter_webp-imageio: webp-imageio 0.3.2
- camerautils: Camera Utils 1.21.1-1.0.16
- fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
- fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a76a
- carrasconlib: Carrascon Lib 1.21.1-0.1
- carryon: Carry On 2.2.2
- caveore: Cave Spelunking 1.21.1-4.0
- celestial: Celestial 2.0
- chat_heads: Chat Heads 0.13.18
- cherishedworlds: Cherished Worlds 10.1.1+1.21.1
- chipped: Chipped 4.0.2
- chunky: Chunky 1.4.23
- chunkyborder: ChunkyBorder 1.2.18
- cicada: CICADA 0.13.0+1.21-1.21.1
- org_yaml_snakeyaml: snakeyaml 2.2
- citresewn: CIT Resewn 1.2.2+1.21
- citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
- clean-debug: Clean F3 0.4.9
- clean_tooltips: Clean Tooltips 1.1
- cloth-config: Cloth Config v15 15.0.140
- cloth-basic-math: cloth-basic-math 0.6.1
- clumps: Clumps 19.0.0.1
- clutter: Clutter 1.21.1-0.6.5
- terraform-wood-api-v1: Terraform Wood API (v1) 11.0.0
- cobblebadges: CobbleBadges 3.0.0+Beta-3+1.21.1
- cobbledelight: Cobblemon's Delight 0.1-1.20.X+
- cobbledollars: CobbleDollars 2.0.0+Beta-5.1+1.21.1
- cobblefurnies: CobbleFurnies 0.6.2
- cobbleloots: Cobbleloots: Loot Balls and More! 2.0.8
- cobblemon: Cobblemon 1.6.1+1.21.1
- cobblemon-legendary-birds-galarian: Cobblemon Legendary Birds Galarian 1.1
- cobblemon-legendary-dogs: Cobblemon Legendary Dogs 1.0
- cobblemon-legendary-lake-guardians: Cobblemon Legendary Lake Guardians 1.0
- cobblemon-mythical-collection: Cobblemon Mythical Collection 1.0
- cobblemon_capturexp: Cobblemon Capture EXP 1.6-fabric-1.1.0
- cobblemon_counter: Cobblemon Counter 1.6-fabric-1.5.0
- cobblemon_droploottables: Cobblemon Drop Loot Tables 1.6-fabric-1.4.1
- cobblemon_fixedstarterivs: Cobblemon Fixed Starter IVs 1.6-fabric-1.0.0
- cobblemon_knowlogy: Cobblemon Knowlogy 1.5.0
- cobblemon_legendary_birds: Cobblemon Legendary Birds 1.1
- cobblemon_legends_reborn: Cobblemon Legends Untold Reborn 3.0.0-fabric
- cobblemon_move_inspector: Cobblemon Move Inspector 1.2.0
- cobblemon_quests: Cobblemon Quests 1.1.14
- cobblemon_spawn_alerts: Cobblemon Spawn Alerts 1.8.1
- adventure-platform-fabric: adventure-platform-fabric 5.14.1
- net_kyori_adventure-api: adventure-api 4.17.0
- net_kyori_adventure-key: adventure-key 4.17.0
- net_kyori_adventure-platform-api: adventure-platform-api 4.3.3
- net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.17.0
- net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.17.0
- net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.17.0
- net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.17.0
- net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.17.0
- net_kyori_ansi: ansi 1.1.0
- net_kyori_examination-api: examination-api 1.3.0
- net_kyori_examination-string: examination-string 1.3.0
- net_kyori_option: option 1.0.0
- cobblemon_spawn_notification: Cobblemon Spawn Notification 1.6-fabric-1.3.5
- cobblemon_unchained: Cobblemon Unchained 1.6-fabric-1.2.3
- cobblemon_utility: Cobblemon Utility+ 1.6.1
- cobblemon_wiki_gui: Cobblemon Wiki Gui 2.0.2+1.21.1
- sgui: sgui 1.6.1+1.21.1
- cobblemonbreakouts: Cobblemon Outbreaks 1.0.0-1.21.1-fabric
- cobblemonchallenge: Cobblemon Challenge 2.1.0
- cobblemonextradata: Cobblemon Extra Data 1.0.0-SNAPSHOT
- cobblemonextrastructures: Cobblemon Extra Structures 1.1.0
- cobblemonintegrations: CobblemonIntegrations 1.1.3
- cobblemonridingfabric: Cobblemon Riding Fabric 1.3.7
- cobblemonsizevariation: CobblemonSizeVariation 1.2.0
- cobblenav: Cobblenav 2.2.3
- cobblepedia: Cobblepedia 0.7.0
- cobgyms: CobGyms 3.0.1
- cobweb: Cobweb 1.3.3
- collective: Collective 8.3
- comforts: Comforts 9.0.4+1.21.1
- cardinal-components-base: Cardinal Components API (base) 6.1.2
- cardinal-components-entity: Cardinal Components API (entities) 6.1.2
- spectrelib: SpectreLib 0.17.2+1.21
- companion: Companion 6.1.1+fabric
- configurable: Configurable 2.2.3
- configured: Configured 2.6.0
- connectiblechains: Connectible Chains 2.5.4+1.21.1
- constructionwand: Construction Wand (Fabric) 1.0.6
- continuity: Continuity 3.0.0+1.21
- controlify: Controlify 2.2.1+1.21.1-fabric
- dev_isxander_libsdl4j: libsdl4j 3.2.16.release-3.2.16-75
- dev_isxander_steamdeck4j: steamdeck4j 1.1.7
- mixinextras: MixinExtras 0.5.0-beta.4
- org_hid4java_hid4java: hid4java 0.8.0
- controlling: Controlling 19.0.5
- cookedcarrots: Cooked Carrots 0
- coolrain: CoolRain 1.1.0-1.21.1
- corgilib: CorgiLib 5.0.0.5
- com_electronwill_night-config_core: core 3.8.2
- com_electronwill_night-config_toml: toml 3.8.2
- coroutil: CoroUtil 1.21.1-1.3.8
- craftingtweaks: Crafting Tweaks 21.1.6
- craftpresence: CraftPresence 2.6.1
- fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
- crafttweaker: CraftTweaker 21.0.27
- org_reflections_reflections: reflections 0.10.2
- cratedelight: Crate Delight 24.11.22-1.21-fabric
- create_origins_compat: Create Origins Compat 1.0.0
- creativecore: CreativeCore 2.13.5
- net_neoforged_bus: bus 7.2.0
- cristellib: Cristel Lib 1.2.8
- blue_endless_jankson: jankson 1.2.3
- crops_xp: Crops XP 1.0.0
- ctgui: CraftTweaker GUI 0.3.0
- cubes-without-borders: Cubes Without Borders 3.0.0+mc1.21
- cupboard: cupboard 1.21-2.9
- custom_nether_portals: Custom Nether Portals 1.0.0
- cutteryeet: CutterYeet 1.0.0
- darkpaintings: DarkPaintings 21.1.2
- darksmelting: DarkSmelting - Smelt Armor and Tools 1.1.5
- dataanchor: Data Anchor 2.0.0.12
- debugify: Debugify 1.21.1+1.0
- deco_storage: Decorative Storage 2.612-beta-1.21.1-fabric
- deeperdarker: Deeper and Darker 1.3.3
- customportalapi: Custom Portal Api 0.0.1-beta66-1.21
- deimos: Deimos 2.2
- detailab: Detail Armor Bar 2.6.3+1.21.1-fabric
- dexrewards: DexRewards 2.0
- fabric-permissions-api-v0: fabric-permissions-api 0.3.1
- net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.17.0
- placeholder-api: Placeholder API 2.4.1+1.21
- diagonalfences: Diagonal Fences 21.1.1
- diagonalwalls: Diagonal Walls 21.1.2
- diagonalblocks: Diagonal Blocks 21.1.2
- diagonalwindows: Diagonal Windows 21.1.1
- dismountentity: Dismount Entity 3.6
- distraction_free_recipes: Distraction Free Recipes (EMI) 1.2.1
- doapi: [Let's Do] API 1.3.0-beta-release
- doubledoors: Double Doors 7.1
- drippyloadingscreen: Drippy Loading Screen 3.0.12
- dummmmmmy: MmmMmmMmmMmm 1.21-2.0.8
- durabilitytooltip: Durability Tooltip 1.1.5
- dustydecorations: Dusty Decorations Refabricated 1.1-1.21+1.21.1
- dynamic_fps: Dynamic FPS 3.9.5
- net_lostluma_battery: battery 1.3.0
- dynamiccrosshair: Dynamic Crosshair 9.8
- dynamiccrosshair-api: DynamicCrosshair API 1.2
- libbamboo: LibBamboo 2.16
- easymagic: Easy Magic 21.1.0
- easyshulkerboxes: Easy Shulker Boxes 21.1.3
- iteminteractions: Item Interactions 21.1.4
- eatinganimationid: Eating Animation 1.21+1.9.72
- elytraslot: Elytra Slot 9.0.1+1.21.1
- elytratrims: Elytra Trims 3.5.9
- conditional-mixin: conditional mixin 0.6.3
- emi: EMI 1.1.22+1.21.1+fabric
- emi_enchanting: EMI Enchanting 0.1.2+1.21
- emi_loot: EMI Loot 0.7.6+1.21+fabric
- emi_ores: EMI Ores 1.2+1.21.1+fabric
- emiffect: EMIffect 2.1.5+mc1.21.1
- emojiful: Emojiful 5.2.1
- com_esotericsoftware_yamlbeans_yamlbeans: yamlbeans 1.17
- enchanter_fix: Enchanter Fix 1.6
- enchdesc: EnchantmentDescriptions 21.1.7
- ender_pack: EnderPack 2.2.0
- ends_delight: End's Delight 2.5.2+refabricated.1.21.1
- enhanced_attack_indicator: Enhanced Attack Indicator 1.1.0+1.21
- enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
- enhancedcelestials: Enhanced Celestials 6.0.2.1
- entityculling: EntityCulling 1.8.2
- transition: TRansition 1.0.3
- trender: TRender 1.0.5
- euphoria_patcher: Euphoria Patcher 1.6.5-r5.5.1-fabric
- explorerscompass: Explorer's Compass 1.21.1-2.2.5-fabric
- explosionbreaksnoblock: Explosion Breaks No Block 0.3.0
- extra_mod_integrations: Extra Mod Integrations 1.0.2+1.21.1
- extra_mod_integrations_chipped: ExMI Chipped 1.0.2+1.21.1
- extra_mod_integrations_core: ExMI Core 1.0.2+1.21.1
- extra_mod_integrations_rechiseled: ExMI Rechiseled 1.0.2+1.21.1
- extra_mod_integrations_tech_reborn: ExMI Tech Reborn 1.0.2+1.21.1
- extremesoundmuffler: Extreme Sound Muffler 3.49.2
- fiber: fiber 0.23.0-2
- fabric-api: Fabric API 0.116.4+1.21.1
- fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
- fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
- fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
- fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
- fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
- fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
- fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
- fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
- fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
- fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
- fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
- fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
- fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
- fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
- fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.32+5b9dea2e19
- fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
- fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
- fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
- fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
- fabric-item-api-v1: Fabric Item API (v1) 11.1.1+d5debaed19
- fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
- fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
- fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
- fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
- fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
- fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
- fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
- fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
- fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
- fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
- fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.14+248df81c19
- fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1+e3eddc2119
- fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
- fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
- fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.69+df3654b319
- fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
- fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
- fabric-rendering-v0: Fabric Rendering (v0) 1.1.72+df3654b319
- fabric-rendering-v1: Fabric Rendering (v1) 5.1.0+ab4c25a019
- fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
- fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
- fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90+b559734419
- fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
- fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
- fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
- fabric-language-kotlin: Fabric Language Kotlin 1.13.4+kotlin.2.2.0
- org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.0
- org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.0
- org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.0
- org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.0
- org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.28.0
- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
- org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
- org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
- org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
- fabricloader: Fabric Loader 0.16.14
- fabricskyboxes: FabricSkyBoxes 0.7.4+mc1.21
- fabrishot: Fabrishot 1.14.1
- factory_api: Factory API 2.2.5
- team_reborn_energy: Energy 4.1.0
- fadeless: Fadeless 2.0.1
- fallingleaves: Falling Leaves 1.16.4
- fancymenu: FancyMenu 3.6.4
- com_github_keksuccino_japng: japng 0.5.3
- com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
- farmersdelight: Farmer's Delight 1.21.1-3.1.2+refabricated
- mm: Manningham Mills 2.3
- farmersknives: Farmer's Knives 1.21.1-v1.0.1
- fastboot: FastBoot 1.3
- faux-custom-entity-data: Faux-Custom-Entity-Data 13.0.1
- ferritecore: FerriteCore 7.0.2-hotfix
- feytweaks: FeyTweaks 1.21-1.2.8
- firstperson: FirstPerson 2.5.0
- forgeconfigapiport: Forge Config API Port 21.1.4
- friendsandfoes: Friends&Foes 4.0.7
- frozenlib: FrozenLib 2.1.7-mc1.21.1
- ftbessentials: FTB Essentials 2101.1.6
- ftbfiltersystem: FTB Filter System 21.1.2
- ftblibrary: FTB Library 2101.1.17
- ftbquests: FTB Quests 2101.1.12
- ftbteams: FTB Teams 2101.1.2
- ftbultimine: FTB Ultimine 2101.1.6
- ftbxmodcompat: FTB XMod Compat 21.1.4
- fzzy_config: Fzzy Config 0.7.1+1.21
- net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
- geckoanimfix: GeckoLibIrisCompat 1.0.0
- geckolib: GeckoLib 4 4.7.6
- geophilic: Geophilic 3.4.2
- globalpacks: Global Data- & Resourcepacks 21.0.6
- go-fish: Go Fish 1.6.3+1.21
- gpumemleakfix: Gpu memory leak fix mod 1.21-1.8
- grassseeds: Grass Seeds 3.4
- grindenchantments: Grind Enchantments 4.0.0+1.21.1
- codec-config-api: Codec config API 3.0.0+1.21.3
- handcrafted: Handcrafted 4.0.3
- happy_ghast_legacy: Happy Ghast Legacy 1.8
- harvest_with_ease: Harvest with ease 9.4.0
- highlight: Highlight 3.5.0
- highlighter: Highlighter 1.1.11
- iceberg: Iceberg 1.3.2
- immediatelyfast: ImmediatelyFast 1.6.6+1.21.1
- net_lenni0451_reflect: Reflect 1.3.4
- immersivelanterns: Immersive Lanterns 1.0.6
- improvedsignediting: Improved Sign Editing 1.5
- incendium: Incendium 5.4.3
- inventoryhud: Inventory HUD + 3.4.26
- inventorysorter: Inventory Sorter 1.9.0-1.21
- kyrptconfig: Kyrpt Config 1.6.0-1.20.4
- inventorytotem: Inventory Totem 3.4
- invisibleframes: Invisible Frames 1.3.0
- invmove: InvMove 0.8.8
- invmovecompats: InvMoveCompats 0.3.2
- ipo: ImprovedPillagerOutpost 5
- iris: Iris 1.8.8+mc1.21.1
- io_github_douira_glsl-transformer: glsl-transformer 2.0.1
- org_anarres_jcpp: jcpp 1.4.14
- org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
- ironchest: Iron Chests 2.0.4
- libgui: LibGui 11.1.0+1.21
- jankson: Jankson 8.0.0+j1.2.3
- libninepatch: LibNinePatch 1.2.0
- item_obliterator: Item Obliterator 3.1.1
- jade: Jade 15.10.2+fabric
- jadeaddons: Jade Addons 6.0.3+fabric
- jamlib: JamLib 1.3.5+1.21.1
- java: OpenJDK 64-Bit Server VM 21
- jeed: Just Enough Effects Descriptions 1.21-2.2.19
- jei: Just Enough Items 19.21.2.313
- jumpoverfences: Jump Over Fences 1.6.0
- justabaguette: Just A Baguette v2.0.0
- justenoughbreeding: Just Enough Breeding 1.6.0
- justzoom: Just Zoom 2.1.0
- kiwi: Kiwi Library 15.1.1+fabric
- knowlogy: Knowlogy Book 0.9.1
- konkrete: Konkrete 1.9.9
- kotori316_version_checker: ForgeLikeVersionChecker 2.5.0
- kotori_scala: Scalable Cat's Force Fabric 3.1.8
- org_scala-lang_scala-library: scala-library 2.13.16
- org_scala-lang_scala3-library_3: scala3-library_3 3.7.1
- org_typelevel_cats-core_3: cats-core_3 2.13.0-kotori
- org_typelevel_cats-free_3: cats-free_3 2.13.0-kotori
- org_typelevel_cats-kernel_3: cats-kernel_3 2.13.0-kotori
- krypton: Krypton 0.2.8
- com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
- ksyxis: Ksyxis 1.3.3
- labels: Storage Labels 1.21-2.0.0
- languagereload: Language Reload 1.7.4+1.21.1
- lavender: Lavender 0.1.15+1.21
- lavender-md: lavender-md 0.1.2+1.21
- lavender-md-owo-ui: lavender-md-owo-ui 0.1.2+1.21
- lazy-language-loader: lazy-language-loader 0.3.7
- legendarymonuments: Legendary Monuments 6.3
- legendarytooltips: Legendary Tooltips 1.5.5
- letmedespawn: Let Me Despawn 1.5.0
- letyourfriendeating: Let Your Friend Eating! 1.0.4
- libraryferret: Library ferret 4.0.0
- lios_overhauled_villages: Lio's Overhauled Villages 1.18.2-1.21.6-v0.0.9
- lithium: Lithium 0.15.0+mc1.21.1
- lithostitched: Lithostitched 1.4.11
- lmft: Load My F***ing Tags 1.0.4+1.21
- logbegone: Log Begone 1.0.3
- longerchathistory: Longer Chat History 1.7
- lootintegrations: Loot integration Mod 1.21-4.7
- lootintegrations_dungeonsenhanced: lootintegrations_dungeonsenhanced Mod 1.6
- lootintegrations_yungs: lootintegrations_yungs Mod 1.4
- lovelycrops: Lovely Crops 1.1.0
- make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
- malilib: MaLiLib 0.21.9
- mcpitanlib: MCPitanLib 3.3.9-1.21.1-fabric
- compatdatapacks76: CompatDatapacks 1.0.13.210-fabric
- mcwbridges: Macaw's Bridges 3.1.0
- mcwdoors: Macaw's Doors 1.1.2
- mcwpaintings: Macaw's Paintings 1.0.5
- mega_showdown: Cobblemon: Mega Showdown 10.0.6-release-fabric
- melody: Melody 1.0.10
- melodyapi: Melody API 1.0.0
- midnightlib: MidnightLib 1.7.5
- minecraft: Minecraft 1.21.1
- mineralchance: Mineral Chance 3.8
- mixintrace: MixinTrace 1.1.1+1.17
- modernfix: ModernFix 5.24.3+mc1.21.1
- modernworldcreation: Modern World Creation 2.0.1
- modmenu: Mod Menu 11.0.3
- modmenu-badges-lib: ModMenu Badges Lib 2023.6.1
- monolib: MonoLib 2.1.0
- monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
- moonlight: Moonlight Lib 1.21-2.20.3
- more_bows_and_arrows: More Bows and Arrows 5.0.1
- morechathistory: More Chat History 1.3.1
- moregears: More Gears 1.1.1-1.21.1-fabric
- mousetweaks: Mouse Tweaks 2.26
- mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
- mr_flower_tweaks: Flower Tweaks 3
- mr_lithosphere: Lithosphere 1.6
- mr_qraftyfied_industrialstructures: qraftyfied: Industrial Structures 1.0.0
- mr_tidal_towns: Tidal Towns 1.3.4
- mr_tims_ultimatelycomprehensivecobblemoneditsofdestiny: Tim's Ultimately Comprehensive Cobblemon Edits of Destiny 1.6.1-1
- mynethersdelight: My Nether's Delight 1.21.1-2.0.3+1.7.8.refabricated
- mythicupgrades: Mythic Upgrades 4.2.0+mc1.21
- mythsandlegends: Myths and Legends 1.7.2
- com_moandjiezana_toml_toml4j: toml4j 0.7.2
- nameless_trinkets: Nameless Trinkets 1.2.1
- natures_delight: Nature's Delight 1.9
- natures_spirit: Nature's Spirit 2.2.4-1.21.1
- naturescompass: Nature's Compass 1.21.1-2.2.7-fabric
- nearbycrafting: Nearby Crafting 1.0.3
- necronomicon: Necronomicon 1.6.0
- nerb: Not Enough Recipe Book 0.4.2
- netherite_compass: Netherite Compass 1.4.0
- netherportalfix: NetherPortalFix 21.1.1
- nets: Not Enough Trinket Slots (NETS) 0.3.6
- niftycarts: NiftyCarts 21.1.0-hotfix
- no-resource-pack-warnings: No Resource Pack Warnings 1.3.1
- noanimaltemptdelay: No Animal Tempt Delay 1.2
- noisium: Noisium 2.3.0+mc1.21-1.21.1
- notenoughanimations: NotEnoughAnimations 1.10.1
- notenoughcrashes: Not Enough Crashes 4.4.9+1.21.1
- obsidianequipment: Obsidian Equipment 1.0.2
- obsidianui: ObsidianUI 0.2.9+mc1.21.1
- oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.21
- octolib: OctoLib 0.5.0.1
- ohthetreesyoullgrow: Oh The Trees You'll Grow 5.0.14
- omnilib: Omnilib 0.1.4
- opacpvp: Open Parties PvP Support 1.0.0
- openloader: OpenLoader 21.1.5
- openpartiesandclaims: Open Parties and Claims 0.24.0
- owo: oωo 0.12.15.4+1.21
- io_wispforest_endec: endec 0.1.5.1
- io_wispforest_endec_gson: gson 0.1.3.1
- io_wispforest_endec_jankson: jankson 0.1.3.1
- io_wispforest_endec_netty: netty 0.1.2
- packetfixer: Packet Fixer 3.1.4
- pandalib: PandaLib 0.5.2
- particlerain: Particle Rain 3.0.5
- particular: Particular 1.1.1+1.21
- patchouli: Patchouli 1.21-87-FABRIC
- peaceful_hunger: Peaceful Hunger 1.0.2
- plushies: Plushie Mod 1.5.1
- poke-clothing: Poke Clothing 1.21.1-1.0
- poke-marks: poke-marks 1.0.0+cobblemon-1.6.1
- polymorph: Polymorph 1.1.0+1.21.1
- cardinal-components-block: Cardinal Components API (blocks) 6.1.0
- presencefootsteps: Presence Footsteps 1.10.2+1.21
- kirin: Kirin UI 1.20.0+1.21
- prickle: PrickleMC 21.1.8
- prism: root project 'Prism' 1.0.11
- puzzle: Puzzle 2.0.1.1
- puzzleslib: Puzzles Lib 21.1.36
- quarryplus: QuarryPlus 21.1.130
- rctapi: Radical Cobblemon Trainers API 0.13.7-beta
- rctmod: Radical Cobblemon Trainers 0.16.6-beta
- realisticbees: Realistic Bees 4.2
- recipebookaccess: Recipe Book Access 1.1.0
- reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
- regions_unexplored: Regions Unexplored 0.5.6.1
- repurposed_structures: Repurposed Structures 7.5.17+1.21.1-fabric
- resourcefulconfig: Resourcefulconfig 3.0.11
- resourcefullib: Resourceful Lib 3.0.12
- com_teamresourceful_bytecodecs: bytecodecs 1.1.2
- com_teamresourceful_yabn: yabn 1.0.3
- rhino: Rhino 2101.2.7-build.74
- ribbits: Ribbits 1.21.1-Fabric-4.1.2
- roughlyenoughitems: Roughly Enough Items 16.0.799
- error_notifier: Error Notifier 1.0.11
- roughlyenoughprofessions: Roughly Enough Professions 4.0.3
- sawmill: Universal Sawmill 1.21-1.5.18
- seamless: Seamless 2.3.2
- searchables: Searchables 1.0.2
- seasonal_lets_do: Seasonal Let's Do 1.3.0+1.21
- securecrops: Secure Crops 2.0.1
- show-held-items: Show Held Items 0.2.3
- showmeyourskin: Show Me Your Skin! 1.11.3+1.21
- shulkerboxtooltip: Shulker Box Tooltip 5.1.6+1.21.1
- shulkerdropstwo: Shulker Drops Two 3.5
- signcopy: SignCopy 2.0.2+1.21
- simple_copper_pipes: Simple Copper Pipes 2.0.6
- simplemod: SimpleMod 1.21.1
- simpletms: SimpleTMs 2.1.2
- sit: Sit 1.21-28
- skinlayers3d: 3d-Skin-Layers 1.8.2
- slimyfloor: Slimy Floor 1.21-1.3.2
- smarterfarmers: Smarter Farmers 1.21-2.2.2
- smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
- sodium: Sodium 0.6.13+mc1.21.1
- sodium-extra: Sodium Extra 0.6.0+mc1.21.1
- sodiumcoreshadersupport: Sodium Core Shader Support 1.3.4
- sodiumdynamiclights: Sodium Dynamic Lights 1.0.9
- sodiumextras: Sodium Extras 1.0.7
- sodiumleafculling: Sodium Leaf Culling 1.0.1
- mixinsquared: MixinSquared 0.2.0-beta.6
- sodiumoptionsapi: Sodium Options API 1.0.10
- sodiumoptionsmodcompat: Sodium Options Mod Compat 1.0.0
- sootychimneys: Sooty Chimneys 1.3.2
- sophisticatedbackpacks: Sophisticated Backpacks 1.21.1-3.23.4.2.103
- sophisticatedcore: Sophisticated Core 1.21.1-1.2.9.14.154
- porting_lib_conditions: Porting Lib Conditions 3.1.0-beta.47+1.21.1
- porting_lib_core: Porting Lib Core 3.1.0-beta.47+1.21.1
- porting_lib_fluids: Porting Lib Fluids 3.1.0-beta.47+1.21.1
- porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta.47+1.21.1
- porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta.47+1.21.1
- porting_lib_level_events: Porting Lib Level Events 3.1.0-beta.47+1.21.1
- porting_lib_loot: Porting Lib Loot 3.1.0-beta.47+1.21.1
- porting_lib_model_loader: Porting Lib Model Loader 3.1.0-beta.47+1.21.1
- porting_lib_render_types: Porting Lib Render Types 3.1.0-beta.47+1.21.1
- porting_lib_transfer: Porting Lib Transfer 3.1.0-beta.47+1.21.1
- sophisticatedstorage: Sophisticated Storage 1.21.1-1.3.7.5.124
- sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.12
- spark: spark 1.10.109
- sparsestructures: SparseStructures 3.0
- spelunkerstorch: Spelunker's Torch 1.1.0-beta.3
- sspb: Sodium Shadowy Path Blocks 4.0.0
- stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc
- net_fabricmc_mapping-io: mapping-io 0.6.1
- stackdeobfuscator-common: StackDeobfuscator Common 1.4.3+08e71cc
- stackrefill: Stack Refill 4.9
- starterkit: Starter Kit 7.4
- stendhal: Stendhal 1.4.1-1.21
- sticks_to_bones_1_0_0: Sticks to Bones 1.0.0 1.21
- subtle_effects: Subtle Effects 1.11.0
- superflatworldnoslimes: Superflat World No Slimes 3.5
- supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
- supermartijn642corelib: SuperMartijn642's Core Lib 1.1.18+a
- swingthrough: SwingThrough 1.0.5+1.21
- t_and_t: Towns and Towers 1.13.2
- tectonic: Tectonic 3.0.1
- terrablender: TerraBlender 4.1.0.8
- thiccpackets: Extra Thicc Packets 1.17-1.19+
- things: Things 0.4.2+1.21
- titlefixer: Title Fixer 1.0+1.21
- toms_storage: Tom's Simple Storage Mod 2.2.1
- tooltipfix: ToolTip Fix 1.1.1-1.20
- trade_cycling: Trade Cycling 1.21.1-1.0.18
- trashcans: Trash Cans 1.0.18
- trashslot: TrashSlot 21.1.4
- travelerstitles: Traveler's Titles 1.21.1-Fabric-5.1.3
- trinkets: Trinkets 3.10.0
- trowel: Trowel 1.4.0
- twigs: Twigs 4.0.0
- txnilib: TxniLib 1.0.24
- underground_bunkers: Underground Bunkers 1.0.4
- undergroundbeacons: Underground Beacons 1.0
- unilib: UniLib 1.1.0
- universal_shops: Universal Shops 1.7.1+1.21
- common-economy-api: Common Economy API 1.1.1
- common-protection-api: Common Protection API 1.0.0
- polymer-core: Polymer (Core) 0.9.4+1.21
- polymer-networking: Polymer (Networking) 0.9.4+1.21
- polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.4+1.21
- polymer-resource-pack: Polymer (Resource Pack) 0.9.4+1.21
- polymer-common: Polymer (Common) 0.9.4+1.21
- packet_tweaker: Packet Tweaker 0.5.4+1.20.6
- polymer-virtual-entity: Polymer (Virtual Entity) 0.9.4+1.21
- server_translations_api: Server Translations API 2.3.1+1.21-pre2
- universalbonemeal: Universal Bone Meal 21.1.0
- untitledduckmod: Untitled Duck Mod 1.1.5
- vc_gliders: Gliders 1.1.7
- commonnetworking: Common Network 1.0.16-1.21
- palladiumcore: PalladiumCore 2.3.3.1
- playeranimator: Player Animator 2.0.1+1.21.1
- villagesandpillages: Villages & Pillages 1.0.3
- villagespawnpoint: Village Spawn Point 4.6
- visuality: Visuality 0.7.7+1.21
- voicechat: Simple Voice Chat 1.21.1-2.5.35
- vrapi: mc-vr-api 3.0.12
- wakes: Wakes 0.2.2-1.21
- com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
- watut: What Are They Up To 1.21.0-1.2.7
- waystones: Waystones 21.1.20
- welcomescreen: WelcomeScreen 1.0.1
- wooltweaks: Wool Tweaks 3.9
- wtmi: Way too many Ingredients 1.1
- xaerominimap: Xaero's Minimap 25.2.10
- xaeroworldmap: Xaero's World Map 1.39.12
- yet_another_config_lib_v3: YetAnotherConfigLib 3.7.1+1.21.1-fabric
- com_twelvemonkeys_common_common-image: common-image 3.12.0
- com_twelvemonkeys_common_common-io: common-io 3.12.0
- com_twelvemonkeys_common_common-lang: common-lang 3.12.0
- com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
- com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
- com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
- org_quiltmc_parsers_gson: gson 0.2.1
- org_quiltmc_parsers_json: json 0.2.1
- yigd: You're in Grave Danger 2.4.18
- yosbr: YOSBR 0.1.2
- ysns: You Shall Not Spawn! 1.0.6
- yungsapi: YUNG's API 1.21.1-Fabric-5.1.6
- org_javassist_javassist: javassist 3.29.2-GA
- Loaded Shaderpack: (off)
- Client Crashes Since Restart: 1
- Integrated Server Crashes Since Restart: 0
- Suspected Mods: Minecraft (minecraft), Fabric Registry Sync (v0) (fabric-registry-sync-v0), Fabric Loader (fabricloader), Fabric Resource Conditions API (v1) (fabric-resource-conditions-api-v1)
Add Comment
Please, Sign In to add comment