Files
Construct/packs/BP/items/material_grabber.json
T
2025-12-11 17:56:50 -08:00

22 lines
508 B
JSON

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