r/fabricmc

Hey im Beja, I’m developing my own client

Hey guys, my names Beja. Some might know me from my time as a Lunar dev or as a dev at Meteor client and various other projects.

For serveral months I’ve been developing my own Minecraft client, with the help of SK1er, the founder of Essential mod.

I’m looking for people who wanna be part of my journey.

**our Minecraft client has the purpose as every other client, with the exception to shape it with the help of the communety.

So please let me know under this post if yall have idea s what we should implement.

If you need more info just check my GitHub Bejameja.

Beja out

reddit.com
u/B3JA — 10 hours ago
▲ 21 r/fabricmc+20 crossposts

Host's Events │ New events server looking for new members │

Me and my friend have been working on a server to host our own Minecraft events and right now we don't have a lot of members so that is why we are advertising it here.

We will host our first event once we reach 100 members and we will also be trying to fund prizes for the winners as well.

We are also running a giveaway for the next 2 weeks so be sure to check it out.

We are still a growing community and need all the help we can get. I promise that you wont be disappointed with our server or events as we have a great and dedicated team. We wish for everyone in the community to be friendly and accepting of everyone.

https://discord.gg/79CbduQksa

u/ZestycloseProcess335 — 17 hours ago

Overlayed textures

I have both continuity and stylized overlay’s installed but they have overlapping textures. I tried removing one or the other but if i remove one theres certain textured im missing that i want. I tried disabling continuity’s textures in game but for some reason it also removes stylized overlays’ textures. How do i fix this

u/ManagementLoose7712 — 12 hours ago

Water acting like air

  • appleskin
  • better_tab
  • BetterF3
  • carryon
  • chat_heads
  • cloth-config
  • clumps
  • collective
  • craft_config
  • cupboard-fabric
  • dailyquests
  • darkquesting
  • dynamic-fps
  • EasyMagic
  • entityculling
  • fabric-api
  • fabric-language-kotlin
  • FarmersDelight
  • ferritecore
  • fertilegrounds
  • ForgeConfigAPIPort
  • fzzy_config
  • gpumemleakfix-fabric
  • harvest-hoe-extended
  • ImmediatelyFast
  • Jade
  • jei
  • jeiworldgen
  • ks-shields
  • moreculling
  • MouseTweaks
  • neroquests
  • nerolandcore
  • PuzzlesLib
  • Reforged
  • shulkerboxtooltip
  • tiered_backpacks
  • trade-cycling
  • UnionLib
  • xaerominimap
  • xaeroworldmap
  • yet_another_config_lib_v
  • zoomify

These are the mods I have, i saw others removing nosium forked so i did that but it didnt seem to work. Also tested with lava but it worked fine?

u/BigZookeepergame1834 — 24 hours ago

Help!! I can't download Fabric!

I have fabric downloaded on my computer and I try to run it on minecraft. When I open it on Minecraft launcher, I get this error from Fabric:

Incompatible mods found!

Some of your mods are incompatible with the game or each other!

A potential solution has been determined, this may resolve your problem:

 \- Install neoforge, any version.

 \- Replace 'Minecraft' (minecraft) 26.2 with any version between 26.1-rc.2 (inclusive) and 26.2- (exclusive).

More details:

 \- Mod 'Fabric API' (fabric-api) 0.155.2+26.1.2 requires any 26.1.x version of 'Minecraft' (minecraft), but only the wrong version is present: 26.2!

 \- Mod 'Pehkui (NeoForge Version)' (pehkui) 0.0.0+neoforge requires any version of neoforge, which is missing!

My minecraft is on 26.2 and my fabric api that I downloaded is also on 26.2, so I don't understand what the issue could be. I also get issues from a Pehkui mod from when I tried to download origins mod and I got this same issue before. I deleted the fabric files when I got this issue since I couldn't figure it out, but now I am trying again. Does anyone know what is wrong with my computer?? Can someone help me figure out how to download Fabric so I can get mods on my minecraft? Thank you so much!

u/Popular-Square6162 — 1 day ago

Backporting Skill Tree mod for the rpg series mods

I got a huge problem I want to play a middle sized self made 1.20.1 modpack BUT there is a problem. I mainly used the Rpg series mods for my rpg like structure but the fitting Skill Tree mod for this is only 1.21.1 and above. (And YES i know there is the simpy skills mod wich I use also but i need both for my pack) so how hard is it to backport this skill tree mod and are there tools to make it fast and easy. I need some of you good modders pls

reddit.com
u/WinShort44 — 1 day ago
▲ 1 r/fabricmc+1 crossposts

Cobbleverse World Crashing

I was playing cobbleverse with my friends and my friend went into a bugged chunk. I went to the bugged chunk to try and fix it and my game crashed. Now everytime I try to join it says this.

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 2026-08-17 21:05:16
Description: Neruina has caught too many ticking exceptions in a short period of time, something is very wrong, see below for more info

java.lang.RuntimeException: Too Many Ticking Exceptions
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:416)
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:403)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:218)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(WorldChunk.java:1822)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk.java:691)
at knot//MC//net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk.java:745)
at knot//MC//net.minecraft.world.World.tickBlockEntities(World.java:488)
at knot//MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:413)
at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base@21.0.7/java.lang.Thread.run(Thread.java:1583)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:416)
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:403)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:218)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(WorldChunk.java:1822)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk.java:691)
at knot//MC//net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk.java:745)
at knot//MC//net.minecraft.world.World.tickBlockEntities(World.java:488)

-- Information --
Details:
Threshold: 10, set "ticking_exception_threshold" to -1 to disable.
Caught: 10
: ===========================================================================
Wiki: https://github.com/Bawnorton/Neruina/wiki/Too-Many-Ticking-Exceptions
: ===========================================================================
Stacktrace:
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:416)
at knot//com.bawnorton.neruina.handler.TickHandler.trackError(TickHandler.java:403)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:218)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(WorldChunk.java:1822)
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk.java:691)
at knot//MC//net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk.java:745)
at knot//MC//net.minecraft.world.World.tickBlockEntities(World.java:488)
at knot//MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:413)
at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base@21.0.7/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #1 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1475,67,3480), Section: (at 13,3,8 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:stone}
Block location: World: (-1475,67,3480), Section: (at 13,3,8 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:18184,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #2 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1475,67,3479), Section: (at 13,3,7 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:stone}
Block location: World: (-1475,67,3479), Section: (at 13,3,7 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:20256,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #3 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=4,generated=true,mulch=none,rooted=false]
Block location: World: (-1476,67,3480), Section: (at 12,3,8 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:stone}
Block location: World: (-1476,67,3480), Section: (at 12,3,8 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:["cobblemon:oran_berry","cobblemon:oran_berry"],GrowthPointsSequence:"A714E935DF086B2C",GrowthTimer:474,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #4 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1476,67,3478), Section: (at 12,3,6 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:stone}
Block location: World: (-1476,67,3478), Section: (at 12,3,6 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:20455,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #5 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1477,67,3478), Section: (at 11,3,6 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:stone}
Block location: World: (-1477,67,3478), Section: (at 11,3,6 in -93,4,217; chunk contains blocks -1488,-64,3472 to -1473,319,3487), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:18547,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #6 - (BlockEntity: block.cobblemon.persim_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:persim_berry}[age=4,generated=true,mulch=none,rooted=false]
Block location: World: (-1345,64,3503), Section: (at 15,0,15 in -85,4,218; chunk contains blocks -1360,-64,3488 to -1345,319,3503), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:dirt}
Block location: World: (-1345,64,3503), Section: (at 15,0,15 in -85,4,218; chunk contains blocks -1360,-64,3488 to -1345,319,3503), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:persim_berry",GrowthPoints:["cobblemon:persim_berry","cobblemon:persim_berry"],GrowthPointsSequence:"0EC6F4A1B579832D",GrowthTimer:3972,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #7 - (BlockEntity: block.cobblemon.persim_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:persim_berry}[age=4,generated=true,mulch=none,rooted=false]
Block location: World: (-1345,64,3501), Section: (at 15,0,13 in -85,4,218; chunk contains blocks -1360,-64,3488 to -1345,319,3503), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:dirt}
Block location: World: (-1345,64,3501), Section: (at 15,0,13 in -85,4,218; chunk contains blocks -1360,-64,3488 to -1345,319,3503), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:persim_berry",GrowthPoints:["cobblemon:persim_berry","cobblemon:persim_berry","cobblemon:persim_berry","cobblemon:persim_berry"],GrowthPointsSequence:"D46E19230BF7CA58",GrowthTimer:9349,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #8 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=4,generated=true,mulch=none,rooted=false]
Block location: World: (-1426,69,3514), Section: (at 14,5,10 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:air}
Block location: World: (-1426,69,3514), Section: (at 14,5,10 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:["cobblemon:oran_berry","cobblemon:oran_berry"],GrowthPointsSequence:"CFB1E20798A4653D",GrowthTimer:9981,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #9 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=4,generated=true,mulch=none,rooted=false]
Block location: World: (-1426,69,3513), Section: (at 14,5,9 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:air}
Block location: World: (-1426,69,3513), Section: (at 14,5,9 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:["cobblemon:oran_berry","cobblemon:oran_berry"],GrowthPointsSequence:"FA5BC4081D6E3279",GrowthTimer:1730,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Ticking Exception #10 - (BlockEntity: block.cobblemon.oran_berry) --
Details:
Message: java.lang.NullPointerException: null cannot be cast to non-null type com.cobblemon.mod.common.block.entity.BerryBlockEntity
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1426,69,3512), Section: (at 14,5,8 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:air}
Block location: World: (-1426,69,3512), Section: (at 14,5,8 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:17828,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper(BerryBlock.java:106)
at knot//com.cobblemon.mod.common.block.BerryBlock.growHelper$default(BerryBlock.java:99)
at knot//com.cobblemon.mod.common.block.entity.BerryBlockEntity.TICKER$lambda$0(BerryBlockEntity.java:362)
at knot//net.minecraft.class_2818$class_5563.mixinextras$bridge$tick$13(class_2818.java)
at knot//com.bawnorton.neruina.handler.TickHandler.safelyTickBlockEntity(TickHandler.java:198)
at knot//net.minecraft.class_2818$class_5563.wrapOperation$fpl000$neruina$catchTickingBlockEntity$notTheCauseOfTickLag(class_2818.java:1822)
at knot//net.minecraft.class_2818$class_5563.method_31703(class_2818.java:691)
at knot//net.minecraft.class_2818$class_5564.method_31703(class_2818.java:745)
at knot//net.minecraft.class_1937.method_18471(class_1937.java:488)
at knot//net.minecraft.class_3218.method_18765(class_3218.java:413)
at knot//net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:912)
at knot//net.minecraft.class_1132.method_3748(class_1132.java:114)
at knot//net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base/java.lang.Thread.run(Thread.java:1583)

-- Block entity being ticked --
Details:
Name: cobblemon:berry // com.cobblemon.mod.common.block.entity.BerryBlockEntity
Block: Block{cobblemon:oran_berry}[age=3,generated=true,mulch=none,rooted=false]
Block location: World: (-1426,69,3512), Section: (at 14,5,8 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block: Block{minecraft:air}
Block location: World: (-1426,69,3512), Section: (at 14,5,8 in -90,4,219; chunk contains blocks -1440,-64,3504 to -1425,319,3519), Region: (-3,6; contains chunks -96,192 to -65,223, blocks -1536,-64,3072 to -1025,319,3583)
Block Entity NBT: {Berry:"cobblemon:oran_berry",GrowthPoints:[],GrowthPointsSequence:"0123456789ABCDEF",GrowthTimer:17828,MulchDuration:0,MulchVariant:"NONE",StageTimer:-1}
Stacktrace:
at knot//MC//net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk.java:691)
at knot//MC//net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk.java:745)
at knot//MC//net.minecraft.world.World.tickBlockEntities(World.java:488)
at knot//MC//net.minecraft.server.world.ServerWorld.tick(ServerWorld.java:413)
at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1021)
at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base@21.0.7/java.lang.Thread.run(Thread.java:1583)

-- Affected level --
Details:
All players: 1 total; [class_3222['Hi36640'/9, l='ServerLevel[NIggEr]', x=-1474.50, y=67.00, z=3480.50]]
Chunk stats: 2522, 392
Level dimension: minecraft:overworld
Level spawn location: World: (0,80,0), Section: (at 0,0,0 in 0,5,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: 2705382 game time, 249552 day time
Level name: NIggEr
Level game mode: Game mode: survival (ID 0). Hardcore: false. Commands: true
Level weather: Rain time: 12748 (now: false), thunder time: 9812 (now: false)
Known server brands: fabric
Removed feature flags: 
Level was modded: true
Level storage version: 0x04ABD - Anvil
Loaded entity count: 18
Stacktrace:
at knot//MC//net.minecraft.server.world.ServerWorld.addDetailsToCrashReport(ServerWorld.java:1693)
at knot//net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:1024)
at knot//net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:912)
at knot//MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114)
at knot//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:697)
at knot//net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:281)
at java.base@21.0.7/java.lang.Thread.run(Thread.java:1583)

-- Cobblemon --
Details:
Version: 1.7.3
Is Snapshot: false
Git Commit: 37264af (https://gitlab.com/cable-mc/cobblemon/-/commit/37264aff0f6c90c9f9a79bbdfc712bd11929a38c)
Branch: HEAD

-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.7, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2044763600 bytes (1950 MiB) / 5452595200 bytes (5200 MiB) up to 6442450944 bytes (6144 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Identifier: Intel64 Family 6 Model 167 Stepping 1
Microarchitecture: Rocket Lake
Frequency (GHz): 2.59
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1650 SUPER
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 4096.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.16.1088
Memory slot #0 capacity (MiB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
u/StatisticianProof835 — 2 days ago
▲ 23 r/fabricmc+1 crossposts

CAN'T STOP PLAYERS FROM USING MACROS AND AUTO AIM!

Hello
I have a 20-player Fabric Minecraft server. Recently a player was using a 100% accuracy mace attribute swap and lung swap, which would be great if it really was his skill.
Turns out he played with a custom loader on A FREAKING PHONE!!!!
I tried to add a client-side anticheat named "GrimAC", but my server keeps on crashing.
I'm using java 26.2 and fabric mod loader 0.19.3 .

reddit.com
u/PopMaleficent4361 — 3 days ago

BetterEnd causes an infinite loading screen

i'm using fabulously optimized modpack on 26.2 fabric and i only added better end and its dependencies, how can i fix this?

reddit.com
u/Then_Macaroon_8815 — 1 day ago

problem launching minecraft with vscode

HI! I'm a computer science student and I have troubles with vscode (yet again...) and this time is with a freshly new frabric project. It's not a big deal since I've found a work around it but still if someone here can help me.

It's a problem related with the java debug launching. I can launch the game with ./gradlew runClient but still I try to have the debug too. but when I launche with the java debugger it tells me "ConfigError: The project 'testing' is not a valid java project.". I've seen people with the same problem on stack overflow and all but all there solutions didn't help me

  • If you're asking:
  • I have java 25 and it is well set in vscode
  • the project's name is "testing" (not really original I know)
  • I've followed the fabric tutorial to set it up
  • ./gradlew genSources works correctly
  • I used the template mod generation (26.1.2 minecraft version and I've checked the "data generation", that's the only thing I made that is not in the official tutorial)
  • I've run the ./gralew vscode command too

I'm starting to hate vscode, especially for java and project builds problem I often encounter (it's better now that I'm on Linux but still have some issues)

reddit.com
u/ilyes2304bruh — 3 days ago

I made a Fabric mod that lets you host Minecraft without port forwarding

Hey! I’ve been working on a small open-source project called VoxelPort.

The idea is simple: you can host your Minecraft world/server from your own PC without setting up port forwarding, renting a VPS, or asking your friends to install anything.

With the Fabric mod, you can open a singleplayer world normally and VoxelPort gives you a public address like:

play.voxelport.in:xxxxx

Your friends can paste that into normal vanilla Minecraft and join. They do not need Fabric or VoxelPort installed.

It also works on dedicated Fabric servers.

Why I made it

A lot of people either can't port forward because of CGNAT/ISP restrictions or simply don't want to deal with router configuration.

I wanted something specifically for Minecraft where you could basically:

Open world → Open to VoxelPort → Share address → Play

The connection goes through a relay, so your home IP isn't shared with players, while your actual world and server files stay on your own machine.

About the development

I also want to be transparent: AI was used heavily while building VoxelPort, especially for helping with development and debugging.

That said, this isn't something I just generated and uploaded without testing. I've tested it with multiple people, different setups, and real Minecraft sessions, and it has been working reliably for us.

I'm still actively maintaining it, testing changes, and fixing anything that comes up.

It's completely free, open-source, and MIT licensed.

CurseForge:
https://www.curseforge.com/minecraft/mc-mods/voxelport

GitHub:
https://github.com/VOXELPORT/VoxelPort

Website:
https://www.voxelport.in/

It's still an early project, so I'd genuinely appreciate feedback, bug reports, or suggestions from other Fabric users.

reddit.com
u/Dazzling-Drop-4277 — 4 days ago

Minecraft with mods keeps crashing in 26.2

I tried to download the new version of the mods but they dont work and fabric version keeps crashing without explanation

reddit.com
u/Otherwise-Solution28 — 5 days ago
▲ 79 r/fabricmc+1 crossposts

I got tired of accidentally running the wrong command, so I made this

I've definitely typed /clear often a bit too quickly before, so I decided to make a small mod for it.

Basically, dangerous commands have to be entered twice before they actually run. You can choose which commands it applies to in the config.

It's client-side only, so you can use it on servers without them having to install anything.

It's called SecondThought on Curseforge if anyone wants to try it :)

u/ModdingMinecraft — 5 days ago

Game Won't Load

Hey, this is my first time playing modded. I have a modpack with about 40 mods, but it keeps crashing because of the runes mod (for the wizards rpg mod). Here's the crash report:

---- Minecraft Crash Report ----

// There are four lights!

Time: 2026-08-16 17:20:35

Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'runes' at 'net.runes.client.RunesClientMod'!

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:53)

at knot//net.minecraft.class\_310.<init>(class\_310.java:458)

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

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.NoClassDefFoundError: Could not initialize class net.minecraft.class\_3929

	at knot//net.spell\_engine.client.SpellEngineClient.initialize(SpellEngineClient.java:51)

	at knot//net.spell\_engine.fabric.client.FabricClientMod.onInitializeClient(FabricClientMod.java:27)

	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 net.minecraft.class\_492 failed \[in thread "Render thread"\]

	at knot//net.minecraft.class\_3929.<clinit>(class\_3929.java:101)

	at knot//net.runes.client.RunesClientMod.onInitializeClient(RunesClientMod.java:13)

	... 7 more

Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed

at knot//net.minecraft.class\_3929.<clinit>(class\_3929.java:101)

at knot//net.runes.client.RunesClientMod.onInitializeClient(RunesClientMod.java:13)

at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:409)

... 6 more

Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 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:525)

... 9 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)

... 13 more

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method accumulateScrolling(ZLcom/llamalad7/mixinextras/sugar/ref/LocalDoubleRef;)Z in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap controlify.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.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88)

at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88)

at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.latePostInject(WrapperInjectionInfo.java:101)

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)

... 16 more

Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar u/Local(ordinal = 3, argsOnly = true) LocalDoubleRef on method accumulateScrolling(Z)Z from mixin controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify in target method net/minecraft/class\_492::method\_25401(DDD)Z at instruction InjectionNode\[MethodInsn \[INVOKEVIRTUAL\] net/minecraft/class\_492::method\_20220(I)Z\]

	at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183)

	at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161)

	at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71)

	at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64)

	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1394)

	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:811)

	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.lambda$runApplicatorPass$3(MixinApplicatorStandard.java:323)

	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.processMixins(MixinApplicatorStandard.java:381)

	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.runApplicatorPass(MixinApplicatorStandard.java:320)

	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)

	... 17 more

Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!

	at knot//com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44)

	at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179)

	... 28 more

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- Head --

Thread: Render thread

Stacktrace:

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:53)

at knot//net.minecraft.class\_310.<init>(class\_310.java:458)

-- Initialization --

Details:

Modules: 

	ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation

	COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation

	CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	DBGHELP.DLL:Windows Image Helper:10.0.26100.8328 (WinBuild.160101.0800):Microsoft Corporation

	DNSAPI.dll:DNS Client API DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	DSPARSE.dll:Active Directory Domain Services API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	GDI32.dll:GDI Client DLL:10.0.26100.8328 (WinBuild.160101.0800):Microsoft Corporation

	IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.8521 (WinBuild.160101.0800):Microsoft Corporation

	IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	MpOav.dll:IOfficeAntiVirus Module:4.18.26070.9 (797b3603749206dfffe67a1cc891531b0a2cf438):Microsoft Corporation

	NSI.dll:NSI User-mode interface DLL:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	Ole32.dll:Microsoft OLE for Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation

	POWRPROF.dll:Power Profile Helper DLL:10.0.26100.8117 (WinBuild.160101.0800):Microsoft Corporation

	PSAPI.DLL:Process Status Helper:10.0.26100.8521 (WinBuild.160101.0800):Microsoft Corporation

	Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	SHCORE.dll:SHCORE:10.0.26100.8117 (WinBuild.160101.0800):Microsoft Corporation

	SHELL32.dll:Windows Shell Common Dll:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.8117 (WinBuild.160101.0800):Microsoft Corporation

	USERENV.dll:Userenv:10.0.26100.7920 (WinBuild.160101.0800):Microsoft Corporation

	VCRUNTIME140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation

	VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation

	WINHTTP.dll:Windows HTTP Services:10.0.26100.8521 (WinBuild.160101.0800):Microsoft Corporation

	WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	amsi.dll:Anti-Malware Scan Interface:10.0.26100.7309 (WinBuild.160101.0800):Microsoft Corporation

	apphelp.dll:Application Compatibility Client Library:10.0.26100.8457 (WinBuild.160101.0800):Microsoft Corporation

	bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.9168 (WinBuild.160101.0800):Microsoft Corporation

	cfgmgr32.dll:Configuration Manager DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation

	combase.dll:Microsoft COM for Windows:10.0.26100.7705 (WinBuild.160101.0800):Microsoft Corporation

	dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	dhcpcsvc.DLL:DHCP Client Service:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	dhcpcsvc6.DLL:DHCPv6 Client:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	dxcore.dll:DXCore:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	extnet.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation

	gdi32full.dll:GDI Client DLL:10.0.26100.9168 (WinBuild.160101.0800):Microsoft Corporation

	glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW

	hid.dll:Hid User Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	java.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	javaw.exe:OpenJDK Platform binary:17.0.15.0:Microsoft

	jemalloc.dll

	jimage.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	jli.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	jna1009284138572373756.dll

	jna17218250547184808001.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)

	jsvml.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	jvm.dll:OpenJDK 64-Bit server VM:17.0.15.0:Microsoft

	kernel.appcore.dll:AppModel API Host:10.0.26100.8737 (WinBuild.160101.0800):Microsoft Corporation

	lwjgl.dll

	management.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	management\_ext.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	msvcp140.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation

	msvcp\_win.dll:Microsoft® C Runtime Library:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	msvcrt.dll:Windows NT CRT DLL:7.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation

	net.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	nio.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	nlansp\_c.dll:NLA Namespace Service Provider DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	ntdll.dll:NT Layer DLL:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	perfos.dll:Windows System Performance Objects DLL:10.0.26100.7705 (WinBuild.160101.0800):Microsoft Corporation

	pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation

	profapi.dll:User Profile Basic API:10.0.26100.9168 (WinBuild.160101.0800):Microsoft Corporation

	rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.7920 (WinBuild.160101.0800):Microsoft Corporation

	rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation

	shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.8117 (WinBuild.160101.0800):Microsoft Corporation

	sunmscapi.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	vcruntime140\_1.dll:Microsoft® C Runtime Library:14.38.33135.0:Microsoft Corporation

	verify.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

	win32u.dll:Win32u:10.0.26100.9168 (WinBuild.160101.0800):Microsoft Corporation

	windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.8972 (WinBuild.160101.0800):Microsoft Corporation

	winrnr.dll:LDAP RnR Provider DLL:10.0.26100.8737 (WinBuild.160101.0800):Microsoft Corporation

	wshbth.dll:Windows Sockets Helper DLL:10.0.26100.8875 (WinBuild.160101.0800):Microsoft Corporation

	zip.dll:OpenJDK Platform binary:17.0.15.0:Microsoft

Stacktrace:

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

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)

-- System Details --

Details:

Minecraft Version: 1.20.1

Minecraft Version ID: 1.20.1

Operating System: Windows 11 (amd64) version 10.0

Java Version: 17.0.15, Microsoft

Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft

Memory: 1185754624 bytes (1130 MiB) / 2168455168 bytes (2068 MiB) up to 4294967296 bytes (4096 MiB)

CPUs: 8

Processor Vendor: GenuineIntel

Processor Name: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz

Identifier: Intel64 Family 6 Model 140 Stepping 1

Microarchitecture: Tiger Lake

Frequency (GHz): 2.80

Number of physical packages: 1

Number of physical CPUs: 4

Number of logical CPUs: 8

Graphics card #0 name: Intel(R) Iris(R) Xe Graphics

Graphics card #0 vendor: Intel Corporation (0x8086)

Graphics card #0 VRAM (MB): 128.00

Graphics card #0 deviceId: 0x9a49

Graphics card #0 versionInfo: DriverVersion=31.0.101.5186

Memory slot #0 capacity (MB): 8192.00

Memory slot #0 clockSpeed (GHz): 3.20

Memory slot #0 type: DDR4

Memory slot #1 capacity (MB): 8192.00

Memory slot #1 clockSpeed (GHz): 3.20

Memory slot #1 type: DDR4

Virtual memory max (MB): 23450.62

Virtual memory used (MB): 16355.37

Swap memory total (MB): 7424.00

Swap memory used (MB): 682.24

JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m

Fabric Mods: 

	appleskin: AppleSkin 2.5.2+mc1.20.1

	archers: Archers (RPG Series) 1.3.0+1.20.1

		com\_github\_zsoltmolnarrr\_tinyconfig: TinyConfig 2.3.2

	architectury: Architectury 9.2.14

	azurelibarmor: AzureLib Armor 2.0.14

	betteradvancements: Better Advancements [0.6.0.73](http://0.6.0.73)

	bettercombat: Better Combat 1.9.0+1.20.1

	biomesoplenty: BiomesOPlenty [19.0.0.96](http://19.0.0.96)

	bosses\_of\_mass\_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1

		maelstrom\_library: Maelstrom Library 1.6.1-1.20

		multipart\_entities: MultipartEntities 1.5-1.20

	cardinal-components: Cardinal Components API 5.2.3

		cardinal-components-base: Cardinal Components API (base) 5.2.3

		cardinal-components-block: Cardinal Components API (blocks) 5.2.3

		cardinal-components-chunk: Cardinal Components API (chunks) 5.2.3

		cardinal-components-entity: Cardinal Components API (entities) 5.2.3

		cardinal-components-item: Cardinal Components API (items) 5.2.3

		cardinal-components-level: Cardinal Components API (world saves) 5.2.3

		cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.3

		cardinal-components-world: Cardinal Components API (worlds) 5.2.3

	cloth-config: Cloth Config v11 11.1.136

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

	clumps: Clumps [12.0.0.4](http://12.0.0.4)

	comforts: Comforts 6.4.0+1.20.1

		spectrelib: SpectreLib 0.13.15+1.20.1

	controlify: Controlify 2.1.1+1.20.1-fabric

		dev\_isxander\_libsdl4j: libsdl4j 3.1.9.075c033-66

		dev\_isxander\_steamdeck4j: steamdeck4j 1.1.7

		org\_hid4java\_hid4java: hid4java 0.8.0

	cristellib: Cristel Lib 1.1.5

		blue\_endless\_jankson: jankson 1.2.3

	dummmmmmy: MmmMmmMmmMmm 1.20-2.0.12

	dungeons\_arise: When Dungeons Arise 2.1.58

	dungeons\_arise\_seven\_seas: When Dungeons Arise: Seven Seas 1.0.2

	fabric-api: Fabric API 0.92.11+1.20.1

		fabric-api-base: Fabric API Base 0.4.32+1802ada577

		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577

		fabric-biome-api-v1: Fabric Biome API (v1) 13.0.15+93aa238b77

		fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577

		fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77

		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577

		fabric-client-tags-api-v1: Fabric Client Tags 1.2.0+238242b777

		fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77

		fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577

		fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377

		fabric-containers-v0: Fabric Containers (v0) 0.1.68+df3654b377

		fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577

		fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577

		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577

		fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177

		fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.4.0+238242b777

		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577

		fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77

		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.6+13a40c6677

		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377

		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577

		fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577

		fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577

		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577

		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377

		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577

		fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577

		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677

		fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577

		fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577

		fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577

		fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777

		fabric-networking-api-v1: Fabric Networking API (v1) 1.3.15+0caff8d077

		fabric-networking-v0: Fabric Networking (v0) 0.3.55+df3654b377

		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77

		fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577

		fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.25+1802ada577

		fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.4.1+4c0a70e677

		fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577

		fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77

		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377

		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777

		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577

		fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377

		fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577

		fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577

		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777

		fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577

		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.34+1802ada577

		fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577

		fabric-tag-api-v1: Fabric Tag API (v1) 1.3.0+238242b777

		fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377

		fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577

	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

	gazebo: Gazebos 1.1.1+1.20.1

	geckolib: GeckoLib 4 4.8.4

		com\_eliotlash\_mclib\_mclib: mclib 20

	glitchcore: GlitchCore [0.0.1.1](http://0.0.1.1)

		com\_electronwill\_night-config\_core: core 3.6.7

		com\_electronwill\_night-config\_toml: toml 3.6.7

		net\_jodah\_typetools: typetools 0.6.3

	handcrafted: Handcrafted 3.0.6

	java: OpenJDK 64-Bit Server VM 17

	jewelry: Jewelry (RPG Series) 1.3.7+1.20.1

	jupiter: Jupiter 2.3.7

	malfu-mods: Better Combat Particle Addition 0.0.6-fabric-1.20.1

		mixinsquared: MixinSquared 0.3.5-beta.2

	minecraft: Minecraft 1.20.1

	moonlight: Moonlight 1.20-2.16.34

	paladins: Paladins & Priests (RPG Series) 1.4.0+1.20.1

	player-animator: Player Animator 1.0.2-rc1+1.20

	ranged\_weapon\_api: RangedWeaponAPI 1.1.4+1.20.1

	resourcefullib: Resourceful Lib 2.1.29

		com\_teamresourceful\_bytecodecs: bytecodecs 1.0.2

		com\_teamresourceful\_yabn: yabn 1.0.3

	rogues: Rogues & Warriors (RPG Series) 1.2.0+1.20.1

	runes: Runes 0.9.13+1.20.1

	shield\_api: Shield API 1.0.1+1.20.1

	simplyswords: Simply Swords 1.56.0-1.20.1

		spruceui: SpruceUI 5.0.0+1.20

	sodium: Sodium 0.5.13+mc1.20.1

	spell\_engine: Spell Engine 0.15.12+1.20.1

	spell\_power: Spell Power Attribute 0.12.0+1.20.1

	structure\_pool\_api: Structure Pool API 1.0+1.20.1

	t\_and\_t: Towns and Towers 1.12

	terrablender: TerraBlender [3.0.1.10](http://3.0.1.10)

	trinkets: Trinkets 3.7.2

	uranus: Uranus 2.2.6

	wizards: Wizards (RPG Series) 1.4.1+1.20.1

	xaerominimap: Xaero's Minimap 26.4.2

		xaerolib: XaeroLib 1.7.1

	yet\_another\_config\_lib\_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric

		com\_twelvemonkeys\_common\_common-image: common-image 3.12.0

		com\_twelvemonkeys\_common\_common-io: common-io 3.12.0

		com\_twelvemonkeys\_common\_common-lang: common-lang 3.12.0

		com\_twelvemonkeys\_imageio\_imageio-core: imageio-core 3.12.0

		com\_twelvemonkeys\_imageio\_imageio-metadata: imageio-metadata 3.12.0

		com\_twelvemonkeys\_imageio\_imageio-webp: imageio-webp 3.12.0

		org\_quiltmc\_parsers\_gson: gson 0.2.1

		org\_quiltmc\_parsers\_json: json 0.2.1

Launched Version: fabric-loader-0.19.3-1.20.1

Backend library: LWJGL version 3.3.1 SNAPSHOT

Backend API: Unknown

Window size: <not initialized>

GL Caps: Using framebuffer using OpenGL 3.2

GL debug messages: <disabled>

Using VBOs: Yes

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

Type: Client (map\_client.txt)

CPU: <unknown>
reddit.com
u/Future_Opinion_7518 — 3 days ago

Minecraft Crashing Each Time A Chest Opens

Hi all. I'm putting together a modpack on 1.20.1 using the Fabric loader. It's meant to be a light modpack, with the heaviest mods so far being From the Fog, Dreamshift, and Immersive Portals. I understand these mods, by their nature, might be a bit more performance heavy, but I'm not sure it's crash every time a chest opens heavy. Additionally, I'm using the Complementary Shaders pack on Iris, but I also don't think that's a heavy enough pack to cause the crashes. The crash log doesn't give any clues to me either, as it says an 'unexpected error' occurred and doesn't, to me, point out a particular mod as the culprit. Any help is greatly appreciated, thank you!

Additionally, this is the mod list as of yet, if it's any help.

reddit.com
u/14shiffna — 4 days ago
▲ 2 r/fabricmc+1 crossposts

[java] Minecraft crash when i shift left click

Hi everyone, my minecraft both vanilla and fabric keeps crashing due to the lack of ram error although i have 6gb of ram allocated with 10gb free but it only crashes when i shift left click very fast moving itens from chest or inventory and i cant understand why. It crashses even when i dont use mods in vanilla minecraft. The version is 26.2

Here is one of the crash logs: https://mclo.gs/X8VpzmT

reddit.com
u/Worried_Hat1112 — 5 days ago

fresh animations bug on 26.1.2

is there a way to fix this bug with Fresh Animations?

i have entity model features and entity texture features

u/GroggyFish — 5 days ago

Help with modding

I accidentally uninstalled fabric from the installation folder. I tried reinstalling it but the new installation was still missing the folder. Can someone tell me how to fix it? I get an error code 1

reddit.com
u/punchface9 — 4 days ago