Updated comments
This commit is contained in:
3
.vscode/schema-validation.json
vendored
3
.vscode/schema-validation.json
vendored
@@ -4,8 +4,7 @@
|
|||||||
"object_check": {
|
"object_check": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"additionalProperties": ["type"],
|
"additionalProperties": ["type"]
|
||||||
"properties": ["type"]
|
|
||||||
},
|
},
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Block Reference",
|
"title": "Block Reference",
|
||||||
"description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -22,7 +23,8 @@
|
|||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Block Reference",
|
"title": "Block Reference",
|
||||||
"description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,15 +7,16 @@
|
|||||||
"maxProperties": 7,
|
"maxProperties": 7,
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"temperature": { "title": "Temperature", "description": "UNDOCUMENATED", "type": "number" },
|
"temperature": { "title": "Temperature", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"downfall": { "title": "Downfall", "description": "UNDOCUMENATED", "type": "number" },
|
"downfall": { "title": "Downfall", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"red_spores": { "title": "Red Spores", "description": "UNDOCUMENATED", "type": "number" },
|
"red_spores": { "title": "Red Spores", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"blue_spores": { "title": "Blue Spores", "description": "UNDOCUMENATED", "type": "number" },
|
"blue_spores": { "title": "Blue Spores", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"ash": { "title": "Ash", "description": "UNDOCUMENATED", "type": "number" },
|
"ash": { "title": "Ash", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"white_ash": { "title": "White Ash", "description": "UNDOCUMENATED", "type": "number" },
|
"white_ash": { "title": "White Ash", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||||
"snow_accumulation": {
|
"snow_accumulation": {
|
||||||
"title": "Snow Accumulation",
|
"title": "Snow Accumulation",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
"title": "Extent",
|
"title": "Extent",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@@ -68,6 +69,7 @@
|
|||||||
"title": "Iteration",
|
"title": "Iteration",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["iterations", "places_feature", "identifier"],
|
"required": ["iterations", "places_feature", "identifier"],
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -104,6 +106,7 @@
|
|||||||
"title": "Denominator",
|
"title": "Denominator",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
},
|
},
|
||||||
@@ -111,6 +114,7 @@
|
|||||||
"title": "Numerator",
|
"title": "Numerator",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1
|
"minimum": 1
|
||||||
}
|
}
|
||||||
@@ -147,6 +151,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -156,6 +161,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -165,6 +171,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -174,6 +181,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -183,6 +191,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -192,6 +201,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -201,6 +211,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -210,6 +221,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -219,6 +231,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -228,6 +241,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
@@ -237,6 +251,7 @@
|
|||||||
"title": "First Pass",
|
"title": "First Pass",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/iteration"
|
"$ref": "#/definitions/iteration"
|
||||||
|
|||||||
@@ -33,9 +33,13 @@
|
|||||||
"description": "Controls how deep below the world water level the floor should occur.",
|
"description": "Controls how deep below the world water level the floor should occur.",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"clay_material": { "title": "Clay Material", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
"clay_material": { "title": "Clay Material", "description": "UNDOCUMENTED",
|
||||||
"hard_clay_material": { "title": "Hard Clay Material", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
"$comment": "UNDOCUMENTED" "type": "string" },
|
||||||
"bryce_pillars": { "title": "Bryce Pillars", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
"hard_clay_material": { "title": "Hard Clay Material", "description": "UNDOCUMENTED",
|
||||||
"has_forest": { "title": "Has Forest", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }
|
"$comment": "UNDOCUMENTED" "type": "string" },
|
||||||
|
"bryce_pillars": { "title": "Bryce Pillars", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "boolean" },
|
||||||
|
"has_forest": { "title": "Has Forest", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "boolean" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Peaks factor",
|
"title": "Peaks factor",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"steep_material_adjustment": {
|
"steep_material_adjustment": {
|
||||||
|
|||||||
@@ -11,12 +11,14 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Block Reference",
|
"title": "Block Reference",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Block Reference",
|
"title": "Block Reference",
|
||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"items": {
|
"items": {
|
||||||
@@ -25,23 +27,27 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Block Reference"
|
"title": "Block Reference"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"title": "Biome Reference",
|
"title": "Biome Reference",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "_",
|
"title": "_",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -57,24 +63,28 @@
|
|||||||
"title": "Hills Transformation",
|
"title": "Hills Transformation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "#/definitions/transformation"
|
"$ref": "#/definitions/transformation"
|
||||||
},
|
},
|
||||||
"mutate_transformation": {
|
"mutate_transformation": {
|
||||||
"title": "Mutate Transformation",
|
"title": "Mutate Transformation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "#/definitions/transformation"
|
"$ref": "#/definitions/transformation"
|
||||||
},
|
},
|
||||||
"river_transformation": {
|
"river_transformation": {
|
||||||
"title": "River Transformation",
|
"title": "River Transformation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "#/definitions/transformation"
|
"$ref": "#/definitions/transformation"
|
||||||
},
|
},
|
||||||
"shore_transformation": {
|
"shore_transformation": {
|
||||||
"title": "Shore Transformation",
|
"title": "Shore Transformation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "#/definitions/transformation"
|
"$ref": "#/definitions/transformation"
|
||||||
},
|
},
|
||||||
"generate_for_climates": {
|
"generate_for_climates": {
|
||||||
@@ -85,6 +95,7 @@
|
|||||||
"title": "_",
|
"title": "_",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"noise_params": {
|
"noise_params": {
|
||||||
"title": "Noise Params",
|
"title": "Noise Params",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
@@ -22,7 +23,8 @@
|
|||||||
},
|
},
|
||||||
"noise_type": {
|
"noise_type": {
|
||||||
"title": "Noise Type",
|
"title": "Noise Type",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"stone_beach",
|
"stone_beach",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
"title": "Adjustment",
|
"title": "Adjustment",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -34,6 +35,7 @@
|
|||||||
"title": "Materials",
|
"title": "Materials",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -9,16 +9,29 @@
|
|||||||
"description": "A single material instance",
|
"description": "A single material instance",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"ambient_occlusion": {
|
||||||
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"title": "Ambient Occlusion",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"face_dimming": {
|
||||||
|
"title": "Face Dimming",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"render_method": {
|
"render_method": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Render Method",
|
"title": "Render Method",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["blend", "opaque", "alpha_test"]
|
"enum": ["blend", "opaque", "alpha_test"]
|
||||||
},
|
},
|
||||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"allowed_faces": {
|
"allowed_faces": {
|
||||||
"title": "Allowed Faces",
|
"title": "Allowed Faces",
|
||||||
@@ -24,7 +25,13 @@
|
|||||||
"title": "Block Filter",
|
"title": "Block Filter",
|
||||||
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Block Identifier",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,7 +46,8 @@
|
|||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
|
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Property",
|
"title": "Property",
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"title": "Component",
|
"title": "Component",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"propertyNames": { "examples": ["tag:foo"] },
|
"propertyNames": { "examples": ["tag:foo"] },
|
||||||
"properties": {
|
"properties": {
|
||||||
"minecraft:block_light_absorption": { "$ref": "./components/minecraft.block_light_absorption.json" },
|
"minecraft:block_light_absorption": { "$ref": "./components/minecraft.block_light_absorption.json" },
|
||||||
@@ -92,8 +93,10 @@
|
|||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$", "examples": ["self:foo"] },
|
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$", "examples": ["self:foo"] },
|
||||||
|
"type": "object",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Property",
|
"title": "Property",
|
||||||
"description": "A block property",
|
"description": "A block property",
|
||||||
@@ -121,16 +124,19 @@
|
|||||||
"permutations": {
|
"permutations": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Permutations",
|
"title": "Permutations",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Permutation",
|
"title": "Permutation",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"condition": {
|
"condition": {
|
||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "../../../molang/string.json"
|
"$ref": "../../../molang/string.json"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
|||||||
@@ -9,16 +9,29 @@
|
|||||||
"description": "A single material instance",
|
"description": "A single material instance",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"ambient_occlusion": {
|
||||||
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"title": "Ambient Occlusion",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"face_dimming": {
|
||||||
|
"title": "Face Dimming",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"render_method": {
|
"render_method": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Render Method",
|
"title": "Render Method",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["blend", "opaque", "alpha_test"]
|
"enum": ["blend", "opaque", "alpha_test"]
|
||||||
},
|
},
|
||||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"allowed_faces": {
|
"allowed_faces": {
|
||||||
"title": "Allowed Faces",
|
"title": "Allowed Faces",
|
||||||
@@ -24,7 +25,13 @@
|
|||||||
"title": "Block Filter",
|
"title": "Block Filter",
|
||||||
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Block Identifier",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"title": "Events",
|
"title": "Events",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"minecraft:on_interact": { "$ref": "#/definitions/event_base" },
|
"minecraft:on_interact": { "$ref": "#/definitions/event_base" },
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
"title": "Event",
|
"title": "Event",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"$ref": "#/definitions/event_functions",
|
"$ref": "#/definitions/event_functions",
|
||||||
@@ -29,11 +31,13 @@
|
|||||||
"title": "Sequence",
|
"title": "Sequence",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Sequence",
|
"title": "Sequence",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"$ref": "#/definitions/event_functions"
|
"$ref": "#/definitions/event_functions"
|
||||||
}
|
}
|
||||||
@@ -42,16 +46,19 @@
|
|||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"$ref": "#/definitions/event_functions",
|
"$ref": "#/definitions/event_functions",
|
||||||
"required": ["weight"],
|
"required": ["weight"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"weight": { "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
|
"weight": { "title": "Weight", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -76,6 +83,7 @@
|
|||||||
"title": "Event",
|
"title": "Event",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"title": "Component",
|
"title": "Component",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"minecraft:block_light_absorption": { "$ref": "./components/minecraft.block_light_absorption.json" },
|
"minecraft:block_light_absorption": { "$ref": "./components/minecraft.block_light_absorption.json" },
|
||||||
@@ -89,7 +90,8 @@
|
|||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
|
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Property",
|
"title": "Property",
|
||||||
@@ -118,16 +120,19 @@
|
|||||||
"permutations": {
|
"permutations": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Permutations",
|
"title": "Permutations",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Permutation",
|
"title": "Permutation",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"condition": {
|
"condition": {
|
||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "../../../molang/string.json"
|
"$ref": "../../../molang/string.json"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
|||||||
@@ -9,16 +9,29 @@
|
|||||||
"description": "A single material instance",
|
"description": "A single material instance",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"ambient_occlusion": { "title": "Ambient Occlusion", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"ambient_occlusion": {
|
||||||
"face_dimming": { "title": "Face Dimming", "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"title": "Ambient Occlusion",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"face_dimming": {
|
||||||
|
"title": "Face Dimming",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"render_method": {
|
"render_method": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Render Method",
|
"title": "Render Method",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["blend", "opaque", "alpha_test"]
|
"enum": ["blend", "opaque", "alpha_test"]
|
||||||
},
|
},
|
||||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"title": "Condition",
|
"title": "Condition",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"allowed_faces": {
|
"allowed_faces": {
|
||||||
"title": "Allowed Faces",
|
"title": "Allowed Faces",
|
||||||
@@ -24,7 +25,13 @@
|
|||||||
"title": "Block Filter",
|
"title": "Block Filter",
|
||||||
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Block Identifier",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"title": "Events",
|
"title": "Events",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"minecraft:on_interact": { "$ref": "#/definitions/event_base" },
|
"minecraft:on_interact": { "$ref": "#/definitions/event_base" },
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
"title": "Event",
|
"title": "Event",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"$ref": "#/definitions/event_functions",
|
"$ref": "#/definitions/event_functions",
|
||||||
@@ -29,11 +31,13 @@
|
|||||||
"title": "Sequence",
|
"title": "Sequence",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Sequence",
|
"title": "Sequence",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"$ref": "#/definitions/event_functions"
|
"$ref": "#/definitions/event_functions"
|
||||||
}
|
}
|
||||||
@@ -42,16 +46,19 @@
|
|||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Randomize",
|
"title": "Randomize",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"$ref": "#/definitions/event_functions",
|
"$ref": "#/definitions/event_functions",
|
||||||
"required": ["weight"],
|
"required": ["weight"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"weight": { "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
|
"weight": { "title": "Weight", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -76,6 +83,7 @@
|
|||||||
"title": "Event",
|
"title": "Event",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "NPC Dialogue",
|
"title": "NPC Dialogue",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["format_version", "minecraft:npc_dialogue"],
|
"required": ["format_version", "minecraft:npc_dialogue"],
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -16,6 +17,7 @@
|
|||||||
"title": "NPC Dialogue",
|
"title": "NPC Dialogue",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -23,12 +25,14 @@
|
|||||||
"title": "Scenes",
|
"title": "Scenes",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Scene",
|
"title": "Scene",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -36,12 +40,14 @@
|
|||||||
"title": "Buttons",
|
"title": "Buttons",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"maxItems": 6,
|
"maxItems": 6,
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Button",
|
"title": "Button",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -49,17 +55,20 @@
|
|||||||
"title": "Name",
|
"title": "Name",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "../../../general/rawtext/rawtext.json"
|
"$ref": "../../../general/rawtext/rawtext.json"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Commands",
|
"title": "Commands",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Minecraft Command",
|
"title": "Minecraft Command",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^/[a-z].*$"
|
"pattern": "^/[a-z].*$"
|
||||||
}
|
}
|
||||||
@@ -71,17 +80,20 @@
|
|||||||
"title": "NPC Name",
|
"title": "NPC Name",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "../../../general/rawtext/rawtext.json"
|
"$ref": "../../../general/rawtext/rawtext.json"
|
||||||
},
|
},
|
||||||
"on_close_commands": {
|
"on_close_commands": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Close Commands",
|
"title": "On Close Commands",
|
||||||
"items": {
|
"items": {
|
||||||
"title": "Minecraft Command",
|
"title": "Minecraft Command",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^/[a-z].*$"
|
"pattern": "^/[a-z].*$"
|
||||||
}
|
}
|
||||||
@@ -90,12 +102,14 @@
|
|||||||
"title": "Scene tag",
|
"title": "Scene tag",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"title": "Text",
|
"title": "Text",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$ref": "../../../general/rawtext/rawtext.json"
|
"$ref": "../../../general/rawtext/rawtext.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
|
"anchor": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Anchor" },
|
||||||
"angle_offset": {
|
"angle_offset": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -117,12 +118,14 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Hit",
|
"title": "On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"definition_event": {
|
"definition_event": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Event",
|
"title": "Event",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -130,6 +133,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Affect Projectile"
|
"title": "Affect Projectile"
|
||||||
},
|
},
|
||||||
"event_trigger": {
|
"event_trigger": {
|
||||||
@@ -143,6 +147,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Douse Fire"
|
"title": "Douse Fire"
|
||||||
},
|
},
|
||||||
"impact_damage": {
|
"impact_damage": {
|
||||||
@@ -150,30 +155,35 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Impact Damage",
|
"title": "Impact Damage",
|
||||||
"properties": {
|
"properties": {
|
||||||
"damage": {
|
"damage": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Damage"
|
"title": "Damage"
|
||||||
},
|
},
|
||||||
"knockback": {
|
"knockback": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Knockback"
|
"title": "Knockback"
|
||||||
},
|
},
|
||||||
"destroy_on_hit": {
|
"destroy_on_hit": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Destroy On Hit"
|
"title": "Destroy On Hit"
|
||||||
},
|
},
|
||||||
"should_bounce": {
|
"should_bounce": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Should Bounce"
|
"title": "Should Bounce"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -183,6 +193,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Mob Effect",
|
"title": "Mob Effect",
|
||||||
"effect": "levitation",
|
"effect": "levitation",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -190,30 +201,35 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Effect"
|
"title": "Effect"
|
||||||
},
|
},
|
||||||
"durationeasy": {
|
"durationeasy": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "DurationEasy"
|
"title": "DurationEasy"
|
||||||
},
|
},
|
||||||
"durationnormal": {
|
"durationnormal": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "DurationNormal"
|
"title": "DurationNormal"
|
||||||
},
|
},
|
||||||
"durationhard": {
|
"durationhard": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "DurationHard"
|
"title": "DurationHard"
|
||||||
},
|
},
|
||||||
"amplifier": {
|
"amplifier": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Amplifier"
|
"title": "Amplifier"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -223,30 +239,35 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Particle On Hit",
|
"title": "Particle On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"particle_type": {
|
"particle_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Particle Type"
|
"title": "Particle Type"
|
||||||
},
|
},
|
||||||
"num_particles": {
|
"num_particles": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Number Particles"
|
"title": "Number Particles"
|
||||||
},
|
},
|
||||||
"on_entity_hit": {
|
"on_entity_hit": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Entity Hit"
|
"title": "On Entity Hit"
|
||||||
},
|
},
|
||||||
"on_other_hit": {
|
"on_other_hit": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Other Hit"
|
"title": "On Other Hit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -256,6 +277,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Remove On Hit"
|
"title": "Remove On Hit"
|
||||||
},
|
},
|
||||||
"spawn_chance": {
|
"spawn_chance": {
|
||||||
@@ -263,48 +285,56 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Chance",
|
"title": "Spawn Chance",
|
||||||
"properties": {
|
"properties": {
|
||||||
"first_spawn_percent_chance": {
|
"first_spawn_percent_chance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "First Spawn Percent Chance"
|
"title": "First Spawn Percent Chance"
|
||||||
},
|
},
|
||||||
"first_spawn_chance": {
|
"first_spawn_chance": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "First Spawn Chance"
|
"title": "First Spawn Chance"
|
||||||
},
|
},
|
||||||
"second_spawn_chance": {
|
"second_spawn_chance": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Second Spawn Chance"
|
"title": "Second Spawn Chance"
|
||||||
},
|
},
|
||||||
"first_spawn_count": {
|
"first_spawn_count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "First Spawn Count"
|
"title": "First Spawn Count"
|
||||||
},
|
},
|
||||||
"second_spawn_count": {
|
"second_spawn_count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Second Spawn Count"
|
"title": "Second Spawn Count"
|
||||||
},
|
},
|
||||||
"spawn_definition": {
|
"spawn_definition": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Definition"
|
"title": "Spawn Definition"
|
||||||
},
|
},
|
||||||
"spawn_baby": {
|
"spawn_baby": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Baby"
|
"title": "Spawn Baby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -317,35 +347,41 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Aoe Cloud"
|
"title": "Spawn Aoe Cloud"
|
||||||
},
|
},
|
||||||
"radius_on_use": {
|
"radius_on_use": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Radius On Use"
|
"title": "Radius On Use"
|
||||||
},
|
},
|
||||||
"potion": {
|
"potion": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Potion"
|
"title": "Potion"
|
||||||
},
|
},
|
||||||
"particle": {
|
"particle": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Particle"
|
"title": "Particle"
|
||||||
},
|
},
|
||||||
"duration": {
|
"duration": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Duration"
|
"title": "Duration"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"format": "color-array",
|
"format": "color-array",
|
||||||
@@ -377,12 +413,14 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Affect Owner"
|
"title": "Affect Owner"
|
||||||
},
|
},
|
||||||
"reapplication_delay": {
|
"reapplication_delay": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Reapplication Delay"
|
"title": "Reapplication Delay"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -392,6 +430,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Stick In Ground"
|
"title": "Stick In Ground"
|
||||||
},
|
},
|
||||||
"teleport_owner": {
|
"teleport_owner": {
|
||||||
@@ -399,6 +438,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Teleport Owner"
|
"title": "Teleport Owner"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" },
|
||||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTATED: randomize",
|
"description": "UNDOCUMENTATED: randomize",
|
||||||
@@ -56,7 +57,8 @@
|
|||||||
"title": "Sequences"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"filters": { "$ref": "./../filters/filters.json" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
"title": "Entity 1.11.0",
|
"title": "Entity 1.11.0",
|
||||||
"$ref": "../1.10.0/components.json",
|
"$ref": "../1.10.0/components.json",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Entity Behavior 1.11.0",
|
"title": "Entity Behavior 1.11.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": {
|
"format_version": {
|
||||||
|
|||||||
@@ -32,7 +32,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" },
|
||||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTATED: randomize",
|
"description": "UNDOCUMENTATED: randomize",
|
||||||
@@ -57,7 +58,8 @@
|
|||||||
"title": "Sequences"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"filters": { "$ref": "./../filters/filters.json" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -47,8 +47,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range min" },
|
"range_min": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range max" }
|
"$comment": "UNDOCUMENTED" "title": "Range min" },
|
||||||
|
"range_max": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Range max" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
|
"anchor": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Anchor" },
|
||||||
"angle_offset": {
|
"angle_offset": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -45,7 +46,8 @@
|
|||||||
"title": "Gravity"
|
"title": "Gravity"
|
||||||
},
|
},
|
||||||
"hit_sound": { "type": "string", "default": "", "description": "The sound that plays when the projectile hits something", "title": "Hit Sound" },
|
"hit_sound": { "type": "string", "default": "", "description": "The sound that plays when the projectile hits something", "title": "Hit Sound" },
|
||||||
"hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Hit Ground Sound" },
|
"hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Hit Ground Sound" },
|
||||||
"homing": { "type": "boolean", "default": false, "description": "If true, the projectile homes in to the nearest entity", "title": "Homing" },
|
"homing": { "type": "boolean", "default": false, "description": "If true, the projectile homes in to the nearest entity", "title": "Homing" },
|
||||||
"inertia": {
|
"inertia": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -100,12 +102,14 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Hit",
|
"title": "On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"catch_fire": {
|
"catch_fire": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Catch Fire",
|
"title": "Catch Fire",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -113,6 +117,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Fire Affected By Griefing"
|
"title": "Fire Affected By Griefing"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -121,10 +126,12 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Definition Event",
|
"title": "Definition Event",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Projectile" },
|
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Affect Projectile" },
|
||||||
"event_trigger": { "$ref": "../types/event.json" }
|
"event_trigger": { "$ref": "../types/event.json" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -133,6 +140,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Douse Fire"
|
"title": "Douse Fire"
|
||||||
},
|
},
|
||||||
"grant_xp": {
|
"grant_xp": {
|
||||||
@@ -140,11 +148,14 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Grant XP",
|
"title": "Grant XP",
|
||||||
"effect": "levitation",
|
"effect": "levitation",
|
||||||
"properties": {
|
"properties": {
|
||||||
"minXP": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum XP" },
|
"minXP": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"maxXP": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum XP" }
|
"$comment": "UNDOCUMENTED" "title": "Minimum XP" },
|
||||||
|
"maxXP": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Maximum XP" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"impact_damage": {
|
"impact_damage": {
|
||||||
@@ -152,16 +163,22 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Impact Damage",
|
"title": "Impact Damage",
|
||||||
"properties": {
|
"properties": {
|
||||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Catch Fire" },
|
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage" },
|
"$comment": "UNDOCUMENTED" "title": "Catch Fire" },
|
||||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
"damage": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Knockback" },
|
"$comment": "UNDOCUMENTED" "title": "Damage" },
|
||||||
|
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Destroy On Hit" },
|
||||||
|
"knockback": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Knockback" },
|
||||||
"semi_random_diff_damage": {
|
"semi_random_diff_damage": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Semi Random Diff Damage"
|
"title": "Semi Random Diff Damage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -171,14 +188,20 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Mob Effect",
|
"title": "Mob Effect",
|
||||||
"effect": "levitation",
|
"effect": "levitation",
|
||||||
"properties": {
|
"properties": {
|
||||||
"effect": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Effect" },
|
"effect": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
"durationeasy": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Easy" },
|
"$comment": "UNDOCUMENTED" "title": "Effect" },
|
||||||
"durationnormal": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Normal" },
|
"durationeasy": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"durationhard": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Hard" },
|
"$comment": "UNDOCUMENTED" "title": "Duration Easy" },
|
||||||
"amplifier": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Amplifier" }
|
"durationnormal": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Duration Normal" },
|
||||||
|
"durationhard": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Duration Hard" },
|
||||||
|
"amplifier": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Amplifier" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"particle_on_hit": {
|
"particle_on_hit": {
|
||||||
@@ -186,12 +209,17 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Particle On Hit",
|
"title": "Particle On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle Type" },
|
"particle_type": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Number Particles" },
|
"$comment": "UNDOCUMENTED" "title": "Particle Type" },
|
||||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Entity Hit" },
|
"num_particles": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Other Hit" }
|
"$comment": "UNDOCUMENTED" "title": "Number Particles" },
|
||||||
|
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "On Entity Hit" },
|
||||||
|
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "On Other Hit" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remove_on_hit": {
|
"remove_on_hit": {
|
||||||
@@ -199,6 +227,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Remove On Hit"
|
"title": "Remove On Hit"
|
||||||
},
|
},
|
||||||
"spawn_chance": {
|
"spawn_chance": {
|
||||||
@@ -206,20 +235,28 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Chance",
|
"title": "Spawn Chance",
|
||||||
"properties": {
|
"properties": {
|
||||||
"first_spawn_percent_chance": {
|
"first_spawn_percent_chance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "First Spawn Percent Chance"
|
"title": "First Spawn Percent Chance"
|
||||||
},
|
},
|
||||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
"$comment": "UNDOCUMENTED" "title": "First Spawn Chance" },
|
||||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Count" },
|
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
"$comment": "UNDOCUMENTED" "title": "Second Spawn Chance" },
|
||||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Definition" },
|
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Baby" }
|
"$comment": "UNDOCUMENTED" "title": "First Spawn Count" },
|
||||||
|
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Second Spawn Count" },
|
||||||
|
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Spawn Definition" },
|
||||||
|
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Spawn Baby" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spawn_aoe_cloud": {
|
"spawn_aoe_cloud": {
|
||||||
@@ -227,16 +264,23 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Aoe Cloud",
|
"title": "Spawn Aoe Cloud",
|
||||||
"properties": {
|
"properties": {
|
||||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius" },
|
"radius": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius On Use" },
|
"$comment": "UNDOCUMENTED" "title": "Radius" },
|
||||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Potion" },
|
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle" },
|
"$comment": "UNDOCUMENTED" "title": "Radius On Use" },
|
||||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration" },
|
"potion": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Potion" },
|
||||||
|
"particle": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Particle" },
|
||||||
|
"duration": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Duration" },
|
||||||
"color": {
|
"color": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"format": "color-array",
|
"format": "color-array",
|
||||||
@@ -246,8 +290,10 @@
|
|||||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Blue", "title": "B" }
|
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Blue", "title": "B" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Owner" },
|
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
"$comment": "UNDOCUMENTED" "title": "Affect Owner" },
|
||||||
|
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Reapplication Delay" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stick_in_ground": {
|
"stick_in_ground": {
|
||||||
@@ -255,14 +301,17 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Stick In Ground",
|
"title": "Stick In Ground",
|
||||||
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Shake Time" } }
|
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Shake Time" } }
|
||||||
},
|
},
|
||||||
"teleport_owner": {
|
"teleport_owner": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Teleport Owner"
|
"title": "Teleport Owner"
|
||||||
},
|
},
|
||||||
"thrown_potion_effect": {
|
"thrown_potion_effect": {
|
||||||
@@ -270,6 +319,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Thrown Potion Effect"
|
"title": "Thrown Potion Effect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -309,7 +359,8 @@
|
|||||||
"title": "Splash Potion"
|
"title": "Splash Potion"
|
||||||
},
|
},
|
||||||
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
|
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
|
||||||
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Stop On Hurt" },
|
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Stop On Hurt" },
|
||||||
"uncertainty_base": {
|
"uncertainty_base": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Entity Behavior 1.12.0",
|
"title": "Entity Behavior 1.12.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": {
|
"format_version": {
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" },
|
||||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTATED: randomize",
|
"description": "UNDOCUMENTATED: randomize",
|
||||||
@@ -56,7 +57,8 @@
|
|||||||
"title": "Sequences"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"filters": { "$ref": "./../filters/filters.json" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||||
"title": "Can Get Scared"
|
"title": "Can Get Scared"
|
||||||
},
|
},
|
||||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"items": {
|
"items": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "List of items this mob is tempted by",
|
"description": "List of items this mob is tempted by",
|
||||||
@@ -27,15 +28,19 @@
|
|||||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||||
"title": "Within Radius"
|
"title": "Within Radius"
|
||||||
},
|
},
|
||||||
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Tempt Sound" },
|
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Tempt Sound" },
|
||||||
"sound_interval": {
|
"sound_interval": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Sound Interval",
|
"title": "Sound Interval",
|
||||||
"properties": {
|
"properties": {
|
||||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Min" },
|
"range_min": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Max" }
|
"$comment": "UNDOCUMENTED" "title": "Range Min" },
|
||||||
|
"range_max": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Range Max" }
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
"title": "Entity 1.13.0",
|
"title": "Entity 1.13.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
|
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
|
||||||
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },
|
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Experience Reward 1.13.0",
|
"title": "Experience Reward 1.13.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"on_bred": {
|
"on_bred": {
|
||||||
|
|||||||
@@ -99,6 +99,7 @@
|
|||||||
],
|
],
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Interactions"
|
"title": "Interactions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block to Avoid",
|
"title": "Block to Avoid",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block to Avoid",
|
"title": "Block to Avoid",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block to Avoid",
|
"title": "Block to Avoid",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block to Avoid",
|
"title": "Block to Avoid",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block to Avoid",
|
"title": "Block to Avoid",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"angle_offset": {
|
"angle_offset": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -100,10 +101,12 @@
|
|||||||
"title": "On Hit",
|
"title": "On Hit",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"arrow_effect": {
|
"arrow_effect": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Arrow Effect",
|
"title": "Arrow Effect",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
@@ -114,22 +117,30 @@
|
|||||||
"title": "Impact Damage",
|
"title": "Impact Damage",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"damage": {
|
"damage": {
|
||||||
"oneOf": [{ "type": "number" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }],
|
"oneOf": [{ "type": "number" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }],
|
||||||
"title": "Damage",
|
"title": "Damage",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED",
|
||||||
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED",
|
||||||
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"semi_random_diff_damage": {
|
"semi_random_diff_damage": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Semi Random Diff Damage",
|
"title": "Semi Random Diff Damage",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -139,8 +150,10 @@
|
|||||||
"title": "Stick In Ground",
|
"title": "Stick In Ground",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" } }
|
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "number" } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Entity Behavior 1.13.0",
|
"title": "Entity Behavior 1.13.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": {
|
"format_version": {
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" },
|
||||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTATED: randomize",
|
"description": "UNDOCUMENTATED: randomize",
|
||||||
@@ -56,7 +57,8 @@
|
|||||||
"title": "Sequences"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"filters": { "$ref": "./../filters/filters.json" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
"title": "Entity 1.14.0",
|
"title": "Entity 1.14.0",
|
||||||
"$ref": "../1.13.0/components.json",
|
"$ref": "../1.13.0/components.json",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Entity Behavior 1.14.0",
|
"title": "Entity Behavior 1.14.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": {
|
"format_version": {
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" },
|
||||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTATED: randomize",
|
"description": "UNDOCUMENTATED: randomize",
|
||||||
@@ -56,7 +57,8 @@
|
|||||||
"title": "Sequences"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"filters": { "$ref": "./../filters/filters.json" },
|
||||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
"trigger": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Trigger" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -16,12 +16,14 @@
|
|||||||
"$ref": "../types/event.json",
|
"$ref": "../types/event.json",
|
||||||
"title": "On Admire Item Start",
|
"title": "On Admire Item Start",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"on_admire_item_stop": {
|
"on_admire_item_stop": {
|
||||||
"$ref": "../types/event.json",
|
"$ref": "../types/event.json",
|
||||||
"title": "On Admire Item Stop",
|
"title": "On Admire Item Stop",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"sound_interval": {
|
"sound_interval": {
|
||||||
|
|||||||
@@ -4,28 +4,73 @@
|
|||||||
"title": "Avoid Block 1.16.0",
|
"title": "Avoid Block 1.16.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"tick_interval": { "type": "integer", "title": "Tick Interval", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"tick_interval": {
|
||||||
"search_range": { "type": "integer", "title": "Search Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"type": "integer",
|
||||||
"search_height": { "type": "integer", "title": "Search Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"title": "Tick Interval",
|
||||||
"sprint_speed_modifier": { "type": "number", "title": "Sprint Speed Modifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"description": "UNDOCUMENTED",
|
||||||
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"search_range": {
|
||||||
|
"type": "integer",
|
||||||
|
"title": "Search Range",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"search_height": {
|
||||||
|
"type": "integer",
|
||||||
|
"title": "Search Height",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"sprint_speed_modifier": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Sprint Speed Modifier",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"target_selection_method": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Target Selection Method",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"target_blocks": {
|
"target_blocks": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Target Blocks",
|
"title": "Target Blocks",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
|
},
|
||||||
|
"avoid_block_sound": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Avoid Block Sound",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"walk_speed_modifier": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Walk Speed Modifier",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"avoid_block_sound": { "type": "string", "title": "Avoid Block Sound", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
|
||||||
"walk_speed_modifier": { "type": "number", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
|
||||||
"on_escape": {
|
"on_escape": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Walk Speed Modifier",
|
"title": "Walk Speed Modifier",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": { "$ref": "../types/event.json" }
|
"items": { "$ref": "../types/event.json" }
|
||||||
},
|
},
|
||||||
"sound_interval": {
|
"sound_interval": {
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
"description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more",
|
"description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more",
|
||||||
"title": "Must See Forget Duration"
|
"title": "Must See Forget Duration"
|
||||||
},
|
},
|
||||||
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"within_radius": {
|
"within_radius": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
"title": "Entity Types",
|
"title": "Entity Types",
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
|
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "number" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||||
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "number" },
|
||||||
"drop_item_chance": {
|
"drop_item_chance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": [1.0],
|
"default": [1.0],
|
||||||
@@ -36,9 +37,11 @@
|
|||||||
"title": "Minimum Teleport Distance",
|
"title": "Minimum Teleport Distance",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "number" },
|
||||||
"offering_distance": {
|
"offering_distance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": [1.0],
|
"default": [1.0],
|
||||||
@@ -50,8 +53,10 @@
|
|||||||
"description": "Event to run when this mob attempts to drop an item.",
|
"description": "Event to run when this mob attempts to drop an item.",
|
||||||
"title": "On Drop Attempt"
|
"title": "On Drop Attempt"
|
||||||
},
|
},
|
||||||
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED",
|
||||||
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Search Height" },
|
"$comment": "UNDOCUMENTED" "type": "number" },
|
||||||
|
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Search Height" },
|
||||||
"search_height": { "type": "integer", "default": 1, "description": "Height in blocks from the target the mob can be.", "title": "Search Height" },
|
"search_height": { "type": "integer", "default": 1, "description": "Height in blocks from the target the mob can be.", "title": "Search Height" },
|
||||||
"search_range": {
|
"search_range": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
@@ -63,6 +68,7 @@
|
|||||||
"title": "Target Range",
|
"title": "Target Range",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||||
},
|
},
|
||||||
@@ -70,6 +76,7 @@
|
|||||||
"title": "Teleport Offset",
|
"title": "Teleport Offset",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Equip Item 1.16.0",
|
"title": "Equip Item 1.16.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": { "priority": { "$ref": "types/priority.json" } }
|
"properties": { "priority": { "$ref": "types/priority.json" } }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Max Failed Attempts"
|
"title": "Max Failed Attempts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"title": "On Home Event",
|
"title": "On Home Event",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" },
|
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" },
|
||||||
"target": {
|
"target": {
|
||||||
@@ -47,6 +48,12 @@
|
|||||||
{ "type": "array", "items": { "$ref": "#/definitions/on_home_spec" } }
|
{ "type": "array", "items": { "$ref": "#/definitions/on_home_spec" } }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"on_failed": { "$ref": "../types/event.json", "title": "On Failed", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"on_failed": {
|
||||||
|
"$ref": "../types/event.json",
|
||||||
|
"title": "On Failed",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,9 +33,12 @@
|
|||||||
"$ref": "../../filters/filters.json",
|
"$ref": "../../filters/filters.json",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Knockback Filters"
|
"title": "Knockback Filters"
|
||||||
},
|
},
|
||||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage Filters" },
|
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED",
|
||||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Roar End" }
|
"$comment": "UNDOCUMENTED" "title": "Damage Filters" },
|
||||||
|
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "On Roar End" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"title": "Set Persistent"
|
"title": "Set Persistent"
|
||||||
},
|
},
|
||||||
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" },
|
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" },
|
||||||
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Dist" }
|
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Target Dist" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
"title": "Look Time",
|
"title": "Look Time",
|
||||||
"items": [{ "type": "number" }, { "type": "number" }]
|
"items": [{ "type": "number" }, { "type": "number" }]
|
||||||
},
|
},
|
||||||
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Distance" }
|
"target_distance": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Target Distance" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Move Towards Home Restriction 1.16.0",
|
"title": "Move Towards Home Restriction 1.16.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
|
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,12 +35,14 @@
|
|||||||
"$ref": "../../filters/filters.json",
|
"$ref": "../../filters/filters.json",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Can Nap Filters"
|
"title": "Can Nap Filters"
|
||||||
},
|
},
|
||||||
"wake_mob_exceptions": {
|
"wake_mob_exceptions": {
|
||||||
"$ref": "../../filters/filters.json",
|
"$ref": "../../filters/filters.json",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Wake Mob Exceptions"
|
"title": "Wake Mob Exceptions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
"description": "The distance in blocks from the owner the pet can be to sleep with owner.",
|
"description": "The distance in blocks from the owner the pet can be to sleep with owner.",
|
||||||
"title": "Search Range"
|
"title": "Search Range"
|
||||||
},
|
},
|
||||||
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Search Radius" }
|
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Search Radius" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
"default": true,
|
"default": true,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Cooldown After Being Attacked"
|
"title": "Cooldown After Being Attacked"
|
||||||
},
|
},
|
||||||
"goal_radius": {
|
"goal_radius": {
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Avoid Damage Blocks" },
|
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Avoid Damage Blocks" },
|
||||||
"can_land_on_trees": {
|
"can_land_on_trees": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
"description": "Distance in blocks that the mob will look up or down for a new spot to move to. Must be at least 1",
|
"description": "Distance in blocks that the mob will look up or down for a new spot to move to. Must be at least 1",
|
||||||
"title": "Y Dist"
|
"title": "Y Dist"
|
||||||
},
|
},
|
||||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y Offset" }
|
"y_offset": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Y Offset" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Hover Height",
|
"title": "Hover Height",
|
||||||
"items": [{ "type": "number" }, { "type": "number" }]
|
"items": [{ "type": "number" }, { "type": "number" }]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,8 +7,14 @@
|
|||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"liquid_y_offset": {
|
||||||
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"type": "number",
|
||||||
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"title": "Liquid Y Offset",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,41 +28,51 @@
|
|||||||
"title": "Event Choices",
|
"title": "Event Choices",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"title": "Event Choice",
|
"title": "Event Choice",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"properties": {
|
"properties": {
|
||||||
"min_activation_range": {
|
"min_activation_range": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Minimum Activation Range",
|
"title": "Minimum Activation Range",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"max_activation_range": {
|
"max_activation_range": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Maxmimum Activation Range",
|
"title": "Maxmimum Activation Range",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED",
|
||||||
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"filters": { "$ref": "../../filters/filters.json" },
|
"filters": { "$ref": "../../filters/filters.json" },
|
||||||
"particle_color": {
|
"particle_color": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "color-hex",
|
"format": "color-hex",
|
||||||
"title": "Particle Color",
|
"title": "Particle Color",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
},
|
},
|
||||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED",
|
||||||
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"sequence": { "$ref": "#/definitions/sequence" }
|
"sequence": { "$ref": "#/definitions/sequence" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sequence" }
|
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Sequence" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -56,7 +56,9 @@
|
|||||||
"description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on",
|
"description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on",
|
||||||
"title": "Stuck Time"
|
"title": "Stuck Time"
|
||||||
},
|
},
|
||||||
"leap_dist": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Leap Dist" },
|
"leap_dist": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Stuck Block" }
|
"$comment": "UNDOCUMENTED" "title": "Leap Dist" },
|
||||||
|
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Stuck Block" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,13 +2,20 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.swim_idle",
|
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.swim_idle",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Swim Idle 1.16.0",
|
"title": "Swim Idle 1.16.0",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"priority": { "$ref": "types/priority.json" },
|
"priority": { "$ref": "types/priority.json" },
|
||||||
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"success_rate": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Succes Rate",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,8 +14,20 @@
|
|||||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||||
"title": "Can Get Scared"
|
"title": "Can Get Scared"
|
||||||
},
|
},
|
||||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"can_tempt_while_ridden": {
|
||||||
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"type": "boolean",
|
||||||
|
"title": "Can Tempt While Ridden",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"can_tempt_vertically": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Can Tempt Vertically",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
"items": {
|
"items": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "List of items this mob is tempted by",
|
"description": "List of items this mob is tempted by",
|
||||||
|
|||||||
@@ -72,16 +72,20 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"default": [0, 0],
|
"default": [0, 0],
|
||||||
"items": [
|
"items": [
|
||||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
|
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED",
|
||||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
|
"$comment": "UNDOCUMENTED" "title": "Minimum" },
|
||||||
|
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Maximum" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Minimum" },
|
"range_min": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Maximum" }
|
"$comment": "UNDOCUMENTED" "title": "Range Minimum" },
|
||||||
|
"range_max": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Range Maximum" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Cause",
|
"title": "Cause",
|
||||||
"$ref": "../../../../general/entity/damage_source.json"
|
"$ref": "../../../../general/entity/damage_source.json"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
|
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
|
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Sensor Radius", "minimum": 0 },
|
||||||
"on_break": {
|
"on_break": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "On Break",
|
"title": "On Break",
|
||||||
@@ -19,12 +20,14 @@
|
|||||||
"title": "Block List",
|
"title": "Block List",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": { "type": "string", "title": "Block ID" }
|
"items": { "type": "string", "title": "Block ID" }
|
||||||
},
|
},
|
||||||
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
|
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED"
|
"$comment": "UNDOCUMENTED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Base Buoyancy"
|
"title": "Base Buoyancy"
|
||||||
},
|
},
|
||||||
"apply_gravity": {
|
"apply_gravity": {
|
||||||
|
|||||||
@@ -46,8 +46,20 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"range_min": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"range_min": {
|
||||||
"range_max": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"type": "number",
|
||||||
|
"title": "Update Interval Variant",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"range_max": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Update Interval Variant",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -10,20 +10,23 @@
|
|||||||
"title": "Hitboxes",
|
"title": "Hitboxes",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Hitbox",
|
"title": "Hitbox",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
"pivot": {
|
"pivot": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Pivot",
|
"title": "Pivot",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Despawn From Distance",
|
"title": "Despawn From Distance",
|
||||||
"properties": {
|
"properties": {
|
||||||
"max_distance": {
|
"max_distance": {
|
||||||
|
|||||||
@@ -14,10 +14,17 @@
|
|||||||
"title": "Slot Drop Chance",
|
"title": "Slot Drop Chance",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"drop_chance": {
|
||||||
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"type": "number",
|
||||||
|
"title": "Drop Chance",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
},
|
||||||
|
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Experience Reward 1.16.0",
|
"title": "Experience Reward 1.16.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"on_bred": {
|
"on_bred": {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"triggers": {
|
"triggers": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Triggers",
|
"title": "Triggers",
|
||||||
"properties": {
|
"properties": {
|
||||||
"cooldown": {
|
"cooldown": {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"title": "Hide 1.16.0",
|
"title": "Hide 1.16.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {}
|
"properties": {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,11 +5,13 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"value": {
|
"value": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Value",
|
"title": "Value",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } },
|
{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } },
|
||||||
|
|||||||
@@ -10,16 +10,24 @@
|
|||||||
"title": "Damage Conditions",
|
"title": "Damage Conditions",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Damage Condition",
|
"title": "Damage Condition",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"filters": { "$ref": "../../filters/filters.json" },
|
"filters": { "$ref": "../../filters/filters.json" },
|
||||||
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
|
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
|
||||||
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"damage_per_tick": {
|
||||||
|
"type": "integer",
|
||||||
|
"title": "Damage Per Tick",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,6 +94,7 @@
|
|||||||
"interactions": {
|
"interactions": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Interactions",
|
"title": "Interactions",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
|
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
|
||||||
|
|||||||
@@ -18,6 +18,12 @@
|
|||||||
"description": "The mob effect that is applied to entities that enter this entities effect range.",
|
"description": "The mob effect that is applied to entities that enter this entities effect range.",
|
||||||
"title": "Mob Effect"
|
"title": "Mob Effect"
|
||||||
},
|
},
|
||||||
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"entity_filter": {
|
||||||
|
"$ref": "../../filters/filters.json",
|
||||||
|
"title": "Entity Filter",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" },
|
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" },
|
||||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sway Amplitude" }
|
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Sway Amplitude" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
],
|
],
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Name Actions"
|
"title": "Name Actions"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"title": "Npc Data",
|
"title": "Npc Data",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"portrait_offsets": {
|
"portrait_offsets": {
|
||||||
@@ -27,10 +28,13 @@
|
|||||||
"title": "Portrait Offsets",
|
"title": "Portrait Offsets",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED",
|
||||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"picker_offsets": {
|
"picker_offsets": {
|
||||||
@@ -38,10 +42,13 @@
|
|||||||
"title": "Picker Offsets",
|
"title": "Picker Offsets",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED",
|
||||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||||
|
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skin_list": {
|
"skin_list": {
|
||||||
@@ -49,14 +56,17 @@
|
|||||||
"title": "Skin List",
|
"title": "Skin List",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Skin",
|
"title": "Skin",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"variant": { "title": "Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
|
"variant": { "title": "Variant", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
"description": "Allows the entity to be a thrown entity.",
|
"description": "Allows the entity to be a thrown entity.",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
|
"anchor": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Anchor" },
|
||||||
"angle_offset": {
|
"angle_offset": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
@@ -98,12 +99,14 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Hit",
|
"title": "On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"catch_fire": {
|
"catch_fire": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Catch Fire",
|
"title": "Catch Fire",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -111,6 +114,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Fire Affected By Griefing"
|
"title": "Fire Affected By Griefing"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -119,30 +123,40 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Event",
|
"title": "Event",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Projectile" },
|
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Affect Projectile" },
|
||||||
"event_trigger": { "$ref": "../types/event.json" }
|
"event_trigger": { "$ref": "../types/event.json" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"douse_fire": { "type": "object", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Douse Fire" },
|
"douse_fire": { "type": "object", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Douse Fire" },
|
||||||
"impact_damage": {
|
"impact_damage": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Impact Damage",
|
"title": "Impact Damage",
|
||||||
"properties": {
|
"properties": {
|
||||||
"filter": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Filter" },
|
"filter": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Catch Fire" },
|
"$comment": "UNDOCUMENTED" "title": "Filter" },
|
||||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage" },
|
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
"$comment": "UNDOCUMENTED" "title": "Catch Fire" },
|
||||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Knockback" },
|
"damage": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Damage" },
|
||||||
|
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Destroy On Hit" },
|
||||||
|
"knockback": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Knockback" },
|
||||||
"semi_random_diff_damage": {
|
"semi_random_diff_damage": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Semi Random Diff Damage"
|
"title": "Semi Random Diff Damage"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,12 +166,17 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Particle On Hit",
|
"title": "Particle On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle Type" },
|
"particle_type": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Num Particles" },
|
"$comment": "UNDOCUMENTED" "title": "Particle Type" },
|
||||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Entity Hit" },
|
"num_particles": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Other Hit" }
|
"$comment": "UNDOCUMENTED" "title": "Num Particles" },
|
||||||
|
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "On Entity Hit" },
|
||||||
|
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "On Other Hit" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remove_on_hit": {
|
"remove_on_hit": {
|
||||||
@@ -165,6 +184,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Remove On Hit"
|
"title": "Remove On Hit"
|
||||||
},
|
},
|
||||||
"spawn_chance": {
|
"spawn_chance": {
|
||||||
@@ -172,34 +192,48 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Spawn Chance",
|
"title": "Spawn Chance",
|
||||||
"properties": {
|
"properties": {
|
||||||
"first_spawn_percent_chance": {
|
"first_spawn_percent_chance": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "First Spawn Percent Chance"
|
"title": "First Spawn Percent Chance"
|
||||||
},
|
},
|
||||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
"$comment": "UNDOCUMENTED" "title": "First Spawn Chance" },
|
||||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Count" },
|
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
"$comment": "UNDOCUMENTED" "title": "Second Spawn Chance" },
|
||||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Definition" },
|
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Baby" }
|
"$comment": "UNDOCUMENTED" "title": "First Spawn Count" },
|
||||||
|
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Second Spawn Count" },
|
||||||
|
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Spawn Definition" },
|
||||||
|
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Spawn Baby" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"spawn_aoe_cloud": {
|
"spawn_aoe_cloud": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius" },
|
"radius": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius On Use" },
|
"$comment": "UNDOCUMENTED" "title": "Radius" },
|
||||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Potion" },
|
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED",
|
||||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle" },
|
"$comment": "UNDOCUMENTED" "title": "Radius On Use" },
|
||||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration" },
|
"potion": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Potion" },
|
||||||
|
"particle": { "type": "string", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Particle" },
|
||||||
|
"duration": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Duration" },
|
||||||
"color": {
|
"color": {
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Color",
|
"title": "Color",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"format": "color-array",
|
"format": "color-array",
|
||||||
@@ -209,8 +243,10 @@
|
|||||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
|
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Owner" },
|
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
"$comment": "UNDOCUMENTED" "title": "Affect Owner" },
|
||||||
|
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Reapplication Delay" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stick_in_ground": {
|
"stick_in_ground": {
|
||||||
@@ -218,6 +254,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Stick In Ground"
|
"title": "Stick In Ground"
|
||||||
},
|
},
|
||||||
"teleport_owner": {
|
"teleport_owner": {
|
||||||
@@ -225,6 +262,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Teleport Owner"
|
"title": "Teleport Owner"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,10 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": {
|
"properties": {
|
||||||
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum Delay Secs", "minimum": 0 },
|
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum Delay Secs", "minimum": 0 },
|
"$comment": "UNDOCUMENTED" "title": "Minimum Delay Secs", "minimum": 0 },
|
||||||
|
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED" "title": "Maximum Delay Secs", "minimum": 0 },
|
||||||
"scheduled_events": {
|
"scheduled_events": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "The list of triggers that fire when the conditions match the given filter criteria. If any filter criteria overlap the first defined event will be picked.",
|
"description": "The list of triggers that fire when the conditions match the given filter criteria. If any filter criteria overlap the first defined event will be picked.",
|
||||||
@@ -17,6 +19,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Scheduled Events",
|
"title": "Scheduled Events",
|
||||||
"properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } }
|
"properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
|
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
|
||||||
},
|
},
|
||||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user