Applied Energistics 2

Applied Energistics 2

137M Downloads

Item Not Stacking / Autocrafting Not Finishing (Found the Cause... maybe)

YukiNoHana-0 opened this issue ยท 2 comments

commented

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.

Screenshot 2023-11-29 100647

My head hurts because of this empty tag.

Screenshot 2023-11-29 095934

Related Issue

#7461

How to reproduce the bug

  1. Get 1 sample from each item that are not stacking from your AE2 network and put it in your vanilla inventory.
  2. Check if 1 item has an empty tag and the other have not, use the command provided in the description.
  3. 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.
  4. 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

commented

This is a minecraft bug as far as i am aware and fixed in 1.20.3 snapshots

commented

This is a minecraft bug as far as i am aware and fixed in 1.20.3 snapshots

But I only encounter this bug if I have that mod added, I didn't encounter the bug ever since I remove that mod that causes it.