RakambdaOrg / FallingTree

Minecraft mod to make the trees fall in one cut
https://www.curseforge.com/minecraft/mc-mods/falling-tree
GNU Lesser General Public License v3.0
80 stars 32 forks source link

Item does not automatically stack when picked from ground. #372

Closed ardissaps closed 2 years ago

ardissaps commented 2 years ago

Describe the bug

The item scattered around in inventory like this : image

I don't know if it is problem with Falling Tree or Stacker mod. I'll post on both page. https://github.com/Andrew6rant/Stacker/issues/45

Minecraft version

1.18.2

Fabric API version

0.14.8

Mod version

3.5.2

Relevant log output

Not crash.
ardissaps commented 2 years ago

I can confirm it is not from Stacker side, I disabled stacker but problem persist : image

Rakambda commented 2 years ago

Seems to be the same as #304.

I never was able to reproduce that issue.

Would you be willing to send a zip with the following folders? mod + world + config

ardissaps commented 2 years ago

Would you be willing to send a zip with the following folders? mod + world + config

Thats very huge. 500MB. Looklike this is not from Falling Tree either, I disabled both problem still persist. image Look like I need to trim the mod half by half. Sorry for your time!

Rakambda commented 2 years ago

It's ok no worries. I'd be interested if you manage to find what mod does this or it's vanilla Mac that has an issue.

Perhaps the NBT data on the logs are different hence why they don't stack up.

ardissaps commented 2 years ago

It's ok no worries. I'd be interested if you manage to find what mod does this or it's vanilla Mac that has an issue.

Perhaps the NBT data on the logs are different hence why they don't stack up.

Found it! it is from Pickup Notification, but it is fixed last night.

Rakambda commented 2 years ago

Just as a reference, fix has been made with https://github.com/Roundaround/mc-fabric-pickup-notifications/commit/7ad4a61d8cf62fd302fad7d96acd7c00da2b9a89

ardissaps commented 2 years ago

Yeah, I installed the mod again, the crafting table bug also caused by that. Now game run perfectly!