Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -11,13 +11,13 @@
"type": "array",
"title": "Dispense On",
"description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.",
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
"items": { "title": "TODO", "description": "UNDOCUMENTED" }
},
"use_on": {
"type": "array",
"title": "Use On",
"description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.",
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
"items": { "title": "TODO", "description": "UNDOCUMENTED" }
}
}
}

View File

@@ -8,17 +8,17 @@
"offset_spec": {
"type": "object",
"title": "Offset",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"first_person": {
"title": "First Person",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "#/definitions/mode"
},
"thrid_person": {
"title": "Thrid Person",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "#/definitions/mode"
}
}
@@ -26,7 +26,7 @@
"mode": {
"type": "object",
"title": "Mode",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"position": {

View File

@@ -12,13 +12,13 @@
"items": {
"type": "object",
"title": "Ammunition",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"item": { "title": "Item", "description": "UNDOCUMENTATED", "type": "string" },
"use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTATED", "type": "boolean" },
"search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTATED", "type": "boolean" },
"use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTATED", "type": "boolean" }
"item": { "title": "Item", "description": "UNDOCUMENTED", "type": "string" },
"use_offhand": { "title": "Use Offhand", "description": "UNDOCUMENTED", "type": "boolean" },
"search_inventory": { "title": "Search Inventory", "description": "UNDOCUMENTED", "type": "boolean" },
"use_in_creative": { "title": "Use In Creative", "description": "UNDOCUMENTED", "type": "boolean" }
}
}
},

View File

@@ -5,7 +5,7 @@
"type": "object",
"additionalProperties": false,
"properties": {
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTATED", "type": "boolean" },
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTED", "type": "boolean" },
"slot": {
"title": "Slot",
"description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest",

View File

@@ -1,57 +1,57 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events",
"title": "Events",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"properties": { "on_consume": { "$ref": "#/definitions/event_base" } },
"additionalProperties": { "$ref": "#/definitions/event_base" },
"definitions": {
"event_base": {
"title": "Event",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"$ref": "#/definitions/event_functions",
"properties": {
"sequence": {
"title": "Sequence",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": { "title": "Sequence", "description": "UNDOCUMENTATED", "type": "object", "$ref": "#/definitions/event_functions" }
"items": { "title": "Sequence", "description": "UNDOCUMENTED", "type": "object", "$ref": "#/definitions/event_functions" }
},
"randomize": {
"title": "Randomize",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Randomize",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"$ref": "#/definitions/event_functions",
"required": ["weight"],
"properties": { "weight": { "title": "Weight", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 } }
"properties": { "weight": { "title": "Weight", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 } }
}
},
"run_command": {
"title": "Run Command",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"command": {
"title": "Command",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": { "type": "string", "title": "Command", "description": "UNDOCUMENTATED" }
"items": { "type": "string", "title": "Command", "description": "UNDOCUMENTED" }
},
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["other"] }
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["other"] }
}
}
}
},
"event_functions": {
"title": "Event",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"properties": {
"add_mob_effect": { "$ref": "./events/add_mob_effect.json" },

View File

@@ -1,13 +1,13 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.add_mob_effect",
"title": "Add Mob Effect",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTATED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] },
"duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTATED" },
"amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTATED" }
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] },
"duration": { "type": "number", "title": "Duration", "description": "UNDOCUMENTED" },
"amplifier": { "type": "number", "title": "Amplifier", "description": "UNDOCUMENTED" }
}
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTATED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTATED" }
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.decrement_stack",
"title": "Decrement Stack",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.remove_mob_effect",
"title": "Remove Mob Effect",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTATED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] }
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] }
}
}

View File

@@ -1,12 +1,12 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": { "type": "number", "title": "Angle Offset", "description": "UNDOCUMENTATED" },
"launch_power": { "type": "number", "title": "Launch Power", "description": "UNDOCUMENTATED" },
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTATED" }
"angle_offset": { "type": "number", "title": "Angle Offset", "description": "UNDOCUMENTED" },
"launch_power": { "type": "number", "title": "Launch Power", "description": "UNDOCUMENTED" },
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED" }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.swing",
"title": "Swing",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false
}

View File

@@ -1,19 +1,19 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.teleport",
"title": "Teleport",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "enum": ["holder"] },
"max_range": {
"type": "array",
"title": "Max Range",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": [
{ "type": "number", "title": "X", "description": "UNDOCUMENTATED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTATED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTATED" }
{ "type": "number", "title": "X", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Y", "description": "UNDOCUMENTED" },
{ "type": "number", "title": "Z", "description": "UNDOCUMENTED" }
]
}
}

View File

@@ -1,8 +1,8 @@
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.transform_item",
"title": "Transform Item",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTATED", "type": "string" } }
"properties": { "transform": { "title": "Transform", "description": "UNDOCUMENTED", "type": "string" } }
}

View File

@@ -4,19 +4,19 @@
"required": ["format_version", "minecraft:item"],
"title": "Item",
"properties": {
"format_version": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"format_version": { "type": "string", "description": "UNDOCUMENTED", "title": "TODO Title" },
"minecraft:item": {
"additionalProperties": false,
"required": ["description"],
"type": "object",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Item",
"properties": {
"description": {
"additionalProperties": false,
"type": "object",
"title": "Description",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"identifier": {
"title": "Identifier",