interactions for custom items

This commit is contained in:
ForestOfLight
2025-06-07 20:48:41 -07:00
Unverified
parent 137100114a
commit 597e0c7d79
9 changed files with 132 additions and 37 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"format_version": "1.20.30",
"minecraft:item": {
"description": {
"identifier": "construct:menu",
"category": "Items"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:icon": {
"texture": "construct:menu"
},
"minecraft:display_name": {
"value": "Construct"
},
"minecraft:wearable": {
"dispensable": true,
"slot": "slot.weapon.offhand"
}
}
}
}