Updated
This commit is contained in:
12
.vscode/easy.code-snippets
vendored
12
.vscode/easy.code-snippets
vendored
@@ -10,5 +10,17 @@
|
||||
"object": {
|
||||
"prefix": "json.object",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"object\", \n\"additionalProperties\": false,\n\"properties\": {}"
|
||||
},
|
||||
"number": {
|
||||
"prefix": "json.number",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"number\", \n\"minimum\": 0"
|
||||
},
|
||||
"integer": {
|
||||
"prefix": "json.integer",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"integer\", \n\"minimum\": 0"
|
||||
},
|
||||
"string": {
|
||||
"prefix": "json.string",
|
||||
"body": "\"title\": \"\",\n\"description\": \"\",\n\"type\": \"string\""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,13 +100,13 @@
|
||||
"properties": {
|
||||
"denominator": {
|
||||
"title": "Denominator",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"numerator": {
|
||||
"title": "Numerator",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"size": { "type": "number", "default": 1, "description": "The base size of the entity" },
|
||||
"sound_event": { "type": "string", "description": "The sound event to play for this step" },
|
||||
"summon_cap": { "type": "integer", "default": 0, "description": "Maximum number of summoned entities at any given time" },
|
||||
"summon_cap_radius": { "type": "number", "default": 0, "description": "" },
|
||||
"summon_cap_radius": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" },
|
||||
"target": {
|
||||
"type": "string",
|
||||
"default": "self",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"description": "How much should the discount be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Cured Discount",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "" },
|
||||
{ "type": "integer", "title": "B", "description": "" }
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
|
||||
]
|
||||
},
|
||||
"display_name": {
|
||||
@@ -40,8 +40,8 @@
|
||||
"description": "The max the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Max Cured Discount",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "" },
|
||||
{ "type": "integer", "title": "B", "description": "" }
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
|
||||
]
|
||||
},
|
||||
"max_nearby_cured_discount": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"definitions": {
|
||||
"coord_dist": {
|
||||
"title": "",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "../../../molang/number.json",
|
||||
@@ -54,7 +54,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["identifier", "places_feature"],
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"title": "Feature",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
@@ -32,7 +32,7 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Feature Area",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"feature": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"may_attach_to": {
|
||||
"title": "May attach to",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"title": "Structure Template Feature",
|
||||
"description": "`minecraft:structure_template_feature` places a structure in the world. The structure must be stored as a .mcstructure file in the `structures` subdirectory of a behavior pack. It is possible to reference structures that are part of other behavior packs, they do not need to come from the same behavior pack as this feature. Constraints can be defined to specify where the structure is allowed to be placed. During placement, the feature will search for a position within the 'adjustment_radius' that satisfies all constraints. If none are found, the structure will not be placed.\nSucceeds if: The structure is placed in the world.\nFails if: The structure fails to be placed within the world.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["description", "structure_name", "constraints"],
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"properties": {
|
||||
|
||||
@@ -7,17 +7,17 @@
|
||||
"offset_spec": {
|
||||
"type": "object",
|
||||
"title": "Offset",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"first_person": {
|
||||
"title": "First Person",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/mode"
|
||||
},
|
||||
"thrid_person": {
|
||||
"title": "Thrid Person",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/mode"
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,7 @@
|
||||
"mode": {
|
||||
"type": "object",
|
||||
"title": "Mode",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dispensable": { "title": "Dispensable", "description": "", "type": "boolean" },
|
||||
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTATED", "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",
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
"offset_spec": {
|
||||
"type": "object",
|
||||
"title": "Offset",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"first_person": {
|
||||
"title": "First Person",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/mode"
|
||||
},
|
||||
"thrid_person": {
|
||||
"title": "Thrid Person",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/mode"
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@
|
||||
"mode": {
|
||||
"type": "object",
|
||||
"title": "Mode",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dispensable": { "title": "Dispensable", "description": "", "type": "boolean" },
|
||||
"dispensable": { "title": "Dispensable", "description": "UNDOCUMENTATED", "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",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": { "title": "Type", "type": "string", "description": "", "enum": ["loot_table", "item", "empty"] },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["loot_table", "item", "empty"] },
|
||||
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "./conditions.json" } },
|
||||
"entries": {
|
||||
"title": "Entries",
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
"type": "object",
|
||||
"required": ["input"],
|
||||
"properties": {
|
||||
"input": { "title": "Input", "description": "", "$ref": "../../../molang/number.json" },
|
||||
"input": { "title": "Input", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"remap_curve": {
|
||||
"title": "Remap Curve",
|
||||
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
|
||||
|
||||
@@ -101,11 +101,26 @@
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"stencilDepthFailOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
|
||||
"stencilFailOp": { "type": "string", "title": "Stencil Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "", "enum": ["Replace"] },
|
||||
"stencilPassOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" }
|
||||
"stencilDepthFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "UNDOCUMENTATED", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTATED", "enum": ["Replace"] },
|
||||
"stencilPassOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"StatesSpecification": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Item Texture File",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Terrain Texture File",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
|
||||
Reference in New Issue
Block a user