Blockland Forums > Modification Help
Making an item not show up on wrench list without removing uiName
Red_Guy:
try packaging the item pickup function.
Check to see if they are allowed to pickup the broken sword, and if not - just return 0
Deathwishez:
Why do you need the UI name anyways?
Bauklotz:
Item shown in Tools GUI (q menu) perhaps?
Reinforcements:
--- Quote from: Red_Guy on February 07, 2011, 09:07:54 PM ---try packaging the item pickup function.
Check to see if they are allowed to pickup the broken sword, and if not - just return 0
--- End quote ---
excellent idea!