Item Not Stacking / Autocrafting Not Finishing (Found the Cause... maybe)
YukiNoHana-0 opened this issue ยท 2 comments
Describe the bug
First of all, the item not stacking or autocrafting not getting finish IS NOT A BUG OF AE2,
(not sure in autocrafting but this is one of the cause),
but this might help for others that are encountering this bug.
Try using this command with both of the items in the inventory that are not stacking.
/data get entity @s Inventory
Or this for the selected item.
/data get entity @s SelectedItem
Check if one of the items is getting an empty NBT tag.
tag: {}}
I have found out that other mods that specifically add new enchantments to the game cause this empty NBT tag, try removing that mod and see if the adding of empty tag has gone.
My head hurts because of this empty tag.
Related Issue
How to reproduce the bug
- Get 1 sample from each item that are not stacking from your AE2 network and put it in your vanilla inventory.
- Check if 1 item has an empty tag and the other have not, use the command provided in the description.
- If the other item has no empty tag, try clicking it with your mouse and place it in a different slot in your vanilla inventory.
- Viola! that item with no tag has now an empty tag added to it - tag: {}}
Expected behavior
It should not add that empty NBT tag, but anyways this was not cause by AE2.
Additional details
Try to check all mods that add new enchantments, maybe one of them cause this.
I have read on reddit "More Enchantments" cause this bug, I don't have that mod but I do have a mod called "Soulbinding", which add an enchantment to the game and causes this bug.
Which minecraft version are you using?
1.20
On which mod loaders does it happen?
Forge
Crash log
No Crash