Updated
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "Defines the families this entity belongs to.",
|
"description": "Defines the families this entity belongs to.",
|
||||||
"required": ["family"],
|
"required": ["family"],
|
||||||
|
"examples": [{ "family": ["monster"] }, { "family": ["mob"] }, { "family": ["animal"] }, { "family": ["npc"] }],
|
||||||
"properties": {
|
"properties": {
|
||||||
"family": {
|
"family": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$id": "blockception.minecraft.behavior.1.16.100.items.minecraft:use_animation",
|
||||||
|
"title": "Use Animation",
|
||||||
|
"description": "Wearable item component.",
|
||||||
|
"type": "string",
|
||||||
|
"additionalProperties": false
|
||||||
|
}
|
||||||
@@ -65,6 +65,12 @@
|
|||||||
"minecraft:knockback_resistance": { "$ref": "./components/minecraft.knockback_resistance.json" },
|
"minecraft:knockback_resistance": { "$ref": "./components/minecraft.knockback_resistance.json" },
|
||||||
"minecraft:on_use": { "$ref": "./components/minecraft.on_use.json" },
|
"minecraft:on_use": { "$ref": "./components/minecraft.on_use.json" },
|
||||||
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.json" },
|
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.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:projectile": { "$ref": "./components/minecraft.projectile.json" },
|
"minecraft:projectile": { "$ref": "./components/minecraft.projectile.json" },
|
||||||
"minecraft:repairable": { "$ref": "./components/minecraft.repairable.json" },
|
"minecraft:repairable": { "$ref": "./components/minecraft.repairable.json" },
|
||||||
"minecraft:render_offsets": { "$ref": "./components/minecraft.render_offsets.json" },
|
"minecraft:render_offsets": { "$ref": "./components/minecraft.render_offsets.json" },
|
||||||
@@ -72,7 +78,6 @@
|
|||||||
"minecraft:throwable": { "$ref": "./components/minecraft.throwable.json" },
|
"minecraft:throwable": { "$ref": "./components/minecraft.throwable.json" },
|
||||||
"minecraft:weapon": { "$ref": "./components/minecraft.weapon.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." }
|
"minecraft:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -62,6 +62,12 @@
|
|||||||
"minecraft:fuel": { "$ref": "./components/minecraft.fuel.json" },
|
"minecraft:fuel": { "$ref": "./components/minecraft.fuel.json" },
|
||||||
"minecraft:icon": { "$ref": "./components/minecraft.icon.json" },
|
"minecraft:icon": { "$ref": "./components/minecraft.icon.json" },
|
||||||
"minecraft:knockback_resistance": { "$ref": "./components/minecraft.knockback_resistance.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": { "$ref": "./components/minecraft.on_use.json" },
|
||||||
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.json" },
|
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.json" },
|
||||||
"minecraft:projectile": { "$ref": "./components/minecraft.projectile.json" },
|
"minecraft:projectile": { "$ref": "./components/minecraft.projectile.json" },
|
||||||
|
|||||||
Reference in New Issue
Block a user