auto: Formatted json files

This commit is contained in:
Blockception Bot
2021-06-06 10:07:19 +00:00
parent 65dc629711
commit 77b8b88cc1
1017 changed files with 36952 additions and 36952 deletions

View File

@@ -1,75 +1,75 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items",
"description": "Minecraft items 1.16.200",
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],
"type": "object",
"description": "TODO",
"title": "Item",
"properties": {
"description": {
"additionalProperties": false,
"type": "object",
"title": "Description",
"description": "TODO",
"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" }
}
}
}
}
{
"$id": "blockception.minecraft.behavior.1.16.200.items",
"description": "Minecraft items 1.16.200",
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],
"type": "object",
"description": "TODO",
"title": "Item",
"properties": {
"description": {
"additionalProperties": false,
"type": "object",
"title": "Description",
"description": "TODO",
"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" }
}
}
}
}