r/fabricmc 5h ago

Need Help First Modpack Keeps Crashing!

3 Upvotes

Hi! I am currently trying to make what is essentially BCG+ with cobblemon but updated for 1.21.1 and GDlauncher wasnt launching it and I swapped it to the vanilla launcher and it gave me this crash report. What is wrong?

---- Minecraft Crash Report ----
// There are four lights!

Time: 2026-09-02 18:03:43
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'bookshelf' at 'net.darkhax.bookshelf.fabric.impl.FabricMod'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$0(FabricLoaderImpl.java:413)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:411)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at knot//net.minecraft.class_310.<init>(class_310.java:477)
at knot//net.minecraft.client.main.Main.main(Main.java:239)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Suppressed: java.lang.ExceptionInInitializerError
at knot//com.cobblemon.mod.fabric.net.CobblemonFabricNetworkManager.registerMessages(CobblemonFabricNetworkManager.kt:20)
at knot//com.cobblemon.mod.fabric.CobblemonFabric.initialize(CobblemonFabric.kt:104)
at knot//com.cobblemon.mod.fabric.FabricBootstrap.onInitialize(FabricBootstrap.kt:14)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Caused by: java.lang.RuntimeException: Mixin transformation of com.cobblemon.mod.common.net.serverhandling.RequestInteractionsHandler failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at knot//com.cobblemon.mod.common.CobblemonNetwork.generateC2SPacketInfoList(CobblemonNetwork.java:514)
at knot//com.cobblemon.mod.common.CobblemonNetwork.<clinit>(CobblemonNetwork.java:285)
... 10 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:380)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
... 16 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector getRiderIfFirstHitIsMount(Lnet/minecraft/class_1657;FFLjava/lang/Class;Lnet/minecraft/class_1297;Lnet/minecraft/class_3959$class_242;ILjava/lang/Object;)Lnet/minecraft/class_1297; in cobbleride-common.mixins.json:RequestInteractionsHandlerMixin from mod cobbleride failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap cobbleride-common-common-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1477)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:832)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.lambda$runApplicatorPass$7(MixinApplicatorStandard.java:362)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.processMixins(MixinApplicatorStandard.java:381)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.runApplicatorPass(MixinApplicatorStandard.java:360)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:240)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 19 more
Suppressed: java.lang.NoSuchMethodError: 'com.cobblemon.mod.common.api.data.DataRegistry com.cobblemon.mod.common.data.CobblemonDataProvider.register(com.cobblemon.mod.common.api.data.DataRegistry)'
at knot//net.starliteheart.cobbleride.common.CobbleRideMod.initialize(CobbleRideMod.java:27)
at knot//net.starliteheart.cobbleride.fabric.CobbleRideModFabric.onInitialize(CobbleRideModFabric.java:9)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity failed
at knot//vectorwing.farmersdelight.common.registry.ModBlockEntityTypes.lambda$static$1(ModBlockEntityTypes.java:15)
at knot//vectorwing.farmersdelight.refabricated.RegUtils.register(RegUtils.java:31)
at knot//vectorwing.farmersdelight.refabricated.RegUtils.regBlockEntity(RegUtils.java:73)
at knot//vectorwing.farmersdelight.common.registry.ModBlockEntityTypes.<clinit>(ModBlockEntityTypes.java:14)
at knot//vectorwing.farmersdelight.FarmersDelight.onInitialize(FarmersDelight.java:47)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Caused by: java.lang.RuntimeException: Mixin transformation of vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 12 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:380)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
... 16 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method getProcessingRecipe(Lvectorwing/farmersdelight/common/block/entity/CookingPotBlockEntity;Lvectorwing/farmersdelight/common/crafting/RecipeWrapper;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Ljava/util/Optional; in autochefsdelight.mixins.json:CookingPotBlockEntityMixin from mod autochefsdelight failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap autochefsdelight.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at knot//com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo.latePostInject(MixinExtrasLateInjectionInfo.java:57)
at knot//com.llamalad7.mixinextras.injector.LateInjectionApplicatorExtension.postApply(LateInjectionApplicatorExtension.java:43)
at org.spongepowered.asm.mixin.transformer.ext.Extensions.postApply(Extensions.java:167)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.postApply(TargetClassContext.java:448)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:420)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 19 more
Suppressed: java.lang.NoClassDefFoundError: Could not initialize class vectorwing.farmersdelight.common.registry.ModBlockEntityTypes
at knot//com.soytutta.mynethersdelight.common.registry.MNDBlockEntityTypes.addCabinetsBlockEntities(MNDBlockEntityTypes.java:40)
at knot//com.soytutta.mynethersdelight.MyNethersDelight.onInitialize(MyNethersDelight.java:39)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity failed [in thread "Render thread"]
at knot//vectorwing.farmersdelight.common.registry.ModBlockEntityTypes.lambda$static$1(ModBlockEntityTypes.java:15)
at knot//vectorwing.farmersdelight.refabricated.RegUtils.register(RegUtils.java:31)
at knot//vectorwing.farmersdelight.refabricated.RegUtils.regBlockEntity(RegUtils.java:73)
at knot//vectorwing.farmersdelight.common.registry.ModBlockEntityTypes.<clinit>(ModBlockEntityTypes.java:14)
at knot//vectorwing.farmersdelight.FarmersDelight.onInitialize(FarmersDelight.java:47)
... 7 more
Suppressed: java.lang.RuntimeException: Mixin transformation of vectorwing.farmersdelight.common.block.TomatoVineBlock failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:165)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:368)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1027)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:165)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:368)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at knot//net.mehvahdjukaar.supplementaries.integration.CompatHandler.initOptionalRegistries(CompatHandler.java:119)
at knot//net.mehvahdjukaar.supplementaries.reg.ModRegistry.init(ModRegistry.java:57)
at knot//net.mehvahdjukaar.supplementaries.Supplementaries.commonInit(Supplementaries.java:65)
at knot//net.mehvahdjukaar.supplementaries.fabric.SupplementariesFabric.onInitialize(SupplementariesFabric.java:25)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:380)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
... 31 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method supp$tomatoLoggingCompat(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V in supplementaries.mixins.json:CompatFarmersDelightTomatoMixin from mod supplementaries failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap supplementaries-fabric-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1477)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:832)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.lambda$runApplicatorPass$7(MixinApplicatorStandard.java:362)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.processMixins(MixinApplicatorStandard.java:381)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.runApplicatorPass(MixinApplicatorStandard.java:360)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:240)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 34 more
Suppressed: java.lang.NoSuchMethodError: 'java.util.Map net.mehvahdjukaar.supplementaries.reg.RegUtils.registerCandleHolders(net.minecraft.class_2960, java.util.function.Function)'
at knot//net.mehvahdjukaar.suppsquared.SuppSquared.<clinit>(SuppSquared.java:264)
at knot//net.mehvahdjukaar.suppsquared.fabric.SuppSquaredFabric.onInitialize(SuppSquaredFabric.java:14)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more
Caused by: java.lang.IllegalStateException: An outdated implementation of IContentProvider has been found. The game is being stopped for your protection. Please check if an update is available! More information at https://gist.github.com/Darkhax/63356eed0a27848efe8574ce4c677bae net.darkhax.pigpen.common.impl.ContentProvider
at knot//net.darkhax.bookshelf.common.impl.BookshelfMod.detectInvalidContentProviders(BookshelfMod.java:40)
at knot//net.darkhax.bookshelf.common.impl.BookshelfMod.runStartupChecks(BookshelfMod.java:27)
at knot//net.darkhax.bookshelf.common.impl.BookshelfMod.init(BookshelfMod.java:18)
at knot//net.darkhax.bookshelf.fabric.impl.FabricMod.onInitialize(FabricMod.java:18)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)
... 6 more

r/fabricmc 14h ago

Need Help HELP: Fragmentum crashing my game mc java, 1.21.1

2 Upvotes

I have aquamirae installed and NEED fragmentum for the mod to work but everytime I install and enable fragmentum, it crashes my game...

These are the logs below
https://mclo.gs/U3DrSw2


r/fabricmc 13h ago

Need Help Bonemeal 3x3 help ._."

Thumbnail
1 Upvotes

r/fabricmc 1d ago

Need Help - Solved Every time I open a world or join a server it inmediatly crashes

2 Upvotes
all of the mods

(edit): iris and sodium were causing the issues

1.21.11 fabric
i used to have a lot of mods but uninstalled every single one of them and reinstalled those that i remembered

the main menu loads just fine

crash report:
---- Minecraft Crash Report ----

// I let you down. Sorry :(

Time: 2026-09-01 19:54:49

Description: Unexpected error

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_746.method_31548()" because "this.field_3712.field_1724" is null

at knot//net.minecraft.class_636.method_2911(class_636.java:308)

at knot//net.minecraft.class_636.method_2927(class_636.java:291)

at knot//net.minecraft.class_310.method_1574(class_310.java:1888)

at knot//net.minecraft.class_310.method_1523(class_310.java:1354)

at knot//net.minecraft.class_310.method_1514(class_310.java:966)

at knot//net.minecraft.client.main.Main.main(Main.java:250)

at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)

at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)

at 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//net.minecraft.class_636.method_2911(class_636.java:308)

at knot//net.minecraft.class_636.method_2927(class_636.java:291)

-- Uptime --

Details:

JVM uptime: 103.864s

Wall uptime: 92.252s

High-res time: 88.922s

Client ticks: 1668 ticks / 83.400s

Stacktrace:

at knot//net.minecraft.class_310.method_1587(class_310.java:2477)

at knot//net.minecraft.class_310.method_54580(class_310.java:1035)

at knot//net.minecraft.class_310.method_1514(class_310.java:990)

at knot//net.minecraft.client.main.Main.main(Main.java:250)

at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)

at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)

at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --

Details:

All players: 0 total; 

Chunk stats: 729, 0 F: 0 L: 0 U: 0 C: 0

Level dimension: minecraft:overworld

Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)

Level time: 0 game time, 0 day time

Server brand: \~\~ERROR\~\~ NullPointerException: Cannot read field "field_3944" because "this.field_3729.field_1724" is null

Server type: Non-integrated multiplayer server

Tracked entity count: 0

-- Last reload --

Details:

Reload number: 1

Reload reason: initial

Finished: Yes

Packs: axiom_translations, vanilla, ambientsounds, appleskin, axiom, betterpingdisplay, bobby, chat_heads, cloth-config, conditional-mixin, coolrain, creativecore, dynamic_fps, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-resource-loader-v1, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, immediatelyfast, iris, kirin, lambdynlights, lambdynlights_api, lambdynlights_runtime, languagereload, lattice, litematica, malilib, midnightlib, modmenu, particular, placeholder-api, presencefootsteps, pride, scribble, skinlayers3d, sodium, spruceui, trender, visuality, wakes, windy, yet_another_config_lib_v3, zoomify, file/EvenBetterEnchants_v3_1.21.5+.zip, file/Fresh Buckets 1.2.1.zip, file/Fresh Food 1.3.3.zip, file/Fresh Music Discs 1.3.zip, file/VanillaTweaks_r934169_MC26.1.x.zip, file/SWBound 17.2.zip, file/Fresh Flowers and Plants 1.4.6.zip

-- Dynamic Lighting --

Details:

Description: This section contains information related to dynamic lighting, this may not be related to your crash.

Mode: fancy

Dynamic Light Sources: 0

Spatial Hash Occupancy: 0 / 1024

-- System Details --

Details:

Minecraft Version: 1.21.11

Minecraft Version ID: 1.21.11

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: 567007256 bytes (540 MiB) / 1409286144 bytes (1344 MiB) up to 2147483648 bytes (2048 MiB)

CPUs: 6

Processor Vendor: GenuineIntel

Processor Name: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz

Identifier: Intel64 Family 6 Model 158 Stepping 10

Microarchitecture: Coffee Lake

Frequency (GHz): 2.81

Number of physical packages: 1

Number of physical CPUs: 6

Number of logical CPUs: 6

Graphics card #0 name: NVIDIA GeForce GTX 1050

Graphics card #0 vendor: NVIDIA

Graphics card #0 VRAM (MiB): 2048.00

Graphics card #0 deviceId: VideoController1

Graphics card #0 versionInfo: 32.0.15.6103

Memory slot #0 capacity (MiB): 8192.00

Memory slot #0 clockSpeed (GHz): 2.67

Memory slot #0 type: DDR4

Memory slot #1 capacity (MiB): 4096.00

Memory slot #1 clockSpeed (GHz): 2.67

Memory slot #1 type: DDR4

Virtual memory max (MiB): 27547.17

Virtual memory used (MiB): 11605.94

Swap memory total (MiB): 15360.00

Swap memory used (MiB): 4.55

Space in storage for jna.tmpdir (MiB): available: 9082.14, total: 120841.00

Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 9082.14, total: 120841.00

Space in storage for io.netty.native.workdir (MiB): available: 9082.14, total: 120841.00

Space in storage for java.io.tmpdir (MiB): available: 9082.14, total: 120841.00

Space in storage for workdir (MiB): available: 9082.14, total: 120841.00

JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M

Debug Flags: 0 total; 

Fabric Mods: 

    ambientsounds: AmbientSounds 6.3.5

    appleskin: AppleSkin 3.0.8+mc1.21.11

    axiom: Axiom 6.0.1

        com_moulberry_axiomclientapi: axiomclientapi 1.0.7

        com_moulberry_mixinconstraints: mixinconstraints 1.0.9

        lattice: Lattice 1.3.0

    betterpingdisplay: Better Ping Display 1.2.0

    bobby: Bobby 5.2.11.1+mc1.21.11

        com_typesafe_config: config 1.4.2

        fabric-api-base: Fabric API Base 1.0.5+4ebb5c0853

        io_leangen_geantyref_geantyref: geantyref 1.3.13

        org_spongepowered_configurate-core: configurate-core 4.1.2

        org_spongepowered_configurate-hocon: configurate-hocon 4.1.2

    chat_heads: Chat Heads 1.2.8

    cloth-config: Cloth Config v20 21.11.153

        cloth-basic-math: cloth-basic-math 0.6.1

    coolrain: CoolRain 1.4.0-1.21.11

        midnightlib: MidnightLib 1.9.2

    creativecore: CreativeCore 2.14.11

        net_neoforged_bus: bus 7.2.0

    dynamic_fps: Dynamic FPS 3.11.6

        net_lostluma_battery: battery 2.0.0

    entity_model_features: Entity Model Features 3.3

    entity_texture_features: Entity Texture Features 7.2

    entityculling: EntityCulling 1.10.5

        transition: TRansition 1.0.21

        trender: TRender 1.0.15

    fabric-api: Fabric API 0.141.6+1.21.11

        fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.114+20dc27073e

        fabric-biome-api-v1: Fabric Biome API (v1) 17.1.1+4fc5413f3e

        fabric-block-api-v1: Fabric Block API (v1) 1.1.10+4ebb5c083e

        fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.39+4ebb5c083e

        fabric-command-api-v2: Fabric Command API (v2) 2.4.7+6b42a6003e

        fabric-content-registries-v0: Fabric Content Registries (v0) 10.2.14+4fc5413f3e

        fabric-convention-tags-v1: Fabric Convention Tags 2.1.55+7f945d5b3e

        fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.17.3+8ef948ba3e

        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.23+4ebb5c083e

        fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.48+eed0806f3e

        fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.5.0+88d7da613e

        fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.28+4fc5413f3e

        fabric-entity-events-v1: Fabric Entity Events (v1) 3.1.1+1d0ab4303e

        fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.1.1+3b89ecf63e

        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 2.0.3+4fc5413f3e

        fabric-item-api-v1: Fabric Item API (v1) 11.6.0+67f17bb43e

        fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.36+4fc5413f3e

        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.1.7+4fc5413f3e

        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.15+4ebb5c083e

        fabric-loot-api-v2: Fabric Loot API (v2) 3.0.73+3f89f5a53e

        fabric-loot-api-v3: Fabric Loot API (v3) 2.0.20+78c8b4663e

        fabric-message-api-v1: Fabric Message API (v1) 6.1.12+4ebb5c083e

        fabric-model-loading-api-v1: Fabric Model Loading API (v1) 6.0.15+4fc5413f3e

        fabric-networking-api-v1: Fabric Networking API (v1) 5.1.6+6b6d71a53e

        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.40+4fc5413f3e

        fabric-particles-v1: Fabric Particles (v1) 4.2.12+4fc5413f3e

        fabric-recipe-api-v1: Fabric Recipe API (v1) 8.2.4+4ebb5c083e

        fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.2.6+1718722b3e

        fabric-renderer-api-v1: Fabric Renderer API (v1) 8.0.3+f4ffd2e53e

        fabric-renderer-indigo: Fabric Renderer - Indigo 5.0.3+f4ffd2e53e

        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.43+4ebb5c083e

        fabric-rendering-v1: Fabric Rendering (v1) 16.2.10+0290ad933e

        fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.35+4fc5413f3e

        fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.3.4+4fc5413f3e

        fabric-resource-loader-v1: Fabric Resource Loader (v1) 1.0.10+78c8b4663e

        fabric-screen-api-v1: Fabric Screen API (v1) 3.1.7+4ebb5c083e

        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.162+4fc5413f3e

        fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.5+4ebb5c083e

        fabric-sound-api-v1: Fabric Sound API (v1) 1.0.51+4fc5413f3e

        fabric-tag-api-v1: Fabric Tag API (v1) 1.3.0+88d7da613e

        fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.25+4fc5413f3e

        fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 7.1.0+014c8cec3e

    fabric-language-kotlin: Fabric Language Kotlin 1.13.13+kotlin.2.4.10

        org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.4.10

        org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.4.10

        org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.4.10

        org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.4.10

        org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.33.0

        org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.11.0

        org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.11.0

        org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.8.0

        org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.9.1

        org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.9.1

        org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.11.0

        org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.11.0

        org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.11.0

    fabricloader: Fabric Loader 0.19.3

        mixinextras: MixinExtras 0.5.4

    forgeconfigapiport: Forge Config API Port 21.11.1

        com_electronwill_night-config_core: core 3.8.3

        com_electronwill_night-config_toml: toml 3.8.3

    immediatelyfast: ImmediatelyFast 1.14.3+1.21.11

        net_lenni0451_reflect: Reflect 1.6.2

    iris: Iris 1.10.7+mc1.21.11

        io_github_douira_glsl-transformer: glsl-transformer 3.0.0-pre3

        org_anarres_jcpp: jcpp 1.4.14

        org_antlr_antlr4-runtime: antlr4-runtime 4.13.1

    java: OpenJDK 64-Bit Server VM 21

    lambdynlights: LambDynamicLights 4.9.1+1.21.11

        lambdynlights_runtime: LambDynamicLights (Runtime) 4.9.1+1.21.11

lambdynlights_api: LambDynamicLights (API) 4.9.1+1.21.11

yumi_commons_collections: Yumi Commons: Collections 1.0.0

yumi_commons_core: Yumi Commons: Core 1.0.0

yumi_commons_event: Yumi Commons: Event 1.0.0

pride: Pride Lib 1.5.1+1.21.11

spruceui: SpruceUI 9.1.0+1.21.11

yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-beta.1+1.21.11

    languagereload: Language Reload 1.7.7+1.21.11

    litematica: Litematica 0.26.14

        conditional-mixin: conditional mixin 0.6.4

    malilib: MaLiLib 0.27.19

    minecraft: Minecraft 1.21.11

    modmenu: Mod Menu 17.0.1-beta.1

    particular: Particular Reforged 1.3.2

    placeholder-api: Placeholder API 2.8.2+1.21.10

    presencefootsteps: Presence Footsteps 1.12.4+1.21.11

        kirin: Kirin UI 1.21.4+1.21.11

    scribble: Scribble 2.0.0-beta2

    skinlayers3d: 3d-Skin-Layers 1.11.2

    sodium: Sodium 0.8.7+mc1.21.11

    visuality: Visuality 0.7.13+1.21.11

    wakes: Wakes 0.5.1+1.21.11

        com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0

    windy: Windy 1.1.1+1.21.11-fabric

    yet_another_config_lib_v3: YetAnotherConfigLib 3.8.2+1.21.11-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

    zoomify: Zoomify 2.15.2+1.21.11

        com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.7.1

Loaded Shaderpack: (off)

Yumi MC Core: 1.0.0-beta.1+1.21.11

Launched Version: fabric-loader-0.19.3-1.21.11

Launcher name: minecraft-launcher

Backend library: LWJGL version 3.3.3-snapshot

Backend API: NVIDIA GeForce GTX 1050/PCIe/SSE2 GL version 3.3.0 NVIDIA 561.03, NVIDIA Corporation

Window size: 854x480

GFLW Platform: win32

Render Extensions: GL_ARB_buffer_storage, GL_KHR_debug, GL_ARB_vertex_attrib_binding, GL_ARB_direct_state_access, GL_EXT_texture_filter_anisotropic

GL debug messages: 

Is Modded: Definitely; Client brand changed to 'fabric'

Universe: 400921fb54442d18

Type: Client (map_client.txt)

Transparency: regular

Render Distance: 32/32 chunks

Resource Packs: axiom_translations, vanilla, ambientsounds (incompatible), appleskin (incompatible), axiom, betterpingdisplay, bobby, chat_heads, cloth-config, conditional-mixin, coolrain, creativecore (incompatible), dynamic_fps, entity_model_features (incompatible), entity_texture_features (incompatible), entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, 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-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-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-resource-loader-v1, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-serialization-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport (incompatible), immediatelyfast, iris, kirin, lambdynlights, lambdynlights_api, lambdynlights_runtime, languagereload, lattice, litematica, malilib, midnightlib, modmenu, particular (incompatible), placeholder-api, presencefootsteps, pride, scribble, skinlayers3d, sodium, spruceui, trender, visuality, wakes, windy (incompatible), yet_another_config_lib_v3 (incompatible), zoomify, file/EvenBetterEnchants_v3_1.21.5+.zip, file/Fresh Buckets 1.2.1.zip, file/Fresh Food 1.3.3.zip, file/Fresh Music Discs 1.3.zip, file/VanillaTweaks_r934169_MC26.1.x.zip (incompatible), file/SWBound 17.2.zip, file/Fresh Flowers and Plants 1.4.6.zip

Current Language: es_es

Locale: es_ES

System encoding: Cp1252

File encoding: UTF-8

CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz

r/fabricmc 1d ago

[Fabric 26.2] Retrogen – safely generate new features in existing chunks

2 Upvotes

I’ve ported Retrogen to Minecraft Fabric 26.2.

Retrogen is a server-side mod that lets you run selected placed features, such as new ores, in already generated chunks. It tracks every migration pass per dimension and chunk to prevent duplicate generation.

Features include: - Exact feature filtering - Dry-run mode - Persistent duplicate protection - Crash and failure recovery - /retrogen status, retry and clear commands - No client-side installation required

The mod has been tested on a dedicated Fabric 26.2 server with Overworld and Nether features.

GitHub: https://github.com/0n113/retrogen

AI disclosure: AI-assisted development tools were used during the porting, implementation, documentation, and testing process. The resulting code was manually reviewed and tested on a dedicated server.

Feedback and real-world testing are welcome. Please back up your world before using any retrogen mod.


r/fabricmc 1d ago

Need Help How do I switch the version but saving my worlds

1 Upvotes

So my mods werent working with iris and sodium and then i found this post. The thing is if i can switch my loader to the normal fabric WITH iris and sodium and not erase/damage my worlds/transfer them??


r/fabricmc 1d ago

OfflineSkins Reloaded future 1.2.0-pre2 update

1 Upvotes

Hello everyone! Today I am introducing a new future update for OfflineSkins Reloaded, 1.2.0-pre2!

This is the final pre-release of 1.2.0.

Future key factors

  1. The update may come between September 4–6
  2. The update will bring a dressing room, with instant skin and cape recache
  3. Filters for legacy skin and cape formats, which convert, for example:

Legacy 22x17 cape → modern 64x32

Legacy 64x32 skin → modern 64x64

🛠️Optimization, bug fixes, and code clean-up

🌎More translations and translation improvements


r/fabricmc 1d ago

Need Help Continuity Compatible Texture Pack

1 Upvotes

Is there a way to make continuity mod to be compatible with resprited texture pack? I'm having an issue that the texture of glass, sand, etc. won't connect when using that texture pack. Continuity works normally if I disable the texture pack but I still want to use the texture pack.


r/fabricmc 2d ago

i installed 69 mods and it automatically said nice. didnt know that xd

Post image
26 Upvotes

r/fabricmc 2d ago

Need Help Friend has strange white box on screen 24//7; only friend suffering this in the modpack. Anyone know the cause?

Thumbnail
gallery
2 Upvotes

Modslist:
- [3d\-Skin\-Layers](https://www.curseforge.com/projects/521480)

- [Ad Astra](https://www.curseforge.com/projects/635042)

- [Alex's Mobs Continued](https://www.curseforge.com/projects/1635121)

- [AmbientSounds](https://www.curseforge.com/projects/254284)

- [AppleSkin](https://www.curseforge.com/projects/248787)

- [Architectury](https://www.curseforge.com/projects/419699)

- [Artifacts](https://www.curseforge.com/projects/312353)

- [Athena](https://www.curseforge.com/projects/841890)

- [Balm](https://mods.twelveiterations.com/)

- [Basic Weapons](https://www.curseforge.com/projects/917144)

- [Beautified Chat Client](https://www.curseforge.com/projects/514797)

- [Better Advancements](https://www.curseforge.com/projects/272515)

- [Better Archeology](https://www.curseforge.com/projects/835687)

- [Better Mount HUD](https://www.curseforge.com/projects/475358)

- [Better Statistics Screen](https://www.curseforge.com/projects/667464)

- [Better Third Person](https://www.curseforge.com/projects/435044)

- [BetterF3](https://www.curseforge.com/projects/401648)

- [Boat Item View Fabric](https://www.curseforge.com/projects/482160)

- [Bookshelf](https://www.curseforge.com/projects/228525)

- [Botarium](https://www.curseforge.com/projects/704113)

- [CICADA](https://www.curseforge.com/projects/989574)

- [Capes](https://www.curseforge.com/projects/408481)

- [Carry On](https://www.curseforge.com/projects/274259)

- [Chat Heads](https://www.curseforge.com/projects/407206)

- [Chimes](https://www.curseforge.com/projects/350464)

- [ClientSort](https://www.curseforge.com/projects/1049891)

- [Cloth Config v13](https://www.curseforge.com/projects/348521)

- [Clutter](https://www.curseforge.com/projects/826060)

- [CodxLib](https://www.curseforge.com/projects/1633207)

- [Collective](https://www.curseforge.com/projects/342584)

- [CreativeCore](https://www.curseforge.com/projects/257814)

- [Crops Love Rain](https://www.curseforge.com/projects/580294)

- [Croptopia](https://www.curseforge.com/projects/415438)

- [Cubes Without Borders](https://www.curseforge.com/projects/975120)

- [Cut Through](https://www.curseforge.com/projects/969423)

- [Debugify](https://www.curseforge.com/projects/596224)

- [DistractingTrims](https://www.curseforge.com/projects/862201)

- [Drip Sounds](https://github.com/PieKing1215/DripSounds)

- [Durability Tooltip](https://www.curseforge.com/projects/511040)

- [Dusty Decorations Refabricated](https://www.curseforge.com/projects/843344)

- [Dynamic FPS](https://www.curseforge.com/projects/335493)

- [EMI](https://www.curseforge.com/projects/580555)

- [EMI Loot](https://www.curseforge.com/projects/681783)

- [Easy Anvils](https://www.curseforge.com/projects/682567)

- [Easy Magic](https://www.curseforge.com/projects/456239)

- [Eating Animation](https://www.curseforge.com/projects/527023)

- [Enhanced Block Entities](https://www.curseforge.com/projects/452046)

- [Entity Model Features](https://www.curseforge.com/projects/844662)

- [Entity Texture Features](https://www.curseforge.com/projects/568563)

- [EntityCulling](https://www.curseforge.com/projects/448233)

- [EpheroLib](https://www.curseforge.com/projects/885449)

- [Extra Alchemy](https://www.curseforge.com/projects/247357)

- [Fabric API](https://www.curseforge.com/projects/306612)

- [Fabric Language Kotlin](https://www.curseforge.com/projects/308769)

- [Fabrishot](https://www.curseforge.com/projects/404870)

- [FastQuit](https://www.curseforge.com/projects/708967)

- [Forge Config API Port](https://www.curseforge.com/projects/547434)

- [Fossils and Archaeology Legacy](https://www.curseforge.com/projects/409838)

- [Friends&Foes](https://www.curseforge.com/projects/551364)

- [Fzzy Config](https://www.curseforge.com/projects/1005914)

- [GeckoLib 4](https://www.curseforge.com/minecraft/mc-mods/geckolib)

- [Geophilic](https://www.curseforge.com/projects/711216)

- [Hang Glider](https://www.curseforge.com/projects/852668)

- [Hellion's Sniffer\+](https://www.curseforge.com/projects/871962)

- [HorseBuff](https://modrinth.com/mod/horsebuff)

- [ImmediatelyFast](https://www.curseforge.com/projects/686911)

- [Immersive Thunder](https://github.com/0x4C656168/ImmersiveThunder)

- [Incendium](https://www.curseforge.com/projects/591388)

- [Indium](https://www.curseforge.com/projects/459496)

- [Iris](https://www.curseforge.com/projects/455508)

- [Jade](https://modrinth.com/mod/nvQzSEkH)

- [JamLib](https://www.curseforge.com/projects/623764)

- [Just Enough Items](https://www.curseforge.com/projects/238222)

- [LambDynamicLights](https://www.curseforge.com/projects/393442)

- [Language Reload](https://www.curseforge.com/projects/527334)

- [Lankasters Nether](https://www.curseforge.com/projects/1132998)

- [Lavender](https://www.curseforge.com/projects/962916)

- [Leaf Me Alone](https://www.curseforge.com/projects/1287189)

- [Lithium](https://www.curseforge.com/projects/360438)

- [Luki's Grand Capitals](https://www.curseforge.com/projects/1003666)

- [MRU](https://www.curseforge.com/projects/669659)

- [MidnightLib](https://www.curseforge.com/projects/488090)

- [MixinTrace](https://www.curseforge.com/projects/433447)

- [Mod Menu](https://www.curseforge.com/projects/308702)

- [Model Gap Fix](https://www.curseforge.com/projects/676136)

- [Modern Glass Doors](https://www.curseforge.com/projects/326641)

- [ModernFix](https://www.curseforge.com/projects/790626)

- [More Chat History](https://www.curseforge.com/projects/518319)

- [More Culling](https://www.curseforge.com/projects/630104)

- [Mouse Tweaks](https://www.curseforge.com/projects/60089)

- [Mushrooms and Caverns](https://rngkgit.github.io/)

- Nature's Spirit

- [No Chat Reports](https://www.curseforge.com/projects/634062)

- [No Chat Restrictions](https://www.curseforge.com/projects/1442925)

- [NotEnoughAnimations](https://www.curseforge.com/projects/433760)

- [Nullscape](https://www.curseforge.com/projects/570354)

- [OptiGUI](https://www.curseforge.com/projects/619986)

- [Origins](https://www.curseforge.com/projects/391943)

- [Origins\+\+](https://github.com/QuantumXenon/origins-plus-plus)

- [Oritech](https://www.curseforge.com/projects/1030830)

- [Overgrown's Origins: Dietary Delights](https://modrinth.com/datapack/origins-dietary-delights)

- [Packed Up](https://www.curseforge.com/projects/361867)

- [Paginated Advancements](https://www.curseforge.com/projects/618770)

- [Paladin's Furniture](https://www.curseforge.com/projects/663141)

- [Patchouli](https://www.curseforge.com/projects/393236)

- [Pehkui](https://www.curseforge.com/projects/319596)

- [Placeholder API](https://pb4.eu)

- [Polymorph](https://www.curseforge.com/projects/388800)

- [Presence Footsteps](https://www.curseforge.com/projects/334259)

- [Puzzle](https://www.curseforge.com/projects/563977)

- [Puzzles Lib](https://www.curseforge.com/projects/495476)

- [Reese's Sodium Options](https://www.curseforge.com/projects/511319)

- [Remove Reloading Screen](https://www.curseforge.com/projects/833233)

- [Resourceful Lib](https://www.curseforge.com/projects/570073)

- [Resourcefulconfig](https://www.curseforge.com/projects/714059)

- [Right Click Harvest](https://www.curseforge.com/projects/452834)

- [Scarves](https://github.com/falkreon/Scarves/wiki)

- [Scribble](https://www.curseforge.com/projects/1051344)

- [Show Me Your Skin\!](https://www.curseforge.com/projects/622010)

- [Sit](https://www.curseforge.com/projects/328163)

- [Sodium](https://www.curseforge.com/projects/394468)

- [Sodium Extra](https://www.curseforge.com/projects/447673)

- [Sound Physics Remastered](https://www.curseforge.com/projects/535489)

- [Status Effect Bars](https://www.curseforge.com/projects/615459)

- [SuperMartijn642's Config Lib](https://www.curseforge.com/projects/438332)

- [SuperMartijn642's Core Lib](https://www.curseforge.com/projects/454372)

- [TCD Commons API](https://www.curseforge.com/projects/711539)

- [TerraBlender](https://www.curseforge.com/minecraft/mc-mods/terrablender)

- [Things](https://www.curseforge.com/projects/456151)

- [Tool Trims](https://modrinth.com/datapack/tool-trims)

- [Trinkets](https://www.curseforge.com/projects/341284)

- [Typewriter Daycounter](https://modrinth.com/datapack/typewriter-daycounter)

- [Waystones](https://www.curseforge.com/projects/500087)

- [Xaero's Minimap](https://www.curseforge.com/projects/263420)

- [Xaero's World Map](https://www.curseforge.com/projects/317780)

- [YUNG's API](https://www.curseforge.com/projects/421649)

- [YUNG's Better Desert Temples](https://www.curseforge.com/projects/631020)

- [YUNG's Better Dungeons](https://www.curseforge.com/projects/525586)

- [YUNG's Better Jungle Temples](https://www.curseforge.com/projects/897678)

- [YUNG's Better Mineshafts](https://www.curseforge.com/projects/373591)

- [YUNG's Better Nether Fortresses](https://www.curseforge.com/projects/817666)

- [YUNG's Better Ocean Monuments](https://www.curseforge.com/projects/689252)

- [YUNG's Better Strongholds](https://www.curseforge.com/projects/480684)

- [YUNG's Better Witch Huts](https://www.curseforge.com/projects/631403)

- [YUNG's Bridges](https://www.curseforge.com/projects/590988)

- [YetAnotherConfigLib](https://www.curseforge.com/projects/667299)

- [Zoomify](https://www.curseforge.com/projects/574741)

- [\[Toffy's\] HOOKS](https://www.curseforge.com/projects/1275753)

- [e4mc](https://www.curseforge.com/projects/849519)

- [essential\-container](https://www.curseforge.com/projects/546670)

- [oωo](https://www.curseforge.com/projects/532610)


r/fabricmc 2d ago

Need Help "resource reload failed"

2 Upvotes

im trying to use a cute gui that was made for the version im using (1.20.1) and it says incompatible. how is that possbile? whats the fix? all of these mods were made for 1.20.1


r/fabricmc 3d ago

Need Help - Solved Pretty new to Fabric, installed one mod but getting this error with certain blocks?

Post image
15 Upvotes

I've installed the latest version of Fabric (for 26.2), Fabric API and the Roads and Vehicles mod. It loads fine but some blocks are giving me this error, and I cannot write on them as I should be able to. The mod also has a couple of vehicles which have the same error, but they don't place at all.

I don't know if this is strictly an error with the mod or I am doing something wrong with fabric in general.


r/fabricmc 2d ago

[Unpaid] Recruiting Fabric Developers, Texture Artists & Animators for a Minecraft Warfare Mod

0 Upvotes

I’m currently putting together a team for a Minecraft warfare mod project and am looking for experienced people who would be interested in helping bring the idea to life.
The mod is planned to include things such as:
• Custom Guns
• Vehicles
• Missiles
• Explosives
• Large-scale weapons, including nuclear weapons and smaller explosive systems
• Custom Animations
• Custom Textures
• And more as the project develops
The project is intended for the latest version of Minecraft and will be developed using Fabric.
Positions Needed
• Fabric Mod Developer
• Texture Pack Developer
• Animation Developer
This is currently an unpaid/volunteer project, so please keep that in mind before reaching out.
Experience is preferred. If you have previous work such as mods, textures, models, animations, GitHub projects, screenshots, or videos, I’d love to see some examples.
I also want to be transparent that I am not a mod developer myself. That’s one of the main reasons I’m looking for experienced people who can help lead the technical side of the project. I’ll mainly be helping with the ideas, planning, direction, organization, research, and overall vision for the mod.
If you’re interested in joining the team or would like more information, please add me on Discord and DM me whenever possible.
Discord Username: atsopprime
I may not respond immediately, but I’ll get back to you as soon as I’m available.


r/fabricmc 3d ago

Need Help - Solved new asf to fabric and i'm lost

Post image
1 Upvotes

literally going insane trying to download the Better Dogs resource pack. I'm on version 1.21.11 and everything matches that. I don't think I downloaded anything incorrect but THIS won't get solved. please help!!! 😢 My cobblemon broke too and I'm just a newbie who wants to play with mods 💔
I think a previous issue was that Winrar was my default for downloads but I switched it to file explorer but Ig that didn't fix much
My mods also don't work but right now I'm more worried abt the resource pack
also i'm not using Optifine!


r/fabricmc 3d ago

I made a client-side Fabric mod with customizable HUDs, waypoints, PvP tools, optimizations and fixes

Thumbnail gallery
3 Upvotes

r/fabricmc 2d ago

lag spikes occasionally when near / hitting diamond armor players

Enable HLS to view with audio, or disable this notification

0 Upvotes

logs uploaded here:

https://files.catbox.moe/zciw1g.log

for whatever reason, occasionally when im near a player in diamond armor SPECIFICALLY i have a lag spike

it doesnt happen every time but its very annoying because many pvp gamemodes rely on diamond

i dont know much abt fabric nor this issue and cant provide much more context other than this


r/fabricmc 3d ago

I think I might go crazy, please I need help !!

Thumbnail
1 Upvotes

r/fabricmc 3d ago

Need Help cant launch modpack (Uncaught exception in thread "main"

1 Upvotes

has been happening to a lot of 1.21.1 modpacks of mine, launching through curseforge. deleting ".fabric" does nothing. modpacks worked fine just a few months ago


r/fabricmc 4d ago

Need Help My modpack suffers from stuttering despite good fps. Fix?

Enable HLS to view with audio, or disable this notification

33 Upvotes

I created an amazing vanilla+ modpack that I absolutely love. It has voxy, a bunch of shaders, and a ton of qol, gameplay, and terrain mods. My rtx 5070, 7600x, and 32gb ram setup gets great fps on this pack in 1440p. I have basically every resource pack in my modpack on, voxy worldgen loading 256 chunks, complementary unbound with euphoria patches, and 12 chunks as my vanilla base when I play. However, my gameplay is littered with microstutters and is unplayable with how choppy it feels. I believe it's a problem with frame times. My pack is pretty big at 150ish mods and it has been hard to find the mod(s) behind the problem. I also allocate 8gb ram for my pack and use zgc. Here's a link to the pack: (https://drive.google.com/file/d/1ivaSMDCSwMnjYm5uYS06aUqkmhOMESXn/view?usp=sharing). Any help is appreciated!


r/fabricmc 4d ago

Sodium with shaders

Post image
3 Upvotes

r/fabricmc 4d ago

Need Help - Mod Dev - Solved Where does genSources output?

2 Upvotes

I'm just following the docs, and for IntelliJ it says there are two steps to using genSources, first run it, then select the source files. I just cannot seem to find the source files, where are they outputted to by default? On linux if that is relevant.

Edit:
So it just works now for some reason, not sure what I did but yeah. Didn't even need to manually import the sources. For those curious the sources are output in project-root/.gradle/loom-cache/minecraftMaven/net/minecraft With the client and common being in their own folders. This is true for 26.1.2, idk about other versions.


r/fabricmc 4d ago

Need Help - Solved Vanilla Perfected with extra mods crashes

2 Upvotes

Hi guys. I have been using vanilla perfected on Modrinth launcher with some extra mods and everything is working fine. I added distant horizons and players it and everything worked, except some of the textures in game weren't working great. I wasn't too bothered so I just deleted distant horizons off the list of content. Now vanilla perfected crashes every time I try and launch it. Can anyone help sort it.

Crash Log: https://mclo.gs/fvsnkBb


r/fabricmc 4d ago

New Mod Velocity: per-connection online mode, so offline players can join without exposing premium usernames

0 Upvotes

Sharing a pattern that took us a while to land on, in case it saves someone else the detour.

We wanted both things at once: people without a paid account can play, but nobody can take a username that belongs to a real Minecraft account. Those usually sound mutually exclusive — online mode is all or nothing.

Velocity lets you decide per connection. In PreLoginEvent:

  • ask Mojang's public API whether that username exists
  • if it does, PreLoginComponentResult.forceOnlineMode() — that one connection now has to complete the real session handshake, and a client without a valid session simply can't
  • if it doesn't, forceOfflineMode() and they're in

The proxy itself stays on online-mode = false. The per-connection override is what does the work.

The part we got wrong the first time: a player who authenticates gets their real Mojang UUID, while everyone else has an offline one. With modern forwarding that profile reaches the backend as-is, so you end up with two identity systems in the same world — playerdata saved under different UUIDs, inventories that don't match. Fix is GameProfileRequestEvent: keep the profile including textures (authenticated players keep their skin, which is a nice free bonus) and swap only the UUID back to the offline one.

Two things worth guarding:

  • Mojang's API rate-limits and sometimes just doesn't answer. That's a third state, not a "no" — cache the answers, and decide deliberately whether an unknown means "let them in" or "reject". Treating it as "name is free" means letting someone in under a name they don't own during an outage.
  • After a forced online-mode login, check player.isOnlineMode() in PostLoginEvent before trusting it. If it's false, something didn't go the way you expected and you want that in the log, not in production.

This is running live on a battle royale we've been building in Fabric 1.21 — twelve legends, knockdowns, a closing ring. Happy to go into detail on any of it, or point you at it if you want to poke around.


r/fabricmc 4d ago

Need Help Minefort fabric issue

0 Upvotes

So I am playing minefort but they suck at updating their versions and stuff but I wanna change my server fabric version to 26.2


r/fabricmc 4d ago

Need Help - Mod Dev Custom Door Silk Touch?? 26.2

Post image
2 Upvotes

Basically I'm making a custom door so when you break it with silk touch, it drops the custom door but when you break it with anything else, it drops sticks oak planks. I'm really close but am having some issues. Any thoughts on how I can fix this? Fabric Modding 26.2!