Tooltip issue with nbt
OfficialZygorg opened this issue · 1 comments
Custom Machinery mod, to add recipes with kubejs requires an nbt tag.
tooltip(Item.of('custommachinery:custom_machine_item',{machine:'custommachinery:basic_refiner'}),[ 'A machine to simply melt down cobblestone via unknown means.', '§4§lWARNING: DONT DRINK THE UNREFINED COBBLESTONE'])
The nbt tag is {machine:'custommachinery:basic_refiner'}
, but because the item id is always custommachinery:custom_machine_item
it applies the tooltip to every custom machine
Example:
Duplicate of #210