1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-12-14 11:35:37
|
5 | Description: Rendering screen
|
6 |
|
7 | java.lang.NullPointerException: Cannot invoke "net.minecraft.client.item.ModelPredicateProvider.call(net.minecraft.item.ItemStack, net.minecraft.client.world.ClientWorld, net.minecraft.entity.LivingEntity, int)" because "existingPredicate" is null
|
8 | at knot//net.spell_engine.client.render.ModelPredicateHelper.lambda$injectModelPredicate$5(ModelPredicateHelper.java:80)
|
9 | at knot//MC//net.minecraft.client.item.ClampedModelPredicateProvider.call(ClampedModelPredicateProvider.java:14)
|
10 | at knot//MC//net.minecraft.client.render.model.json.ModelOverrideList.apply(ModelOverrideList.java:78)
|
11 | at knot//MC//net.minecraft.client.render.item.ItemRenderer.getModel(ItemRenderer.java:245)
|
12 | at knot//dev.emi.emi.api.stack.ItemEmiStack.isUnbatchable(ItemEmiStack.java:135)
|
13 | at knot//dev.emi.emi.screen.StackBatcher.render(StackBatcher.java:151)
|
14 | at knot//dev.emi.emi.screen.StackBatcher.render(StackBatcher.java:147)
|
15 | at knot//dev.emi.emi.screen.EmiScreenManager$ScreenSpace.render(EmiScreenManager.java:1668)
|
16 | at knot//dev.emi.emi.screen.EmiScreenManager$SidebarPanel.render(EmiScreenManager.java:1443)
|
17 | at knot//dev.emi.emi.screen.EmiScreenManager.render(EmiScreenManager.java:626)
|
18 | at knot//MC//net.minecraft.client.gui.screen.ingame.HandledScreen.handler$ddf002$emi$renderForeground(HandledScreen.java:5238)
|
19 | at knot//MC//net.minecraft.client.gui.screen.ingame.HandledScreen.render(HandledScreen.java:127)
|
20 | at knot//MC//net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen.render(AbstractInventoryScreen.java:32)
|
21 | at knot//MC//net.minecraft.client.gui.screen.ingame.InventoryScreen.render(InventoryScreen.java:81)
|
22 | at knot//MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:117)
|
23 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$282(GameRenderer.java)
|
24 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$egf000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:6086)
|
25 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$wrapOperation$egf000$fabric-screen-api-v1$onRenderScreen$283(GameRenderer.java)
|
26 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$ejn000$fancymenu$wrapRenderScreenFancyMenu(GameRenderer.java:7070)
|
27 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$wrapOperation$ejn000$fancymenu$wrapRenderScreenFancyMenu$284(GameRenderer.java)
|
28 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$gbe000$konkrete$wrapRenderScreen_Konkrete(GameRenderer.java:10622)
|
29 | at knot//MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:913)
|
30 | at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
|
31 | at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
|
32 | at knot//net.minecraft.client.main.Main.main(Main.java:256)
|
33 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
34 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
35 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
36 |
|
37 |
|
38 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
39 | ---------------------------------------------------------------------------------------
|
40 |
|
41 | -- Head --
|
42 | Thread: Render thread
|
43 | Stacktrace:
|
44 | at knot//net.spell_engine.client.render.ModelPredicateHelper.lambda$injectModelPredicate$5(ModelPredicateHelper.java:80)
|
45 | at knot//MC//net.minecraft.client.item.ClampedModelPredicateProvider.call(ClampedModelPredicateProvider.java:14)
|
46 | at knot//MC//net.minecraft.client.render.model.json.ModelOverrideList.apply(ModelOverrideList.java:78)
|
47 | at knot//MC//net.minecraft.client.render.item.ItemRenderer.getModel(ItemRenderer.java:245)
|
48 | at knot//dev.emi.emi.api.stack.ItemEmiStack.isUnbatchable(ItemEmiStack.java:135)
|
49 | at knot//dev.emi.emi.screen.StackBatcher.render(StackBatcher.java:151)
|
50 | at knot//dev.emi.emi.screen.StackBatcher.render(StackBatcher.java:147)
|
51 | at knot//dev.emi.emi.screen.EmiScreenManager$ScreenSpace.render(EmiScreenManager.java:1668)
|
52 | at knot//dev.emi.emi.screen.EmiScreenManager$SidebarPanel.render(EmiScreenManager.java:1443)
|
53 | at knot//dev.emi.emi.screen.EmiScreenManager.render(EmiScreenManager.java:626)
|
54 | at knot//MC//net.minecraft.client.gui.screen.ingame.HandledScreen.handler$ddf002$emi$renderForeground(HandledScreen.java:5238)
|
55 | at knot//MC//net.minecraft.client.gui.screen.ingame.HandledScreen.render(HandledScreen.java:127)
|
56 | at knot//MC//net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen.render(AbstractInventoryScreen.java:32)
|
57 | at knot//MC//net.minecraft.client.gui.screen.ingame.InventoryScreen.render(InventoryScreen.java:81)
|
58 | at knot//MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:117)
|
59 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$282(GameRenderer.java)
|
60 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$egf000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:6086)
|
61 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$wrapOperation$egf000$fabric-screen-api-v1$onRenderScreen$283(GameRenderer.java)
|
62 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$ejn000$fancymenu$wrapRenderScreenFancyMenu(GameRenderer.java:7070)
|
63 | at knot//MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$wrapOperation$ejn000$fancymenu$wrapRenderScreenFancyMenu$284(GameRenderer.java)
|
64 | at knot//MC//net.minecraft.client.render.GameRenderer.wrapOperation$gbe000$konkrete$wrapRenderScreen_Konkrete(GameRenderer.java:10622)
|
65 |
|
66 | -- Screen render details --
|
67 | Details:
|
68 | Screen name: net.minecraft.class_490
|
69 | Mouse location: Scaled: (954, 10). Absolute: (1908.000000, 20.000000)
|
70 | Screen size: Scaled: (960, 541). Absolute: (1920, 1081). Scale factor of 2.000000
|
71 | Stacktrace:
|
72 | at knot//MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:913)
|
73 | at knot//MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
|
74 | at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
|
75 | at knot//net.minecraft.client.main.Main.main(Main.java:256)
|
76 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
77 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
78 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
79 |
|
80 | -- Uptime --
|
81 | Details:
|
82 | JVM uptime: 132.924s
|
83 | Wall uptime: 115.208s
|
84 | High-res time: 93.705s
|
85 | Client ticks: 1216 ticks / 60.800s
|
86 | Stacktrace:
|
87 | at knot//MC//net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
|
88 | at knot//MC//net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
|
89 | at knot//MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:902)
|
90 | at knot//net.minecraft.client.main.Main.main(Main.java:256)
|
91 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
92 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
93 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
94 |
|
95 | -- Affected level --
|
96 | Details:
|
97 | All players: 1 total; [class_746['EldarGods'/2, l='ClientLevel', x=-52.35, y=73.00, z=30.61]]
|
98 | Chunk stats: 5041, 441
|
99 | Level dimension: minecraft:overworld
|
100 | Level spawn location: World: (-64,81,48), Section: (at 0,1,0 in -4,5,3; chunk contains blocks -64,-64,48 to -49,319,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
|
101 | Level time: 867 game time, 867 day time
|
102 | Server brand: fabric
|
103 | Server type: Integrated singleplayer server
|
104 | Tracked entity count: 155
|
105 |
|
106 | -- Last reload --
|
107 | Details:
|
108 | Reload number: 1
|
109 | Reload reason: initial
|
110 | Finished: Yes
|
111 | Packs: fabric, accessories, additional_lights, additionallanterns, adorabuild_structures, advancednetherite, adventurez, almanac, alternate-current, amendments, animal_feeding_trough, animatica, appleskin, archers, aurelj_paintings, balm-fabric, barteringstation, bcc, bclib, beautify, betteradvancements, betterarcheology, betterbeds, bettercombat, betterend, betterend-crashed-ships, betterf3, betterfpsdist, bettergrass, bettermounthud, betternether, betterstats, biomemusic, bobby, bosses_of_mass_destruction, bridgingmod, cameraoverhaul, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, carryon, cavedust, charmofundying, chat_heads, chatpatches, cherishedworlds, chestsearchbar, chisel, chiseled-bookshelf-visualizer, chunksending, citresewn, citresewn-defaults, clean_tooltips, cloth-config, combat_roll, comforts, conditional-mixin, connectivity, continuity, controlling, crafttweaker, crashexploitfixer, cratedelight, craterlib, crawl, cropsloverain, cubes-without-borders, cullleaves, customportalapi, dark-loading-screen, debugify, deeperdarker, dragonloot, dummmmmmy, dungeons_arise, easyanvils, easymagic, eatinganimationid, effecttimerplus, emi, emi_enchanting, emi_loot, emiprofessions, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, everycomp, evs, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabrishot, fallingleaves, fallingtree, fancymenu, farmersdelight, faster-random, fastipping, fastpaintings, faux-custom-entity-data, forgeconfigapiport, formations, friendsandfoes, frozenlib, ftblibrary, ftbquests, ftbteams, ftbxmodcompat, fullstackwatchdog, fzzy_config, goated, grassoverhaul, guifollowers, handcrafted, highlighter, ijmtweaks, immediatelyfast, improved-signs, inventoryhud, iris, ironchest, iteminteractions, jade, jamlib, jankson, jeed, jewelry, justenoughbreeding, kiwi, konkrete, krypton, languagereload, letmedespawn, lexicon, libertyvillagers, libgui, lithium, lmft, loadingscreentips, logbegone, lolmblv, lolmcbv, lolmcmv, lolmcmv-aft, lolmcv, lolmfv, lolmgv, lolmlmv, lolmlv, lolmsv, lootintegrations, lootr, macos_input_fixes, magnumtorch, mavapi, mavm, mcwbridges, mcwdoors, mcwfences, mcwholidays, mcwlights, mcwpaintings, mcwpaths, mcwroofs, mcwstairs, mcwtrpdoors, mcwwindows, mediumcore, memorysettings, mes, midnightlib, mm, mns, modernfix, modmenu, moonlight, moremobvariants, morenemoswoodcuttervariants, movingelevators, mr_dungeons_andtaverns, mru, mstv-base, mstv-mframev, mstv-mfrv, mstv-mtoolv, mstv-mweaponv, musicnotification, mvs, naturescompass, nemos-campfires, nemos-moreladdervariants, nemos-woodcutter, neruina, netherchested, netherportalfix, nicer-skies, nochatreports, noisium, notenoughanimations, obsidianui, openpartiesandclaims, owo, packetfixer, paladins, particle_core, patchouli, ping-wheel, placeholder-api, playeranimator, polymer-blocks, polymer-core, polymer-resource-pack, polymorph, porting_lib_accessors, porting_lib_asm, porting_lib_attributes, porting_lib_base, porting_lib_blocks, porting_lib_common, porting_lib_conditions, porting_lib_config, porting_lib_core, porting_lib_entity, porting_lib_extensions, porting_lib_fluids, porting_lib_gametest, porting_lib_gui_utils, porting_lib_item_abilities, porting_lib_lazy_registration, porting_lib_level_events, porting_lib_loot, porting_lib_mixin_extensions, porting_lib_recipe_book_categories, porting_lib_tags, porting_lib_transfer, prism, puzzle, quad-lolmbdv, quad-lolmbhv, quad-lolmjnv, quad-lolmsmv, quad-mstv-mtv, ranged_weapon_api, reacharound, reeses-sodium-options, repurposed_structures, reputation, resourcepackoverrides, resourcify, rightclickharvest, rogues, runes, scalablelux, sdrp, searchables, seasonhud, sereneseasons, shield_api, shouldersurfing, shulkerboxtooltip, simple_copper_pipes, simplemod, skinlayers3d, smoothchunk, snowrealmagic, sodium, sodium-extra, sound_physics_remastered, sounds, spark, spectrelib, spell_engine, spell_power, stackdeobfuscator, stackdeobfuscator-common, status-effect-bars, storagedelight, structure_pool_api, structureessentials, supermartijn642corelib, supplementaries, suppsquared, symbols_n_stuff, tcdcommons, tclayer, team_reborn_energy, terrablender, texturized-particles, the_bumblezone, toms_storage, tradingpost, trashslot, variantcraftingtables, veinmining, villagernames, visuality, visualworkbench, voidz, watut, wither_spawn_fix, wizards, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap, xaeroplus, xaeroworldmap, yet_another_config_lib_v3, yigd, yungsmenutweaks, zoomify, vanilla, moonlight:mods_dynamic_assets, file/FreshAnimations_v1.9.2.zip, file/FA+All_Extensions-v1.4.zip, file/Eyeless Fresh Moves v3.0.1.zip, file/trabens-3d-arrows-1.1.zip, file/Icon Xaero's 1.2 HF.zip, file/§9RAY's §f3D §6Rails§8§o§k.zip, file/§9RAY's §f3D §6Ladders§8§o§k.zip, file/Fancy Crops v1.0 f5-34.zip, file/Blockier Goat Horn v1.1 f9-34.zip, file/Banner Pattern Clarity v1.5 pf8-34.zip, file/Icons v.1.11.3.zip, minecraft:supporteatinganimation, file/Overdetailed Enchanting Table 1.21.zip, file/colourful containers.zip, file/colourful containers - modded.zip, file/Bibliophilia 1.13.2 (1.21).zip, file/Hellim's Xaero's Maps Mob Icons v0.8.zip, continuity:glass_pane_culling_fix, continuity:default, file/Truly Connected.zip, file/connected_Trials[1.21+].zip, file/_SockDog's Connected Texture.zip, file/EnderEyes_1.21_v3.1.zip, file/xali's Potions v1.0.zip, file/xali's+Potions_EMISSIVE+v.1.0.zip, visualworkbench:default_block_models, easymagic:default_block_models, easyanvils:default_block_models, diagonalblocks:default_block_models
|
112 |
|
113 | -- System Details --
|
114 | Details:
|
115 | Minecraft Version: 1.21
|
116 | Minecraft Version ID: 1.21
|
117 | Operating System: Windows 11 (amd64) version 10.0
|
118 | Java Version: 21.0.3, Microsoft
|
119 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
120 | Memory: 972670200 bytes (927 MiB) / 5486149632 bytes (5232 MiB) up to 9663676416 bytes (9216 MiB)
|
121 | CPUs: 8
|
122 | Processor Vendor: GenuineIntel
|
123 | Processor Name: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
|
124 | Identifier: Intel64 Family 6 Model 158 Stepping 13
|
125 | Microarchitecture: Coffee Lake
|
126 | Frequency (GHz): 3.60
|
127 | Number of physical packages: 1
|
128 | Number of physical CPUs: 8
|
129 | Number of logical CPUs: 8
|
130 | Graphics card #0 name: NVIDIA GeForce RTX 3060
|
131 | Graphics card #0 vendor: NVIDIA
|
132 | Graphics card #0 VRAM (MiB): 12288.00
|
133 | Graphics card #0 deviceId: VideoController1
|
134 | Graphics card #0 versionInfo: 32.0.15.6614
|
135 | Memory slot #0 capacity (MiB): 8192.00
|
136 | Memory slot #0 clockSpeed (GHz): 2.13
|
137 | Memory slot #0 type: DDR4
|
138 | Memory slot #1 capacity (MiB): 8192.00
|
139 | Memory slot #1 clockSpeed (GHz): 2.13
|
140 | Memory slot #1 type: DDR4
|
141 | Memory slot #2 capacity (MiB): 8192.00
|
142 | Memory slot #2 clockSpeed (GHz): 2.13
|
143 | Memory slot #2 type: DDR4
|
144 | Memory slot #3 capacity (MiB): 8192.00
|
145 | Memory slot #3 clockSpeed (GHz): 2.13
|
146 | Memory slot #3 type: DDR4
|
147 | Virtual memory max (MiB): 37566.29
|
148 | Virtual memory used (MiB): 28760.71
|
149 | Swap memory total (MiB): 4864.00
|
150 | Swap memory used (MiB): 218.83
|
151 | Space in storage for jna.tmpdir (MiB): available: 160818.89, total: 914075.00
|
152 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 160818.89, total: 914075.00
|
153 | Space in storage for io.netty.native.workdir (MiB): available: 160818.89, total: 914075.00
|
154 | Space in storage for java.io.tmpdir (MiB): available: 160818.89, total: 914075.00
|
155 | Space in storage for workdir (MiB): available: 160818.89, total: 914075.00
|
156 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9216m -Xms256m
|
157 | Fabric Mods:
|
158 | accessories: Accessories 1.0.0-beta.35+1.21
|
159 | io_wispforest_endec: endec 0.1.8
|
160 | io_wispforest_endec_gson: gson 0.1.5
|
161 | io_wispforest_endec_netty: netty 0.1.4
|
162 | additional_lights: Additional Lights 1.21-2.1.10
|
163 | additionallanterns: Additional Lanterns 1.1.1
|
164 | adorabuild_structures: AdoraBuild: Structures 2.8.0
|
165 | advancednetherite: Advanced Netherite 2.1.6-1.21
|
166 | adventurez: AdventureZ 1.4.21
|
167 | almanac: Almanac 1.0.2
|
168 | alternate-current: Alternate Current 1.9.0
|
169 | amendments: Amendments 1.21-1.2.19
|
170 | animal_feeding_trough: Animal Feeding Trough 1.1.2+1.21
|
171 | animatica: Animatica 0.6.1+1.21
|
172 | appleskin: AppleSkin 3.0.6+mc1.21
|
173 | archers: Archers (RPG Series) 2.1.1+1.21.1
|
174 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
175 | architectury: Architectury 13.0.8
|
176 | athena: Athena 4.0.1
|
177 | aurelj_paintings: Aurelj's Vanilla Paintings 1.0.4
|
178 | azurelibarmor: AzureLib Armor 2.3.2
|
179 | badoptimizations: BadOptimizations 2.1.4
|
180 | balm-fabric: Balm 21.0.20
|
181 | kuma_api: KumaAPI 21.0.5-SNAPSHOT
|
182 | barteringstation: Bartering Station 21.0.0
|
183 | bcc: BetterCompatibilityChecker 21.0.1
|
184 | bclib: BCLib 21.0.13
|
185 | beautifiedchatclient: Beautified Chat Client 2.6
|
186 | beautify: Beautify 1.2.1+1.21
|
187 | betteradvancements: Better Advancements **.**.**.**
|
188 | betterarcheology: Better Archeology 1.2.0-1.21
|
189 | betterbeds: Better Beds 1.4.0
|
190 | bettercombat: Better Combat 2.0.4+1.21.1
|
191 | betterend: Better End 21.0.11
|
192 | betterend-crashed-ships: BetterEnd Crashed Ships 1.1.0
|
193 | betterf3: BetterF3 11.0.1
|
194 | betterfpsdist: Better FPS distance Mod 1.21-6.0
|
195 | bettergrass: BetterGrassify 1.4.1+fabric.1.21.1
|
196 | blue_endless_jankson: jankson 1.2.3
|
197 | bettermounthud: Better Mount HUD 1.2.4
|
198 | betternether: Better Nether 21.0.11
|
199 | betterstats: Better Statistics Screen 3.13.4+fabric-1.21
|
200 | biomemusic: Biome Music Mod 1.21-2.5
|
201 | blended_compat: Blended Compat 1.1.0
|
202 | boatbreakfix: Boat Break Fix 1.0.2
|
203 | bobby: Bobby 5.2.4+mc1.21
|
204 | com_typesafe_config: config 1.4.2
|
205 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
|
206 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
|
207 | io_leangen_geantyref_geantyref: geantyref 1.3.13
|
208 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
209 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
210 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.10.2-1.21.1
|
211 | multipart_entities: MultipartEntities 1.7-1.21
|
212 | bridgingmod: Bridging Mod 2.4.0+1.21
|
213 | cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
|
214 | cardinal-components: Cardinal Components API 6.1.2
|
215 | cardinal-components-base: Cardinal Components API (base) 6.1.2
|
216 | cardinal-components-block: Cardinal Components API (blocks) 6.1.2
|
217 | cardinal-components-chunk: Cardinal Components API (chunks) 6.1.2
|
218 | cardinal-components-entity: Cardinal Components API (entities) 6.1.2
|
219 | cardinal-components-item: Cardinal Components API (items) 6.1.2
|
220 | cardinal-components-level: Cardinal Components API (world saves) 6.1.2
|
221 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 6.1.2
|
222 | cardinal-components-world: Cardinal Components API (worlds) 6.1.2
|
223 | carryon: Carry On 2.2.1
|
224 | cavedust: Cave Dust 3.0.0
|
225 | kirin: Kirin UI 1.19.0+1.21
|
226 | charmofundying: Charm of Undying 9.1.0+1.21.1
|
227 | spectrelib: SpectreLib 0.17.2+1.21
|
228 | chat_heads: Chat Heads 0.13.7
|
229 | chatpatches: Chat Patches 211.6.9
|
230 | cherishedworlds: Cherished Worlds 10.1.0+1.21.1
|
231 | chestsearchbar: Chest Search Bar 1.4.5
|
232 | chisel: Chisel Refabricated 1.8.2
|
233 | chiseled-bookshelf-visualizer: Chiseled Bookshelf Visualizer 4.0
|
234 | com_github_fracpete_romannumerals4j: romannumerals4j 0.0.1
|
235 | chunksending: Chunksending Mod 1.21-2.8
|
236 | cithotfix: CIT Enchanted Books: HotFix 1.21.1-0-fabric
|
237 | citresewn: CIT Resewn 1.2.2+1.21
|
238 | citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
|
239 | clean_tooltips: Clean Tooltips 1.0
|
240 | clientcrafting: clientcrafting Mod 1.21-1.8
|
241 | cloth-config: Cloth Config v15 15.0.140
|
242 | cloth-basic-math: cloth-basic-math 0.6.1
|
243 | clumps: Clumps **.**.**.**
|
244 | collective: Collective 7.87
|
245 | combat_roll: Combat Roll 2.0.1+1.21.1
|
246 | comforts: Comforts 9.0.3+1.21.1
|
247 | connectivity: Connectivity Mod 1.21-6.1
|
248 | continuity: Continuity 3.0.0+1.21
|
249 | controlling: Controlling 18.0.4
|
250 | coroutil: CoroUtil 1.21.0-1.3.7
|
251 | crafttweaker: CraftTweaker 20.0.23
|
252 | org_reflections_reflections: reflections 0.10.2
|
253 | crashexploitfixer: CrashExploitFixer 1.1.0
|
254 | cratedelight: Crate Delight 24.11.22-1.21-fabric
|
255 | craterlib: CraterLib 2.1.2
|
256 | crawl: Crawl 0.13.0
|
257 | cropsloverain: Crops Love Rain 2.1.1
|
258 | cubes-without-borders: Cubes Without Borders 3.0.0+mc1.21
|
259 | cullleaves: Cull Leaves 3.4.0
|
260 | cupboard: cupboard 1.21-2.7
|
261 | cutthrough: Cut Through 21.0.0
|
262 | dark-loading-screen: Dark Loading Screen 1.6.14
|
263 | debugify: Debugify 1.21+1.0
|
264 | deeperdarker: Deeper and Darker **.**.**.**
|
265 | customportalapi: Custom Portal Api 0.0.1-beta66-1.21
|
266 | deuf_refabricated: DEUF Refabricated 1.1.0
|
267 | diagonalfences: Diagonal Fences 21.0.0
|
268 | diagonalblocks: Diagonal Blocks 21.0.1
|
269 | diagonalwindows: Diagonal Windows 21.0.0
|
270 | doubledoors: Double Doors 5.9
|
271 | dragonloot: DragonLoot 1.1.6
|
272 | dummmmmmy: MmmMmmMmmMmm 1.21-2.0.6
|
273 | dungeons_arise: When Dungeons Arise 2.1.60
|
274 | easyanvils: Easy Anvils 21.0.5
|
275 | easymagic: Easy Magic 21.0.4
|
276 | easyshulkerboxes: Easy Shulker Boxes 21.0.3
|
277 | iteminteractions: Item Interactions 21.0.5
|
278 | eatinganimationid: Eating Animation 1.21+1.9.72
|
279 | effecttimerplus: EffectTimerPlus 2.2.6+1.21
|
280 | elytraslot: Elytra Slot 9.0.1+1.21.1
|
281 | emi: EMI 1.1.12+1.21+fabric
|
282 | emi_enchanting: EMI Enchanting 0.1.2+1.21
|
283 | emi_loot: EMI Loot 0.7.4+1.21+fabric
|
284 | emiprofessions: EMI Professions 1.0.0
|
285 | enhancedblockentities: Enhanced Block Entities 0.10.2+1.21
|
286 | entity_model_features: Entity Model Features 2.2.6
|
287 | entity_texture_features: Entity Texture Features 6.2.9
|
288 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
289 | entityculling: EntityCulling 1.7.2
|
290 | euphoria_patcher: Euphoria Patcher 1.4.3-r5.3-fabric
|
291 | io_sigpipe_jbsdiff: jbsdiff 1.0
|
292 | everycomp: Every Compat 1.21-2.8.0
|
293 | evs: Enchanted Vertical Slabs 2.3
|
294 | fabric-api: Fabric API 0.102.0+1.21
|
295 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b5597344d1
|
296 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
|
297 | fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
|
298 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
|
299 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
|
300 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
|
301 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
|
302 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
|
303 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b5597344d1
|
304 | fabric-convention-tags-v1: Fabric Convention Tags 2.0.19+7f945d5bd1
|
305 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.5.0+c5e2b5c6d1
|
306 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
|
307 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.27+6a6dfa19d1
|
308 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.16+16c4ae25d1
|
309 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
|
310 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
|
311 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.12+ba9dae06d1
|
312 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
|
313 | fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
|
314 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.4+78017270d1
|
315 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1
|
316 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
|
317 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df360d1
|
318 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a5d1
|
319 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a5d1
|
320 | fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
|
321 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
|
322 | fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209bd1
|
323 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+a551f7a4d1
|
324 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
|
325 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.12+65089712d1
|
326 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209bd1
|
327 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
|
328 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49cd1
|
329 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
|
330 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
|
331 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
|
332 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
|
333 | fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
|
334 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b1d1
|
335 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+56599129d1
|
336 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
|
337 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.86+b5597344d1
|
338 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
|
339 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.16+3dccd343d1
|
340 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+176f9036d1
|
341 | fabric-language-kotlin: Fabric Language Kotlin 1.12.3+kotlin.2.0.21
|
342 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.21
|
343 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.21
|
344 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.21
|
345 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.21
|
346 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
|
347 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
|
348 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
|
349 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
|
350 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.4
|
351 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.4
|
352 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
|
353 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3
|
354 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
|
355 | fabricloader: Fabric Loader 0.16.7
|
356 | fabrishot: Fabrishot 1.14.1
|
357 | fallingleaves: Falling Leaves 1.16.4
|
358 | fallingtree: FallingTree **.**.**.**
|
359 | fancymenu: FancyMenu 3.2.5
|
360 | com_github_keksuccino_japng: japng 0.5.3
|
361 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
362 | farmers_structures: FarmersStructures 1.0.0
|
363 | farmersdelight: Farmer's Delight 1.21-2.1.10+refabricated
|
364 | mm: Manningham Mills 2.3
|
365 | porting_lib_base: Porting Lib Base 3.1.0-beta+fdrf.1+1.21
|
366 | porting_lib_accessors: Porting Lib Accessors 3.1.0-beta+fdrf.1+1.21
|
367 | porting_lib_asm: Porting Lib ASM 3.1.0-beta+fdrf.1+1.21
|
368 | porting_lib_attributes: Porting Lib Attributes 3.1.0-beta+fdrf.1+1.21
|
369 | porting_lib_common: Porting Lib Common 3.1.0-beta+fdrf.1+1.21
|
370 | porting_lib_entity: Porting Lib Entity 3.1.0-beta+fdrf.1+1.21
|
371 | porting_lib_extensions: Porting Lib Extensions 3.1.0-beta+fdrf.1+1.21
|
372 | porting_lib_fluids: Porting Lib Fluids 3.1.0-beta+fdrf.1+1.21
|
373 | porting_lib_gui_utils: Porting Lib Gui Utils 3.1.0-beta+fdrf.1+1.21
|
374 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 3.1.0-beta+fdrf.1+1.21
|
375 | porting_lib_tags: Porting Lib Tags 3.0
|
376 | porting_lib_transfer: Porting Lib Transfer 3.1.0-beta+fdrf.1+1.21
|
377 | porting_lib_config: Porting Lib Config 3.1.0-beta+fdrf.1+1.21
|
378 | porting_lib_item_abilities: Porting Lib Item Abilities 3.1.0-beta+fdrf.1+1.21
|
379 | porting_lib_blocks: Porting Lib Blocks 3.1.0-beta+fdrf.1+1.21
|
380 | porting_lib_level_events: Porting Lib Level Events 3.1.0-beta+fdrf.1+1.21
|
381 | porting_lib_lazy_registration: Porting Lib Lazy Register 3.1.0-beta+fdrf.1+1.21
|
382 | porting_lib_loot: Porting Lib Loot 3.1.0-beta+fdrf.1+1.21
|
383 | porting_lib_conditions: Porting Lib Conditions 3.1.0-beta+fdrf.1+1.21
|
384 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 3.1.0-beta+fdrf.1+1.21
|
385 | porting_lib_core: Porting Lib Core 3.1.0-beta+fdrf.1+1.21
|
386 | porting_lib_gametest: Porting Lib GameTest 3.1.0-beta+fdrf.1+1.21
|
387 | fastasyncworldsave: fastasyncworldsave Mod 1.21-2.0
|
388 | faster-random: Faster Random 5.1.0
|
389 | fastipping: Fast IP Ping 1.0.5
|
390 | fastpaintings: Fast Paintings 1.21-1.2.15
|
391 | faux-custom-entity-data: Faux-Custom-Entity-Data 12.0.1
|
392 | ferritecore: FerriteCore 7.0.0
|
393 | forgeconfigapiport: Forge Config API Port 21.0.8
|
394 | com_electronwill_night-config_core: core 3.8.0
|
395 | com_electronwill_night-config_toml: toml 3.8.0
|
396 | formations: Formations 1.0.3
|
397 | formationsnether: Formations Nether 1.0.5
|
398 | formationsoverworld: Formations Overworld 1.0.4
|
399 | friendsandfoes: Friends & Foes 3.0.6
|
400 | ftblibrary: FTB Library 2100.1.4
|
401 | ftbquests: FTB Quests 2100.1.4
|
402 | team_reborn_energy: Energy 4.1.0
|
403 | ftbteams: FTB Teams 2100.1.0
|
404 | ftbxmodcompat: FTB XMod Compat 3.2.1
|
405 | fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric
|
406 | fzzy_config: Fzzy Config 0.5.9+1.21
|
407 | fabric-permissions-api-v0: fabric-permissions-api 0.3.1
|
408 | net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
|
409 | geckoanimfix: GeckoLibIrisCompat 1.0.0
|
410 | geckolib: GeckoLib 4 4.5.8
|
411 | geophilic: Geophilic 3.1.4
|
412 | glitchcore: GlitchCore **.**.**.**
|
413 | net_jodah_typetools: typetools 0.6.3
|
414 | goated: You've Goat to be kidding me 1.21-1.4.2
|
415 | gpumemleakfix: Gpu memory leak fix mod 1.21-1.8
|
416 | grassoverhaul: Grass Overhaul 1.0.0
|
417 | guifollowers: GUI Followers 3.8
|
418 | handcrafted: Handcrafted 4.0.1
|
419 | hearths: Hearths 1.0.1
|
420 | highlighter: Highlighter 1.1.11
|
421 | iceberg: Iceberg 1.2.7
|
422 | ijmtweaks: IJM's Tweaks 1.4.0+1.21
|
423 | immediatelyfast: ImmediatelyFast 1.3.3+1.21.1
|
424 | net_lenni0451_reflect: Reflect 1.3.4
|
425 | improved-signs: Improved Signs 1.4.2
|
426 | inventoryhud: Inventory HUD + 3.4.26
|
427 | iris: Iris 1.8.0-beta.8+mc1.21.1
|
428 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
429 | org_anarres_jcpp: jcpp 1.4.14
|
430 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
431 | ironchest: Iron Chests 2.0.4
|
432 | libgui: LibGui 11.1.0+1.21
|
433 | jankson: Jankson 8.0.0+j1.2.3
|
434 | libninepatch: LibNinePatch 1.2.0
|
435 | itemborders: Item Borders 1.2.5
|
436 | jade: Jade 15.1.5+fabric
|
437 | jamlib: JamLib 1.2.1+1.21
|
438 | java: OpenJDK 64-Bit Server VM 21
|
439 | jeed: Just Enough Effects Descriptions 1.21-2.2.9
|
440 | jewelry: Jewelry (RPG Series) 2.0.2+1.21.1
|
441 | justenoughbreeding: Just Enough Breeding 1.4.0
|
442 | kiwi: Kiwi Library 15.1.1+fabric
|
443 | konkrete: Konkrete 1.9.9
|
444 | krypton: Krypton 0.2.8
|
445 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
446 | ksyxis: Ksyxis 1.3.2
|
447 | languagereload: Language Reload 1.7.2+1.21.1
|
448 | leavesbegone: Leaves Be Gone 21.0.0
|
449 | letmedespawn: Let Me Despawn 1.4.4
|
450 | lexicon: Lexicon 1.8.1
|
451 | libertyvillagers: Liberty's Villagers 1.0.15+fabric+1.21
|
452 | server_translations_api: Server Translations API 2.3.1+1.21-pre2
|
453 | lithium: Lithium 0.13.1
|
454 | lithostitched: Lithostitched 1.3.8
|
455 | lmft: Load My F***ing Tags 1.0.4+1.21
|
456 | loadingscreentips: Loading Screen Tips 1.3.6
|
457 | logbegone: Log Begone 1.0.2
|
458 | lolmblv: More Barrel Variants 1.7.4
|
459 | lolmcbv: More Chiseled Bookshelf Variants 1.6.1
|
460 | lolmcmv: More Composter Variants 1.7.3
|
461 | lolmcmv-aft: More Feeding Trough Variants 1.0.4
|
462 | lolmcv: More Chest Variants 1.5.6
|
463 | lolmfv: More Furnace Variants 1.0.3
|
464 | lolmgv: More Grindstone Variants 1.1.2
|
465 | lolmlmv: More Loom Variants 1.1.1
|
466 | lolmlv: More Lectern Variants 1.8.2
|
467 | lolmsv: More Shield Variants 1.2.1
|
468 | lootintegrations: Loot integration Mod 1.21-4.0
|
469 | lootr: Lootr 1.21-1.10.34.86
|
470 | macos_input_fixes: MacOS Input Fixes 1.8
|
471 | magnumtorch: Magnum Torch 21.0.0
|
472 | mavapi: More Axolotl Variants API 1.2.1
|
473 | mavm: More Axolotl Variants Mod 1.3.0
|
474 | mcwbridges: Macaw's Bridges 3.0.0
|
475 | mcwdoors: Macaw's Doors 1.1.1
|
476 | mcwfences: Macaw's Fences and Walls 1.1.2
|
477 | mcwholidays: Macaw's Holidays 1.1.0
|
478 | mcwlights: Macaw's Lights and Lamps 1.1.1
|
479 | mcwpaintings: Macaw's Paintings 1.0.5
|
480 | mcwpaths: Macaw's Paths and Pavings 1.0.5
|
481 | mcwroofs: Macaw's Roofs 2.3.1
|
482 | mcwstairs: Macaw's Stairs and Balconies 1.0.0
|
483 | mcwtrpdoors: Macaw's Trapdoors 1.1.4
|
484 | mcwwindows: Macaw's Windows 2.3.2
|
485 | mediumcore: mediumcore 1.0.0
|
486 | melody: Melody 1.0.10
|
487 | memorysettings: Memorysettings Mod 1.21-5.5
|
488 | mes: Moog's End Structures 1.3.5-1.21-fabric
|
489 | midnightlib: MidnightLib 1.6.3
|
490 | minecraft: Minecraft 1.21
|
491 | mns: Moog's Nether Structures 1.0.5-1.21-fabric
|
492 | modelfix: Model Gap Fix 1.21-1.6
|
493 | modernfix: ModernFix 5.19.1+mc1.21
|
494 | modmenu: Mod Menu 11.0.3
|
495 | moonlight: Moonlight Lib 1.21-2.17.12
|
496 | moremobvariants: More Mob Variants **.**.**.**
|
497 | morenemoswoodcuttervariants: More Nemo's Woodcutter Variants 1.1.2-1.21
|
498 | mousetweaks: Mouse Tweaks 2.26
|
499 | movingelevators: Moving Elevators 1.4.10
|
500 | mr_dungeons_andtaverns: Dungeons and Taverns 1-v4.4.4
|
501 | mr_farmers_cuttingbetternether: Farmer's Cutting: BetterNether 1.21-1.0
|
502 | mr_lukis_crazychambers: Luki's Crazy Chambers 1.0
|
503 | mru: Mineblock's Repeated Utilities 1.0.4+1.21+fabric
|
504 | mstv-base: More Stick Variants (MStV) 1.3.1
|
505 | mstv-mframev: More (Item/Painting) Frame Variants (MStV+) 1.0.0
|
506 | mstv-mfrv: More (Fishing) Rod Variants (MStV+) 1.0.1
|
507 | mstv-mtoolv: More Tool Variants (MStV+) 1.0.3
|
508 | mstv-mweaponv: More Weapon Variants (MStV+) 1.1.2
|
509 | musicnotification: Music Notification 2.1.0
|
510 | mvs: Moog's Voyager Structures 4.2.6-1.21-fabric
|
511 | naturescompass: Nature's Compass 1.21-2.2.6-fabric
|
512 | necronomicon: Necronomicon 1.6.0
|
513 | nemos-campfires: Nemo's Campfires 1.2.1-1.21.1
|
514 | nemos-moreladdervariants: Nemo's More Ladder Variants (MStV) 1.0.3
|
515 | nemos-woodcutter: Nemo's Woodcutter 1.11.5-1.21
|
516 | nerb: Not Enough Recipe Book 0.4.1
|
517 | neruina: Neruina 2.2.4
|
518 | com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.17.0
|
519 | com_fasterxml_jackson_core_jackson-core: jackson-core 2.17.0
|
520 | com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.17.0
|
521 | org_apache_httpcomponents_core5_httpcore5: httpcore5 5.3.1
|
522 | org_apache_maven_maven-artifact: maven-artifact 3.8.1
|
523 | org_kohsuke_github-api: github-api 1.318
|
524 | netherchested: Nether Chested 21.0.1
|
525 | limitlesscontainers: Limitless Containers 21.0.1
|
526 | netherportalfix: NetherPortalFix 21.0.2
|
527 | nicer-skies: Nicer Skies 1.4.1+1.21.1
|
528 | nochatreports: No Chat Reports 1.21.1-v2.9.1
|
529 | noisium: Noisium 2.3.0+mc1.21-1.21.1
|
530 | notenoughanimations: NotEnoughAnimations 1.8.2
|
531 | obsidianui: ObsidianUI 0.2.9+mc1.21.1
|
532 | octolib: OctoLib 0.5
|
533 | org_yaml_snakeyaml: snakeyaml 2.2
|
534 | openpartiesandclaims: Open Parties and Claims 0.23.4
|
535 | owo: oωo 0.12.15+1.21
|
536 | io_wispforest_endec_jankson: jankson 0.1.3
|
537 | packetfixer: Packet Fixer 1.4.2
|
538 | paladins: Paladins & Priests (RPG Series) 2.1.1+1.21.1
|
539 | particle_core: Particle Core 0.2.5+1.21
|
540 | conditional-mixin: conditional mixin 0.5.1
|
541 | patchouli: Patchouli 1.21-87-FABRIC
|
542 | fiber: fiber 0.23.0-2
|
543 | paxi: Paxi 1.21.1-Fabric-5.1.2
|
544 | pickupnotifier: Pick Up Notifier 21.0.0
|
545 | ping-wheel: Ping Wheel 1.10.0
|
546 | placeholder-api: Placeholder API 2.4.1+1.21
|
547 | playeranimator: Player Animator 2.0.0-alpha1+1.21
|
548 | polymer-bundled: Polymer 0.9.9+1.21
|
549 | polymer-blocks: Polymer (Textured Blocks) 0.9.9+1.21
|
550 | polymer-common: Polymer (Common) 0.9.9+1.21
|
551 | packet_tweaker: Packet Tweaker 0.5.5+1.21
|
552 | polymer-core: Polymer (Core) 0.9.9+1.21
|
553 | polymer-networking: Polymer (Networking) 0.9.9+1.21
|
554 | polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.9.9+1.21
|
555 | polymer-resource-pack: Polymer (Resource Pack) 0.9.9+1.21
|
556 | polymer-virtual-entity: Polymer (Virtual Entity) 0.9.9+1.21
|
557 | polymorph: Polymorph 1.0.6+1.21.1
|
558 | prism: root project 'Prism' 1.0.9
|
559 | puzzle: Puzzle 2.0.1
|
560 | puzzleslib: Puzzles Lib 21.0.28
|
561 | quad: Quad 1.2.7
|
562 | quad-lolmbdv: More Bed Variants 1.5.2
|
563 | quad-lolmbhv: More Beehive Variants 1.1.1
|
564 | quad-lolmjnv: More Jukebox/Noteblock Variants 1.0.2
|
565 | quad-lolmsmv: More Smoker Variants 1.3.1
|
566 | quad-mstv-mtv: More Torch Variants (MStV+) 1.0.7
|
567 | ranged_weapon_api: RangedWeaponAPI 2.0.4+1.21.1
|
568 | reacharound: Reacharound 1.3.1
|
569 | reeses-sodium-options: Reese's Sodium Options 1.8.0-beta.4+mc1.21.1
|
570 | repurposed_structures: Repurposed Structures 7.5.4+1.21-fabric
|
571 | reputation: Your Reputation 0.2.7+jade.1.21
|
572 | resourcefullib: Resourceful Lib 3.0.12
|
573 | com_teamresourceful_bytecodecs: bytecodecs 1.1.2
|
574 | com_teamresourceful_yabn: yabn 1.0.3
|
575 | resourcepackoverrides: Resource Pack Overrides 21.0.0
|
576 | resourcify: Resourcify 1.6.0
|
577 | rightclickharvest: Right Click Harvest 4.3.1+1.21
|
578 | rogues: Rogues & Warriors (RPG Series) 2.1.0+1.21.1
|
579 | runes: Runes 1.0.3+1.21.1
|
580 | scalablelux: ScalableLux 0.1.0+fabric.26c6e72
|
581 | sdrp: Simple Discord Rich Presence 87.0.1-build.49+mc1.21
|
582 | com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9
|
583 | com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
|
584 | com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
|
585 | org_json_json: json 20230227
|
586 | searchables: Searchables 1.0.5
|
587 | seasonhud: SeasonHUD 1.11.4
|
588 | sereneseasons: SereneSeasons **.**.**.**
|
589 | shield_api: Shield API 2.0.1+1.21.1
|
590 | shouldersurfing: Shoulder Surfing Reloaded 4.6.2
|
591 | shulkerboxtooltip: Shulker Box Tooltip 5.1.2+1.21
|
592 | simple_copper_pipes: Simple Copper Pipes 2.0.4
|
593 | frozenlib: FrozenLib 1.9.6-mc1.21.1
|
594 | simplemod: SimpleMod 1.21
|
595 | skinlayers3d: 3d-Skin-Layers 1.7.4
|
596 | smarterfarmers: Smarter Farmers 1.21-2.1.5
|
597 | smoothchunk: Smooth chunk save Mod 1.21-3.8
|
598 | snowrealmagic: Snow! Real Magic! 11.0.7+fabric
|
599 | sodium: Sodium 0.6.0-beta.2+mc1.21.1
|
600 | sodium-extra: Sodium Extra 0.6.0-beta.3+mc1.21.1
|
601 | sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.7
|
602 | sounds: Sounds 2.2.1+1.21+fabric
|
603 | mixinextras: MixinExtras 0.5.0-beta.2
|
604 | spark: spark 1.10.109
|
605 | sparsestructures: SparseStructures 2.2.0
|
606 | spell_engine: Spell Engine 1.1.2+1.21.1
|
607 | spell_power: Spell Power Attribute 1.0.5+1.21.1
|
608 | stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc
|
609 | net_fabricmc_mapping-io: mapping-io 0.6.1
|
610 | stackdeobfuscator-common: StackDeobfuscator Common 1.4.3+08e71cc
|
611 | status-effect-bars: Status Effect Bars 1.0.6
|
612 | stonycliffs: Stony Cliffs Are Cool (Lithostitched Edition) 1.1.2
|
613 | storagedelight: Storage Delight 24.9.11-1.21-fabric
|
614 | structory: Structory 1.3.9
|
615 | structory_towers: Structory: Towers 1.0.10
|
616 | structure_pool_api: Structure Pool API 1.1.3+1.21.1
|
617 | structureessentials: Structure Essentials Mod 1.21-3.4
|
618 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
|
619 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17+c
|
620 | supplementaries: Supplementaries 1.21-3.0.28-beta
|
621 | mixinsquared: MixinSquared 0.1.1
|
622 | suppsquared: Supplementaries Squared 1.21-1.2.3
|
623 | symbols_n_stuff: Symbols 'n' Stuff 0.1.2+1.21
|
624 | tcdcommons: TCD Commons API 3.12.4+fabric-1.21
|
625 | tclayer: Accessories Trinkets Compat Layer 3.10.0+beta.11
|
626 | terrablender: TerraBlender **.**.**.**
|
627 | texturized-particles: Texturized Particles 1.0.1+1.21
|
628 | the_bumblezone: The Bumblezone - Fabric 7.6.22+1.21-fabric
|
629 | toms_storage: Tom's Simple Storage Mod 2.0.11
|
630 | tradingpost: Trading Post 21.0.2
|
631 | trashslot: TrashSlot 21.0.2
|
632 | variantcraftingtables: Variant Crafting Tables 7.1
|
633 | veinmining: Vein Mining 5.0.0-beta+1.21
|
634 | villagernames: Villager Names 4.5.4
|
635 | visuality: Visuality 0.7.7+1.21
|
636 | visualworkbench: Visual Workbench 21.0.5
|
637 | voidz: VoidZ 1.0.11
|
638 | watut: What Are They Up To 1.21.0-1.1.3
|
639 | wither_spawn_fix: Wither Spawn Fix MC1.21-1.0.0
|
640 | wizards: Wizards (RPG Series) 2.1.0+1.21.1
|
641 | wover: WorldWeaver 21.0.13
|
642 | wover-biome: WorldWeaver - Biome API 21.0.13
|
643 | wover-block: WorldWeaver - Block and Item API 21.0.13
|
644 | wover-common: WorldWeaver - Common API 21.0.13
|
645 | wover-core: WorldWeaver - Core API 21.0.13
|
646 | wover-datagen: WorldWeaver - Datagen API 21.0.13
|
647 | wover-events: WorldWeaver - Events API 21.0.13
|
648 | wover-feature: WorldWeaver - Feature API 21.0.13
|
649 | wover-generator: WorldWeaver - World Generator API 21.0.13
|
650 | wover-item: WorldWeaver - Item API 21.0.13
|
651 | wover-math: WorldWeaver - Math API 21.0.13
|
652 | wover-preset: WorldWeaver - World Preset API 21.0.13
|
653 | wover-recipe: WorldWeaver - Recipe API 21.0.13
|
654 | wover-structure: WorldWeaver - Structure API 21.0.13
|
655 | wover-surface: WorldWeaver - Surface API 21.0.13
|
656 | wover-tag: WorldWeaver - Tag API 21.0.13
|
657 | wover-ui: WorldWeaver - UI API 21.0.13
|
658 | wunderlib: WunderLib 21.0.8
|
659 | xaerominimap: Xaero's Minimap 24.6.1
|
660 | xaeroplus: XaeroPlus 2.24.7
|
661 | com_github_ben-manes_caffeine_caffeine: caffeine 3.1.8
|
662 | com_github_rfresh2_oldbiomes: OldBiomes 1.0.0
|
663 | net_lenni0451_lambdaevents: LambdaEvents 2.4.2
|
664 | xaeroworldmap: Xaero's World Map 1.39.0
|
665 | yet_another_config_lib_v3: YetAnotherConfigLib 3.6.2+1.21-fabric
|
666 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
667 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
668 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
669 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
670 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
671 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
672 | org_quiltmc_parsers_gson: gson 0.2.1
|
673 | org_quiltmc_parsers_json: json 0.2.1
|
674 | yigd: You're in Grave Danger 2.4.11
|
675 | ysns: You Shall Not Spawn! 1.0.6
|
676 | yungsapi: YUNG's API 1.21.1-Fabric-5.1.3
|
677 | org_javassist_javassist: javassist 3.29.2-GA
|
678 | yungsmenutweaks: YUNG's Menu Tweaks 1.21.1-Fabric-2.1.1
|
679 | zoomify: Zoomify 2.14.2+1.21.1
|
680 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
681 | Loaded Shaderpack: (off)
|
682 | Launched Version: fabric-loader-0.16.7-1.21
|
683 | Launcher name: minecraft-launcher
|
684 | Backend library: LWJGL version 3.3.3-snapshot
|
685 | Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 566.14, NVIDIA Corporation
|
686 | Window size: 1920x1081
|
687 | GFLW Platform: win32
|
688 | GL Caps: Using framebuffer using OpenGL 3.2
|
689 | GL debug messages:
|
690 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
691 | Universe: 400921fb54442d18
|
692 | Type: Integrated Server (map_client.txt)
|
693 | Graphics mode: fancy
|
694 | Render Distance: 32/32 chunks
|
695 | Resource Packs: fabric, accessories, additional_lights, additionallanterns, adorabuild_structures, advancednetherite, adventurez, almanac, alternate-current, amendments, animal_feeding_trough, animatica, appleskin, archers, aurelj_paintings, balm-fabric, barteringstation, bcc, bclib, beautify, betteradvancements, betterarcheology, betterbeds, bettercombat, betterend, betterend-crashed-ships, betterf3, betterfpsdist, bettergrass, bettermounthud, betternether, betterstats, biomemusic, bobby, bosses_of_mass_destruction, bridgingmod, cameraoverhaul, cardinal-components, cardinal-components-base, cardinal-components-block, cardinal-components-chunk, cardinal-components-entity, cardinal-components-item, cardinal-components-level, cardinal-components-scoreboard, cardinal-components-world, carryon, cavedust, charmofundying, chat_heads, chatpatches, cherishedworlds, chestsearchbar, chisel, chiseled-bookshelf-visualizer, chunksending, citresewn, citresewn-defaults, clean_tooltips, cloth-config, combat_roll, comforts, conditional-mixin, connectivity, continuity, controlling, crafttweaker, crashexploitfixer, cratedelight, craterlib, crawl, cropsloverain, cubes-without-borders, cullleaves, customportalapi, dark-loading-screen, debugify, deeperdarker, dragonloot, dummmmmmy, dungeons_arise, easyanvils, easymagic, eatinganimationid, effecttimerplus, emi, emi_enchanting, emi_loot, emiprofessions, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, everycomp, evs, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabrishot, fallingleaves, fallingtree, fancymenu, farmersdelight, faster-random, fastipping, fastpaintings, faux-custom-entity-data, forgeconfigapiport, formations, friendsandfoes, frozenlib, ftblibrary, ftbquests, ftbteams, ftbxmodcompat, fullstackwatchdog, fzzy_config, goated, grassoverhaul, guifollowers, handcrafted, highlighter, ijmtweaks, immediatelyfast, improved-signs, inventoryhud, iris, ironchest, iteminteractions, jade, jamlib, jankson, jeed, jewelry, justenoughbreeding, kiwi, konkrete, krypton, languagereload, letmedespawn, lexicon, libertyvillagers, libgui, lithium, lmft, loadingscreentips, logbegone, lolmblv, lolmcbv, lolmcmv, lolmcmv-aft, lolmcv, lolmfv, lolmgv, lolmlmv, lolmlv, lolmsv, lootintegrations, lootr, macos_input_fixes, magnumtorch, mavapi, mavm, mcwbridges, mcwdoors, mcwfences, mcwholidays, mcwlights, mcwpaintings, mcwpaths, mcwroofs, mcwstairs, mcwtrpdoors, mcwwindows, mediumcore, memorysettings, mes, midnightlib, mm, mns, modernfix, modmenu, moonlight, moremobvariants, morenemoswoodcuttervariants, movingelevators, mr_dungeons_andtaverns, mru, mstv-base, mstv-mframev, mstv-mfrv, mstv-mtoolv, mstv-mweaponv, musicnotification, mvs, naturescompass, nemos-campfires, nemos-moreladdervariants, nemos-woodcutter, neruina, netherchested, netherportalfix, nicer-skies, nochatreports, noisium, notenoughanimations, obsidianui, openpartiesandclaims, owo, packetfixer, paladins, particle_core, patchouli, ping-wheel, placeholder-api, playeranimator, polymer-blocks, polymer-core, polymer-resource-pack, polymorph, porting_lib_accessors, porting_lib_asm, porting_lib_attributes, porting_lib_base, porting_lib_blocks, porting_lib_common, porting_lib_conditions, porting_lib_config, porting_lib_core, porting_lib_entity, porting_lib_extensions, porting_lib_fluids, porting_lib_gametest, porting_lib_gui_utils, porting_lib_item_abilities, porting_lib_lazy_registration, porting_lib_level_events, porting_lib_loot, porting_lib_mixin_extensions, porting_lib_recipe_book_categories, porting_lib_tags, porting_lib_transfer, prism, puzzle, quad-lolmbdv, quad-lolmbhv, quad-lolmjnv, quad-lolmsmv, quad-mstv-mtv, ranged_weapon_api, reacharound, reeses-sodium-options, repurposed_structures, reputation, resourcepackoverrides, resourcify, rightclickharvest, rogues, runes, scalablelux, sdrp, searchables, seasonhud, sereneseasons, shield_api, shouldersurfing, shulkerboxtooltip, simple_copper_pipes, simplemod, skinlayers3d, smoothchunk, snowrealmagic, sodium, sodium-extra, sound_physics_remastered, sounds, spark, spectrelib, spell_engine, spell_power, stackdeobfuscator, stackdeobfuscator-common, status-effect-bars, storagedelight, structure_pool_api, structureessentials, supermartijn642corelib, supplementaries, suppsquared, symbols_n_stuff, tcdcommons, tclayer, team_reborn_energy, terrablender, texturized-particles, the_bumblezone, toms_storage, tradingpost, trashslot, variantcraftingtables, veinmining, villagernames, visuality, visualworkbench, voidz, watut, wither_spawn_fix, wizards, wover, wover-block, wover-core, wover-events, wover-generator, wover-preset, wover-surface, wover-ui, wunderlib, xaerominimap, xaeroplus, xaeroworldmap, yet_another_config_lib_v3, yigd, yungsmenutweaks, zoomify, vanilla, moonlight:mods_dynamic_assets, file/FreshAnimations_v1.9.2.zip, file/FA+All_Extensions-v1.4.zip, file/Eyeless Fresh Moves v3.0.1.zip, file/trabens-3d-arrows-1.1.zip, file/Icon Xaero's 1.2 HF.zip, file/§9RAY's §f3D §6Rails§8§o§k.zip, file/§9RAY's §f3D §6Ladders§8§o§k.zip, file/Fancy Crops v1.0 f5-34.zip, file/Blockier Goat Horn v1.1 f9-34.zip, file/Banner Pattern Clarity v1.5 pf8-34.zip, file/Icons v.1.11.3.zip, minecraft:supporteatinganimation, file/Overdetailed Enchanting Table 1.21.zip, file/colourful containers.zip, file/colourful containers - modded.zip, file/Bibliophilia 1.13.2 (1.21).zip, file/Hellim's Xaero's Maps Mob Icons v0.8.zip, continuity:glass_pane_culling_fix, continuity:default, file/Truly Connected.zip, file/connected_Trials[1.21+].zip, file/_SockDog's Connected Texture.zip, file/EnderEyes_1.21_v3.1.zip, file/xali's Potions v1.0.zip, file/xali's+Potions_EMISSIVE+v.1.0.zip, visualworkbench:default_block_models, easymagic:default_block_models, easyanvils:default_block_models, diagonalblocks:default_block_models
|
696 | Current Language: en_gb
|
697 | Locale: en_US
|
698 | System encoding: Cp1252
|
699 | File encoding: UTF-8
|
700 | CPU: 8x Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
|
701 | Server Running: true
|
702 | Player Count: 1 / 8; [class_3222['EldarGods'/2, l='ServerLevel[test world]', x=-52.35, y=73.00, z=30.61]]
|
703 | Active Data Packs: vanilla, fabric, accessories, additional_lights, additionallanterns (incompatible), adorabuild_structures, advancednetherite, adventurez, amendments, animal_feeding_trough, archers, aurelj_paintings, balm-fabric (incompatible), barteringstation (incompatible), bclib, beautify, betterarcheology, bettercombat, betterend, betternether, blended_compat (incompatible), bosses_of_mass_destruction, carryon (incompatible), charmofundying (incompatible), chisel, collective, combat_roll, comforts (incompatible), crafttweaker (incompatible), cratedelight, deeperdarker (incompatible), diagonalblocks (incompatible), dragonloot, dummmmmmy, dungeons_arise (incompatible), easyanvils (incompatible), easymagic (incompatible), easyshulkerboxes (incompatible), elytraslot (incompatible), emi_loot, everycomp, evs, fabric-convention-tags-v2, farmers_structures (incompatible), farmersdelight, fastpaintings, formationsnether, formationsoverworld, friendsandfoes, frozenlib, ftbquests, geophilic, goated, grassoverhaul, handcrafted, hearths, improved-signs, ironchest, jeed, jewelry, lexicon, libertyvillagers, lithostitched, lolmblv, lolmcbv, lolmcmv, lolmcmv-aft, lolmcv, lolmfv, lolmgv, lolmlmv, lolmlv, lolmsv, lootintegrations (incompatible), lootr, magnumtorch (incompatible), mcwbridges (incompatible), mcwdoors (incompatible), mcwfences (incompatible), mcwholidays (incompatible), mcwlights (incompatible), mcwpaintings (incompatible), mcwpaths (incompatible), mcwroofs (incompatible), mcwstairs (incompatible), mcwtrpdoors (incompatible), mcwwindows (incompatible), mediumcore (incompatible), mes (incompatible), mns (incompatible), moonlight, moremobvariants, morenemoswoodcuttervariants, movingelevators (incompatible), mr_dungeons_andtaverns, mr_farmers_cuttingbetternether, mr_lukis_crazychambers, mstv-base, mstv-mframev, mstv-mfrv, mstv-mtoolv, mstv-mweaponv, mvs (incompatible), naturescompass, nemos-campfires, nemos-moreladdervariants, nemos-woodcutter, neruina (incompatible), netherchested (incompatible), openpartiesandclaims (incompatible), paladins, patchouli (incompatible), porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, quad, quad-lolmbdv, quad-lolmbhv, quad-lolmjnv, quad-lolmsmv, quad-mstv-mtv, repurposed_structures, rightclickharvest, rogues, runes, seasonhud (incompatible), sereneseasons (incompatible), server_translations_api, simple_copper_pipes, simplemod, smarterfarmers, snowrealmagic (incompatible), sounds (incompatible), spell_engine, spell_power, stonycliffs, storagedelight, structory, structory_towers, supermartijn642corelib (incompatible), supplementaries, suppsquared, terrablender (incompatible), the_bumblezone, toms_storage, tradingpost (incompatible), variantcraftingtables, veinmining (incompatible), visualworkbench (incompatible), voidz, wizards, wover-generator, wover-preset, wover-surface, wover-tag, yigd, yungsapi (incompatible), betterend:patchouli_extensions, $polymer-resources, everycomp:generated_pack, goated:generated_pack, moonlight:mods_dynamic_assets, supplementaries:generated_pack, suppsquared:generated_pack, Scarecrow_Obliterator.zip (incompatible), formationsoverworldconfig.zip (incompatible)
|
704 | Available Data Packs: $polymer-resources, Scarecrow_Obliterator.zip (incompatible), accessories, additional_lights, additionallanterns (incompatible), adorabuild_structures, advancednetherite, adventurez, amendments, animal_feeding_trough, archers, aurelj_paintings, balm-fabric (incompatible), barteringstation (incompatible), bclib, beautify, betterarcheology, bettercombat, betterend, betterend:nourish_extensions, betterend:patchouli_extensions, betternether, betternether:vanilla-hammers_extensions, betternether:vanillaexcavators_extensions, blended_compat (incompatible), bosses_of_mass_destruction, bundle, carryon (incompatible), charmofundying (incompatible), chisel, collective, combat_roll, comforts (incompatible), crafttweaker (incompatible), cratedelight, deeperdarker (incompatible), diagonalblocks (incompatible), dragonloot, dummmmmmy, dungeons_arise (incompatible), easyanvils (incompatible), easymagic (incompatible), easyshulkerboxes (incompatible), elytraslot (incompatible), emi_loot, everycomp, everycomp:generated_pack, evs, fabric, fabric-convention-tags-v2, farmers_structures (incompatible), farmersdelight, fastpaintings, formationsnether, formationsoverworld, formationsoverworldconfig.zip (incompatible), friendsandfoes, frozenlib, ftbquests, geophilic, goated, goated:generated_pack, grassoverhaul, handcrafted, hearths, improved-signs, ironchest, jeed, jewelry, lexicon, libertyvillagers, lithostitched, lolmblv, lolmcbv, lolmcmv, lolmcmv-aft, lolmcv, lolmfv, lolmgv, lolmlmv, lolmlv, lolmsv, lootintegrations (incompatible), lootr, magnumtorch (incompatible), mcwbridges (incompatible), mcwdoors (incompatible), mcwfences (incompatible), mcwholidays (incompatible), mcwlights (incompatible), mcwpaintings (incompatible), mcwpaths (incompatible), mcwroofs (incompatible), mcwstairs (incompatible), mcwtrpdoors (incompatible), mcwwindows (incompatible), mediumcore (incompatible), mes (incompatible), mns (incompatible), moonlight, moonlight:mods_dynamic_assets, moremobvariants, morenemoswoodcuttervariants, movingelevators (incompatible), mr_dungeons_andtaverns, mr_farmers_cuttingbetternether, mr_lukis_crazychambers, mstv-base, mstv-mframev, mstv-mfrv, mstv-mtoolv, mstv-mweaponv, mvs (incompatible), naturescompass, nemos-campfires, nemos-moreladdervariants, nemos-woodcutter, neruina (incompatible), netherchested (incompatible), openpartiesandclaims (incompatible), paladins, patchouli (incompatible), porting_lib_base, porting_lib_gametest, porting_lib_item_abilities, porting_lib_tags, quad, quad-lolmbdv, quad-lolmbhv, quad-lolmjnv, quad-lolmsmv, quad-mstv-mtv, repurposed_structures, rightclickharvest, rogues, runes, seasonhud (incompatible), sereneseasons (incompatible), server_translations_api, simple_copper_pipes, simplemod, smarterfarmers, snowrealmagic (incompatible), sounds (incompatible), spell_engine, spell_power, stonycliffs, storagedelight, structory, structory_towers, supermartijn642corelib (incompatible), supplementaries, supplementaries:generated_pack, suppsquared, suppsquared:generated_pack, terrablender (incompatible), the_bumblezone, toms_storage, trade_rebalance, tradingpost (incompatible), vanilla, variantcraftingtables, veinmining (incompatible), visualworkbench (incompatible), voidz, wizards, wover-generator, wover-preset, wover-surface, wover-tag, yigd, yungsapi (incompatible)
|
705 | Enabled Feature Flags: minecraft:vanilla
|
706 | World Generation: Stable
|
707 | World Seed: 3938283194914124166
|
708 |
|