minetest-mods / unified_inventory

An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue.
Other
50 stars 38 forks source link

Hide uncraftable items #240

Closed SmallJoker closed 9 months ago

SmallJoker commented 9 months ago

This setting only applies to non-creative players.

Requested by @nininik0 in https://forum.minetest.net/viewtopic.php?p=432038#p432038

How to test:

  1. Check whether the inventory still shows the items as they are used to be.
  2. Set unified_inventory_hide_uncraftable_items = true
  3. Make sure that the world does not have creative mode enabled and that you do not have the creative privilege.
  4. Notice the lower page count in the "all" category
Niklp09 commented 9 months ago

Seems to work. But I would like to have an option, to only hide items which aren't used in any recipes too.

nininik0 commented 9 months ago

Dosent work, I pasted it into the init.lua and minetest.conf, still shows admin items that are uncraftable, creative mode is off and i did /revokeme all and /revokeme creative,

There's also another issue with 3d_armor inventory thing