Started by
TheCatalystGaming
on
Topic category: Help with Minecraft modding (Java Edition)
An overlay that can display a specific NBT tag of the item in the players main hand would be really useful for testing purposes.
Edited by TheCatalystGaming on Sun, 11/08/2020 - 20:42
You will need to write item data to player variable on player tick if it has your item in hand and then display this data. There is no direct link from item to player's overlay.
Thanks!