I want to make it so that you can only see "only a little", "some", or "a lot" or something like that instead of 1-64 items in a stack.
Any ideas how I might do this? I'm guessing something in client_scripts but idk
OR actually if you know how to remove the tooltip/name of items entirely... so long as it's not changing every mods lang file... plz not that...
This is what I'm currently trying and it's not working...
ItemEvents.tooltip(tooltip => {
tooltip.addAdvancedToAll((item, advanced, text) => {
text.removeAll()
}
}