configure for regolith

This commit is contained in:
ForestOfLight
2025-07-02 20:02:17 -07:00
Unverified
parent b92cdd269c
commit 657467f49d
69 changed files with 29 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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": "Material Grabber"
},
"minecraft:wearable": {
"dispensable": true,
"slot": "slot.weapon.offhand"
}
}
}
}