Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sisilicon
GitHub Repository: sisilicon/worldedit-be
Path: blob/master/BP/items/buttons/config.item.json
1784 views
1
{
2
"format_version": "1.21.80",
3
"minecraft:item": {
4
"description": {
5
"identifier": "wedit:config_button"
6
},
7
"components": {
8
"minecraft:icon": {
9
"textures": { "default": "wedit:config" }
10
},
11
"minecraft:display_name": {
12
"value": "worldedit.config.mainMenu"
13
},
14
"minecraft:max_stack_size": 1,
15
"minecraft:throwable": {}
16
}
17
}
18
}
19