#item descriptions in lang
8 messages · Page 1 of 1 (latest)
// Client Scripts
ItemEvents.tooltip(event => {
event.add(['minecraft:dirt'], 'This is a tooltip.');
})```
it still displays this grey text, and the client script simply puts another tooltip underneath it
huh, weird
have you tried making a lang file that says something like:
"item.kubejs.music_disk_space.desc": "description" ?
yeah, doesn't change anything unfortunately