83 lines
4.1 KiB
JSON
83 lines
4.1 KiB
JSON
{
|
|
"$id": "blockception.minecraft.behavior.1.16.200.items",
|
|
"description": "Minecraft items 1.16.200",
|
|
"required": ["format_version", "minecraft:item"],
|
|
"title": "Item",
|
|
"type": "object",
|
|
"properties": {
|
|
"format_version": {
|
|
"title": "Format Version",
|
|
"type": "string",
|
|
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
|
},
|
|
"minecraft:item": {
|
|
"additionalProperties": false,
|
|
"required": ["description"],
|
|
"type": "object",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"title": "Item",
|
|
"properties": {
|
|
"description": {
|
|
"additionalProperties": false,
|
|
"type": "object",
|
|
"title": "Description",
|
|
"description": "UNDOCUMENTED",
|
|
"$comment": "UNDOCUMENTED",
|
|
"properties": {
|
|
"identifier": {
|
|
"title": "Identifier",
|
|
"type": "string",
|
|
"description": "The identifier for this item. The name must include a namespace and must not use the Minecraft namespace unless overriding a Vanilla item.",
|
|
"$ref": "../../../general/item/identifier.json"
|
|
},
|
|
"category": {
|
|
"type": "string",
|
|
"default": "",
|
|
"description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.",
|
|
"title": "Category"
|
|
},
|
|
"is_experimental": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "If this item is experimental, it will only be registered if the world is marked as experimental.",
|
|
"title": "Is Experimental"
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"additionalProperties": { "type": "object" },
|
|
"type": "object",
|
|
"description": "The components of this item",
|
|
"properties": {
|
|
"minecraft:armor": { "$ref": "./components/minecraft.armor.json" },
|
|
"minecraft:block_placer": { "$ref": "./components/minecraft.block_placer.json" },
|
|
"minecraft:cooldown": { "$ref": "./components/minecraft.cooldown.json" },
|
|
"minecraft:digger": { "$ref": "./components/minecraft.digger.json" },
|
|
"minecraft:display_name": { "$ref": "./components/minecraft.display_name.json" },
|
|
"minecraft:durability": { "$ref": "./components/minecraft.durability.json" },
|
|
"minecraft:dye_powder": { "$ref": "./components/minecraft.dye_powder.json" },
|
|
"minecraft:entity_placer": { "$ref": "./components/minecraft.entity_placer.json" },
|
|
"minecraft:food": { "$ref": "./components/minecraft.food.json" },
|
|
"minecraft:fuel": { "$ref": "./components/minecraft.fuel.json" },
|
|
"minecraft:icon": { "$ref": "./components/minecraft.icon.json" },
|
|
"minecraft:knockback_resistance": { "$ref": "./components/minecraft.knockback_resistance.json" },
|
|
"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" },
|
|
"minecraft:repairable": { "$ref": "./components/minecraft.repairable.json" },
|
|
"minecraft:render_offsets": { "$ref": "./components/minecraft.render_offsets.json" },
|
|
"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:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." }
|
|
}
|
|
},
|
|
"events": { "$ref": "./events.json" }
|
|
}
|
|
}
|
|
}
|
|
}
|