Files
Construct-CN/packs/BP/items/easy_place.json
T
2025-10-01 00:08:48 -07:00

22 lines
490 B
JSON

{
"format_version": "1.20.30",
"minecraft:item": {
"description": {
"identifier": "construct:easy_place",
"category": "Items"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:icon": {
"texture": "construct:easy_place"
},
"minecraft:display_name": {
"value": "construct.easyPlace.name"
},
"minecraft:wearable": {
"dispensable": true,
"slot": "slot.weapon.offhand"
}
}
}
}