#Change the number of items shown in an item stack

3 messages · Page 1 of 1 (latest)

fleet obsidian
#

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()
  }
}
calm bronzeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

fleet obsidian
#

Ok I'm now thinking that maybe what I'm looking for is to assign all the blocks/items in the game to have a DisplayName of "" aka empty string.