This commit is contained in:
DaanV2
2021-07-19 15:01:58 +02:00
parent f544b1603a
commit 25dd9e2c33
4 changed files with 20 additions and 1 deletions

View File

@@ -62,6 +62,12 @@
"minecraft:fuel": { "$ref": "./components/minecraft.fuel.json" },
"minecraft:icon": { "$ref": "./components/minecraft.icon.json" },
"minecraft:knockback_resistance": { "$ref": "./components/minecraft.knockback_resistance.json" },
"minecraft:max_stack_size": { "type": "integer", "title": "Max Stack Size", "description": "Maximum stack size.", "minimum": 0 },
"minecraft:use_duration": {
"type": "integer",
"title": "Use Duration",
"description": "How long to use before item is done being used."
},
"minecraft:on_use": { "$ref": "./components/minecraft.on_use.json" },
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.json" },
"minecraft:projectile": { "$ref": "./components/minecraft.projectile.json" },