#How to hide items from creative menu?
1 messages · Page 1 of 1 (latest)
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
},