someaddons / recipeessentials

Minecraft for with fixes and improvements around recipes
0 stars 0 forks source link

[Bug]: Picked up items dont stack correctly. #13

Open pafeuu opened 1 month ago

pafeuu commented 1 month ago

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

Minecraft version

1.21

Modloader version

Fabric

Logs

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

someaddons commented 1 month ago

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

pafeuu commented 1 month ago

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.

someaddons commented 1 month ago

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

someaddons commented 1 month ago

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