Updated items

This commit is contained in:
DaanV2
2021-05-13 13:41:46 +02:00
parent b722b01cde
commit 0ecc313925
5 changed files with 113 additions and 3 deletions

View File

@@ -64,7 +64,9 @@
"minecraft:shooter": { "$ref": "./components/minecraft.shooter.json" },
"minecraft:throwable": { "$ref": "./components/minecraft.throwable.json" },
"minecraft:weapon": { "$ref": "./components/minecraft.weapon.json" },
"minecraft:wearable": { "$ref": "./components/minecraft.wearable.json" }
"minecraft:wearable": { "$ref": "./components/minecraft.wearable.json" },
"minecraft:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." }
}
},
"events": { "$ref": "./events.json" }