Recipe Essentials[Forge/Fabric]

Recipe Essentials[Forge/Fabric]

19M Downloads

[Bug]: Picked up items dont stack correctly.

pafeuu opened this issue ยท 4 comments

commented

Describe the bug you're experiencing

image
When picking up blocks they are often pushed into new slot instead of stacking with each other.

Reproducability

Try chopping a tree or mine a bit of stone

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.21

Modloader version

Fabric

Logs

https://gist.github.com/pafeuu/1deac9513ad6e0c5f2cdb50ef00019ed

commented

cannot reproduce it with just recipe essentials, so probably a mod conflict of some kind. Which modpack are you using?

commented

FabricTest.zip
I tried making something of my own here is a modlist. Fair warning that included some mods available only on modrinth and I didnt know how else to send this. Here is a list of mods from modrinth:
-Charm
-Axiom
-Additional entity attributes
-Flashback
-HorseBuff
-Strange
I wanted to rule those out of mod conflicts so I removed them and now I wasn't even able to create a world. Removing recipe essentials fixed that issue
crash-2024-09-17_17.26.06-client.txt
Here is the crash log from situation above.

commented

Its the owo-lib mod causing this, they're exchanging item components on a stack. which should not happen and breaks recipe essentials fast item comparison feature

commented

I added an auto-disabled of the feature in 3.8, until owo hopefully fixes it