You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Applied Energistics Inscriber, when giving an Inscriber Name Press, fails to rename items. See video attached
Create_.Astral.2024-12-26.18-33-21.mp4
How to Reproduce?
Get an Applied Energistics Inscriber using the Stone Cutter recipe. Place and power the machine
Get an Inscriber Name Press from a chest (on the moon in my case)
Rename the Inscriber Name Press in an anvil to another name, e.g "hello world"
Place the Inscriber Name Press in Inscriber with another random item.
The item created will be the same but with an additional empty NBT tag
Expected Behavior
The item created should be renamed, similar to how an item is renamed with a vanilla anvil
Version
2.1.2
Logs or additional context
NBT before being pressed: {id: "minecraft:dirt", Count: 1b}
NBT after being pressed: {id: "minecraft:dirt", Count: 1b, tag: { display: {}}}
Both of the above values were generated with /data get entity @s SelectedItem
Code of Conduct
I have searched the issue tracker and confirmed that the issue has not been reported
I have checked the FAQ (if one is present) and my issue is not listed
I have verified that I am using the latest version of the modpack
I have verified that I have followed the required steps to set up the modpack
The text was updated successfully, but these errors were encountered:
Out of curiosity, what is the use case for this? The inscriber shouldn't even be craftable. If the goal is to rename pattern providers, you can do that in the anvil directly.
The Inscriber is great for any bulk/automated renaming but my specific use case is for AE2 autocrafting. By default, AE2 will stack items together when outputting from a pattern provider but by using an inscriber, you can rename one of the items, preventing them from stacking together.
This makes it possible to use autocrafting on a mechanical crafter where the recipe has repeated items such as for quartz glass.
Bug Description
The Applied Energistics Inscriber, when giving an Inscriber Name Press, fails to rename items. See video attached
Create_.Astral.2024-12-26.18-33-21.mp4
How to Reproduce?
Expected Behavior
The item created should be renamed, similar to how an item is renamed with a vanilla anvil
Version
2.1.2
Logs or additional context
NBT before being pressed: {id: "minecraft:dirt", Count: 1b}
NBT after being pressed: {id: "minecraft:dirt", Count: 1b, tag: { display: {}}}
Both of the above values were generated with
/data get entity @s SelectedItem
Code of Conduct
The text was updated successfully, but these errors were encountered: