McJtyMods / TheOneProbe

This simple mod adds a probe and an API for other mods to show information with that probe
MIT License
137 stars 69 forks source link

NBT Tag "Name" not being read (theoneprobe-1.12-1.4.22) #249

Open AlienXAXS opened 6 years ago

AlienXAXS commented 6 years ago

When using AE2's Name Press to rename an item, TOP does not display the correct name of the item that the player has renamed it too.

To Replicate: 1) Create a nameplate and try to rename anything, I tried to rename a P2P ME Tunnel, I also tried to rename a Minecraft Chest. 2) Use an inscriber to put the name onto the item you're trying to inscribe. 3) Notice that the item has been renamed, both while you're holding it in your hand and while you're mouse is over the item. 4) Place the item down in the world, TOP does not show the items changed name via the NBT Tag

I do not believe this to be an invalid configuration by AE2, as the same happens for vanilla minecraft items such as the Chest.

Is it possible that TOP will see if the NBT tag "Name" has been assigned to the block/item you're looking at, and display that instead?

josephcsible commented 6 years ago

If you rename an item with a vanilla anvil instead, does it show up properly? If so, report this to AE2 instead.

AlienXAXS commented 6 years ago

@josephcsible Thanks for your response. I renamed a chest using the Anvil, and it still shows as "Oak Chest" on TOP, not "Test Name" as I requested from the Anvil.

It shows correctly in the chest GUI though, so the name did get set.