#How to hide items from creative menu?

1 messages · Page 1 of 1 (latest)

karmic hill
#

i have tried using the hide components but some problem occurs, like the icon of the item disappears, the item stack i've made is only one and it became 64, etc.
do you guys have any idea to make this thing?

mellow bear
#

Put this in the item's .json file under "menu_category":```json
"category": "none",


```json
"is_hidden_in_commands": true
"menu_category": {
  "category": "none",
  "is_hidden_in_commands": true
},