UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -11,7 +11,7 @@
"items": { "items": {
"type": "object", "type": "object",
"title": "Condition", "title": "Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"allowed_faces": { "allowed_faces": {
"title": "Allowed Faces", "title": "Allowed Faces",
@@ -23,7 +23,7 @@
"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": "TODO" } "items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -11,7 +11,7 @@
"items": { "items": {
"type": "object", "type": "object",
"title": "Condition", "title": "Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"allowed_faces": { "allowed_faces": {
"title": "Allowed Faces", "title": "Allowed Faces",
@@ -23,7 +23,7 @@
"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": "TODO" } "items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -11,7 +11,7 @@
"items": { "items": {
"type": "object", "type": "object",
"title": "Condition", "title": "Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"allowed_faces": { "allowed_faces": {
"title": "Allowed Faces", "title": "Allowed Faces",
@@ -23,7 +23,7 @@
"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": "TODO" } "items": { "type": "string", "title": "Block Identifier", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -59,7 +59,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -59,7 +59,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -59,7 +59,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.experience_reward", "$id": "blockception.minecraft.behavior.entities.1.13.0.minecraft.experience_reward",
"type": "object", "type": "object",
"title": "Experience Reward 1.13.0", "title": "Experience Reward 1.13.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"on_bred": { "on_bred": {

View File

@@ -59,7 +59,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -59,7 +59,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -18,6 +18,6 @@
"title": "Damage Range" "title": "Damage Range"
}, },
"entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" }, "entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" },
"cause": { "type": "string", "description": "TODO", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" } "cause": { "type": "string", "description": "UNDOCUMENTATED", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" }
} }
} }

View File

@@ -5,7 +5,7 @@
"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": "TODO", "title": "Sensor Radius", "minimum": 0 }, "sensor_radius": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Sensor Radius", "minimum": 0 },
"on_break": { "on_break": {
"type": "array", "type": "array",
"title": "On Break", "title": "On Break",
@@ -14,7 +14,12 @@
"title": "On Block Broken", "title": "On Block Broken",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"block_list": { "type": "array", "title": "Block List", "description": "TODO", "items": { "type": "string", "title": "Block ID" } }, "block_list": {
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTATED",
"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" }
} }
}, },

View File

@@ -8,19 +8,19 @@
"hitboxes": { "hitboxes": {
"type": "array", "type": "array",
"title": "Hitboxes", "title": "Hitboxes",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"title": "Hitbox", "title": "Hitbox",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"width": { "type": "number", "title": "Width", "description": "TODO" }, "width": { "type": "number", "title": "Width", "description": "UNDOCUMENTATED" },
"height": { "type": "number", "title": "Height", "description": "TODO" }, "height": { "type": "number", "title": "Height", "description": "UNDOCUMENTATED" },
"pivot": { "pivot": {
"type": "array", "type": "array",
"title": "Pivot", "title": "Pivot",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
} }
} }

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.experience_reward", "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.experience_reward",
"type": "object", "type": "object",
"title": "Experience Reward 1.16.0", "title": "Experience Reward 1.16.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"on_bred": { "on_bred": {

View File

@@ -8,16 +8,16 @@
"damage_conditions": { "damage_conditions": {
"type": "array", "type": "array",
"title": "Damage Conditions", "title": "Damage Conditions",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"title": "Damage Condition", "title": "Damage Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"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": "TODO" } "damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -18,6 +18,6 @@
"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": "TODO" } "entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTATED" }
} }
} }

View File

@@ -60,7 +60,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -60,7 +60,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -23,6 +23,6 @@
"knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "TODO Title" }, "knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "TODO Title" },
"knockback_range": { "type": "integer", "default": 4, "description": "The radius (in blocks) of the knockback effect.", "title": "TODO Title" }, "knockback_range": { "type": "integer", "default": 4, "description": "The radius (in blocks) of the knockback effect.", "title": "TODO Title" },
"knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "TODO Title" }, "knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "TODO Title" },
"trigger": { "$ref": "../types/trigger.json", "description": "TODO", "title": "Trigger" } "trigger": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTATED", "title": "Trigger" }
} }
} }

View File

@@ -46,7 +46,7 @@
"description": "Variance in seconds added to the duration [-delta, delta]", "description": "Variance in seconds added to the duration [-delta, delta]",
"title": "Duration Delta" "title": "Duration Delta"
}, },
"broadcastAnger": { "type": "boolean", "description": "TODO", "title": "TODO" }, "broadcastAnger": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
"broadcastRange": { "type": "integer", "description": "TODO", "title": "TODO" } "broadcastRange": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
} }
} }

View File

@@ -18,6 +18,6 @@
"title": "Damage Range" "title": "Damage Range"
}, },
"entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" }, "entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" },
"cause": { "type": "string", "description": "TODO", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" } "cause": { "type": "string", "description": "UNDOCUMENTATED", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" }
} }
} }

View File

@@ -5,7 +5,7 @@
"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": "TODO", "title": "Sensor Radius", "minimum": 0 }, "sensor_radius": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Sensor Radius", "minimum": 0 },
"on_break": { "on_break": {
"type": "array", "type": "array",
"title": "On Break", "title": "On Break",
@@ -14,7 +14,12 @@
"title": "On Block Broken", "title": "On Block Broken",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"block_list": { "type": "array", "title": "Block List", "description": "TODO", "items": { "type": "string", "title": "Block ID" } }, "block_list": {
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTATED",
"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" }
} }
}, },

View File

@@ -8,19 +8,19 @@
"hitboxes": { "hitboxes": {
"type": "array", "type": "array",
"title": "Hitboxes", "title": "Hitboxes",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"title": "Hitbox", "title": "Hitbox",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"width": { "type": "number", "title": "Width", "description": "TODO" }, "width": { "type": "number", "title": "Width", "description": "UNDOCUMENTATED" },
"height": { "type": "number", "title": "Height", "description": "TODO" }, "height": { "type": "number", "title": "Height", "description": "UNDOCUMENTATED" },
"pivot": { "pivot": {
"type": "array", "type": "array",
"title": "Pivot", "title": "Pivot",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
} }
} }

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.experience_reward", "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.experience_reward",
"type": "object", "type": "object",
"title": "Experience Reward 1.8.0", "title": "Experience Reward 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"on_bred": { "on_bred": {

View File

@@ -3,7 +3,7 @@
"type": "object", "type": "object",
"title": "Fall Damage 1.8.0", "title": "Fall Damage 1.8.0",
"additionalProperties": false, "additionalProperties": false,
"description": "TODO", "description": "UNDOCUMENTATED",
"required": [], "required": [],
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } } "properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } }
} }

View File

@@ -5,8 +5,8 @@
"additionalProperties": false, "additionalProperties": false,
"required": [], "required": [],
"properties": { "properties": {
"value": { "type": "integer", "description": "TODO", "title": "Value" }, "value": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Value" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
}, },
"description": "UNDOCUMENTATED: " "description": "UNDOCUMENTATED: "
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.health", "$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.health",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"title": "Health 1.8.0", "title": "Health 1.8.0",
"additionalProperties": false, "additionalProperties": false,

View File

@@ -8,16 +8,16 @@
"damage_conditions": { "damage_conditions": {
"type": "array", "type": "array",
"title": "Damage Conditions", "title": "Damage Conditions",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"title": "Damage Condition", "title": "Damage Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"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": "TODO" } "damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -12,7 +12,7 @@
"type": "array", "type": "array",
"items": { "items": {
"title": "Block", "title": "Block",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {

View File

@@ -18,6 +18,6 @@
"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": "TODO" } "entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTATED" }
} }
} }

View File

@@ -60,7 +60,7 @@
{ {
"type": "object", "type": "object",
"title": "Conditional Animation", "title": "Conditional Animation",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": { "type": "string", "title": "Animation" } "additionalProperties": { "type": "string", "title": "Animation" }
} }
] ]

View File

@@ -9,13 +9,18 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["description"], "required": ["description"],
"type": "object", "type": "object",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"description": { "description": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"properties": { "properties": {
"identifier": { "title": "Identifier", "type": "string", "description": "TODO", "$ref": "../../../general/item/identifier.json" } "identifier": {
"title": "Identifier",
"type": "string",
"description": "UNDOCUMENTATED",
"$ref": "../../../general/item/identifier.json"
}
} }
}, },
"components": { "components": {

View File

@@ -9,15 +9,20 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["description"], "required": ["description"],
"type": "object", "type": "object",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"description": { "description": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"identifier": { "title": "Identifier", "type": "string", "description": "TODO", "$ref": "../../../general/item/identifier.json" } "identifier": {
"title": "Identifier",
"type": "string",
"description": "UNDOCUMENTATED",
"$ref": "../../../general/item/identifier.json"
}
} }
}, },
"components": { "components": {

View File

@@ -9,13 +9,13 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["description"], "required": ["description"],
"type": "object", "type": "object",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"description": { "description": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",

View File

@@ -9,14 +9,14 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["description"], "required": ["description"],
"type": "object", "type": "object",
"description": "TODO", "description": "UNDOCUMENTATED",
"title": "Item", "title": "Item",
"properties": { "properties": {
"description": { "description": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",

View File

@@ -9,14 +9,14 @@
"additionalProperties": false, "additionalProperties": false,
"required": ["description"], "required": ["description"],
"type": "object", "type": "object",
"description": "TODO", "description": "UNDOCUMENTATED",
"title": "Item", "title": "Item",
"properties": { "properties": {
"description": { "description": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"identifier": { "identifier": {
"title": "Identifier", "title": "Identifier",

View File

@@ -5,7 +5,7 @@
"description": "Returns true if the actor properties defined were executed.", "description": "Returns true if the actor properties defined were executed.",
"title": "Entity Properties", "title": "Entity Properties",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only \"this\".", "title": "Entity" }, "entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only \"this\".", "title": "Entity" },
"properties": { "properties": {
"type": "object", "type": "object",
@@ -14,8 +14,8 @@
"title": "Properties", "title": "Properties",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"on_fire": { "title": "On Fire", "description": "TODO", "type": "boolean" }, "on_fire": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_ground": { "title": "On Fire", "description": "TODO", "type": "boolean" } "on_ground": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" }
} }
} }
} }

View File

@@ -5,7 +5,7 @@
"description": "Returns the condition true if the actor's mark variant is matched to the value.", "description": "Returns the condition true if the actor's mark variant is matched to the value.",
"title": "Has Mark Variant", "title": "Has Mark Variant",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" } "value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
} }
} }

View File

@@ -4,5 +4,5 @@
"additionalProperties": false, "additionalProperties": false,
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.", "description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player", "title": "Killed By Player",
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } } "properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
} }

View File

@@ -4,5 +4,5 @@
"additionalProperties": false, "additionalProperties": false,
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.", "description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player Or Pets Or Pets", "title": "Killed By Player Or Pets Or Pets",
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } } "properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
} }

View File

@@ -5,8 +5,8 @@
"description": "Sets a random chance of the specified value.", "description": "Sets a random chance of the specified value.",
"title": "Random Chance", "title": "Random Chance",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"chance": { "type": "number", "default": 0, "description": "TODO", "title": "Chance" }, "chance": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" } "max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
} }
} }

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.", "description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.",
"title": "Random Chance With Looting", "title": "Random Chance With Looting",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" }, "chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
"looting_multiplier": { "looting_multiplier": {
"type": "number", "type": "number",

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value based on the level difficulty.", "description": "Sets a random chance of the specified value based on the level difficulty.",
"title": "Random Difficulty Chance", "title": "Random Difficulty Chance",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"default_chance": { "default_chance": {
"type": "number", "type": "number",
"default": 0, "default": 0,

View File

@@ -5,7 +5,7 @@
"description": "Sets a max regional difficulty random chance of the specified value.", "description": "Sets a max regional difficulty random chance of the specified value.",
"title": "Random Regional Difficulty Chance", "title": "Random Regional Difficulty Chance",
"properties": { "properties": {
"condition": { "type": "string", "title": "Condition", "description": "TODO" }, "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"default_chance": { "default_chance": {
"type": "number", "type": "number",
"default": 0, "default": 0,

View File

@@ -5,6 +5,6 @@
"title": "Furnace Smelt", "title": "Furnace Smelt",
"properties": { "properties": {
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" }, "function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } } "conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "../conditions.json" } }
} }
} }

View File

@@ -46,7 +46,7 @@
] ]
}, },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["loot_table", "item", "empty"] }, "type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["loot_table", "item", "empty"] },
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "./conditions.json" } }, "conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "./conditions.json" } },
"entries": { "entries": {
"title": "Entries", "title": "Entries",
"type": "array", "type": "array",

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.biome_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.biome_filter",
"title": "Biome Filter 1.11.0", "title": "Biome Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [ "oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } }, { "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" } { "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Brightness Filter 1.11.0", "title": "Brightness Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" }, "min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" }, "max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,11 +3,11 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Delay Filter 1.11.0", "title": "Delay Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }, "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" },
"identifier": { "type": "string", "description": "TODO", "title": "Identifier" }, "identifier": { "type": "string", "description": "UNDOCUMENTATED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" } "spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" }
} }
} }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Density Limit 1.11.0", "title": "Density Limit 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" }, "surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": { "underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Difficulty Filter 1.11.0", "title": "Difficulty Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } }, "definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": { "properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" }, "min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Distance Filter 1.11.0", "title": "Distance Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Height Filter 1.11.0", "title": "Height Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.height_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.height_filter",
"title": "Height Filter 1.11.0", "title": "Height Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "definitions": {
"herd": { "herd": {
"type": "object", "type": "object",

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.mob_event_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.mob_event_filter",
"title": "Mob Event Filter 1.11.0", "title": "Mob Event Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "event": { "type": "string", "description": "TODO", "title": "Event" } } "properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
} }

View File

@@ -3,15 +3,15 @@
"additionalProperties": false, "additionalProperties": false,
"type": "array", "type": "array",
"title": "Permute Type 1.11.0", "title": "Permute Type 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"title": "TODO", "title": "TODO",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }, "weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" } "entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Player In Village Filter 1.11.0", "title": "Player In Village Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"distance": { "type": "integer", "title": "Distance", "description": "TODO" }, "distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "TODO" } "village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawn_event", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawn_event",
"title": "Spawn Event 1.11.0", "title": "Spawn Event 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } } "properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Lava 1.11.0", "title": "Spawns On Lava 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.11.0", "title": "Spawns On Block Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_prevented_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.11.0", "title": "Spawns On Block Prevented Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Surface 1.11.0", "title": "Spawns On Surface 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns Underground 1.11.0", "title": "Spawns Underground 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_underwater", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.11.0", "title": "Spawns Underwater 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Weight 1.11.0", "title": "Weight 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } } "properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.world_age_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0.minecraft.world_age_filter",
"title": "World Age Filter 1.11.0", "title": "World Age Filter 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" } } "properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
} }

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.11.0", "$id": "blockception.minecraft.behavior.spawn_rules.1.11.0",
"type": "object", "type": "object",
"title": "Spawn Rules 1.11.0", "title": "Spawn Rules 1.11.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "properties": {
@@ -10,20 +10,20 @@
"minecraft:spawn_rules": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"description": { "description": {
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" }, "identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
"population_control": { "population_control": {
"type": "string", "type": "string",
"title": "Population Control", "title": "Population Control",
"description": "TODO", "description": "UNDOCUMENTATED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
} }
} }
@@ -31,12 +31,12 @@
"conditions": { "conditions": {
"type": "array", "type": "array",
"title": "Conditions", "title": "Conditions",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Condition", "title": "Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" }, "minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" }, "minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.biome_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.biome_filter",
"title": "Biome Filter 1.17.0", "title": "Biome Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [ "oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } }, { "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" } { "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Brightness Filter 1.17.0", "title": "Brightness Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" }, "min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" }, "max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,11 +3,11 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Delay Filter 1.17.0", "title": "Delay Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" }, "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" },
"identifier": { "type": "string", "description": "TODO", "title": "Identifier" }, "identifier": { "type": "string", "description": "UNDOCUMENTATED", "title": "Identifier" },
"spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" } "spawn_chance": { "title": "Spawn Chance", "description": "UNDOCUMENTATED", "type": "number" }
} }
} }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Density Limit 1.17.0", "title": "Density Limit 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" }, "surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": { "underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Difficulty Filter 1.17.0", "title": "Difficulty Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } }, "definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": { "properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" }, "min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Distance Filter 1.17.0", "title": "Distance Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Height Filter 1.17.0", "title": "Height Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.height_filter",
"title": "Height Filter 1.17.0", "title": "Height Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "definitions": {
"herd": { "herd": {
"type": "object", "type": "object",

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.mob_event_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.mob_event_filter",
"title": "Mob Event Filter 1.17.0", "title": "Mob Event Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "event": { "type": "string", "description": "TODO", "title": "Event" } } "properties": { "event": { "type": "string", "description": "UNDOCUMENTATED", "title": "Event" } }
} }

View File

@@ -3,15 +3,15 @@
"additionalProperties": false, "additionalProperties": false,
"type": "array", "type": "array",
"title": "Permute Type 1.17.0", "title": "Permute Type 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"title": "TODO", "title": "TODO",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }, "weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" } "entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Player In Village Filter 1.17.0", "title": "Player In Village Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"distance": { "type": "integer", "title": "Distance", "description": "TODO" }, "distance": { "type": "integer", "title": "Distance", "description": "UNDOCUMENTATED" },
"village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "TODO" } "village_border_tolerance": { "type": "integer", "title": "Village Border Tolerance", "description": "UNDOCUMENTATED" }
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawn_event",
"title": "Spawn Event 1.17.0", "title": "Spawn Event 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } } "properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Lava 1.17.0", "title": "Spawns On Lava 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.17.0", "title": "Spawns On Block Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_prevented_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.17.0", "title": "Spawns On Block Prevented Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Surface 1.17.0", "title": "Spawns On Surface 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns Underground 1.17.0", "title": "Spawns Underground 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.spawns_underwater",
"title": "Spawns Underwater 1.17.0", "title": "Spawns Underwater 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false "additionalProperties": false
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Weight 1.17.0", "title": "Weight 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "default": { "type": "integer", "description": "TODO", "title": "Default" } } "properties": { "default": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Default" } }
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.world_age_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0.minecraft.world_age_filter",
"title": "World Age Filter 1.17.0", "title": "World Age Filter 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "min": { "type": "integer", "description": "TODO", "title": "Min" } } "properties": { "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" } }
} }

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.spawn_rules.1.17.0", "$id": "blockception.minecraft.behavior.spawn_rules.1.17.0",
"type": "object", "type": "object",
"title": "Spawn Rules 1.17.0", "title": "Spawn Rules 1.17.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:spawn_rules"], "required": ["format_version", "minecraft:spawn_rules"],
"properties": { "properties": {
@@ -10,20 +10,20 @@
"minecraft:spawn_rules": { "minecraft:spawn_rules": {
"type": "object", "type": "object",
"title": "Spawn Rules", "title": "Spawn Rules",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"description": { "description": {
"type": "object", "type": "object",
"title": "Description", "title": "Description",
"description": "TODO", "description": "UNDOCUMENTATED",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"identifier": { "title": "Identifier", "description": "TODO", "$ref": "../../../general/entity/identifier.json" }, "identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" },
"population_control": { "population_control": {
"type": "string", "type": "string",
"title": "Population Control", "title": "Population Control",
"description": "TODO", "description": "UNDOCUMENTATED",
"enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"]
} }
} }
@@ -31,12 +31,12 @@
"conditions": { "conditions": {
"type": "array", "type": "array",
"title": "Conditions", "title": "Conditions",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Condition", "title": "Condition",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" }, "minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" },
"minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" }, "minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" },

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.biome_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.biome_filter",
"title": "Biome Filter 1.8.0", "title": "Biome Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [ "oneOf": [
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } }, { "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" } { "type": "object", "$ref": "../../../entities/filters/filters.json" }

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Brightness Filter 1.8.0", "title": "Brightness Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" }, "min": { "type": "integer", "description": "This is the minimum light level value that allows the mob to spawn", "title": "Min" },
"max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" }, "max": { "type": "integer", "description": "This is the maximum light level value that allows the mob to spawn", "title": "Max" },

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Density Limit 1.8.0", "title": "Density Limit 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" }, "surface": { "type": "integer", "description": "This is the maximum number of mobs of this type spawnable on the surface", "title": "Surface" },
"underground": { "underground": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Difficulty Filter 1.8.0", "title": "Difficulty Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } }, "definitions": { "difficulty": { "type": "string", "enum": ["easy", "normal", "hard", "peaceful"] } },
"properties": { "properties": {
"min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" }, "min": { "$ref": "#/definitions/difficulty", "description": "This is the minimum difficulty level that a mob spawns", "title": "Min" },

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Distance Filter 1.8.0", "title": "Distance Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -3,9 +3,9 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Height Filter 1.8.0", "title": "Height Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"min": { "type": "integer", "description": "TODO", "title": "Min" }, "min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Min" },
"max": { "type": "integer", "description": "TODO", "title": "Max" } "max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Max" }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.height_filter",
"title": "Height Filter 1.8.0", "title": "Height Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"definitions": { "definitions": {
"herd": { "herd": {
"type": "object", "type": "object",

View File

@@ -3,15 +3,15 @@
"additionalProperties": false, "additionalProperties": false,
"type": "array", "type": "array",
"title": "Permute Type 1.8.0", "title": "Permute Type 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"items": { "items": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"title": "TODO", "title": "TODO",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": { "properties": {
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }, "weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "title": "Entity Type", "description": "TODO" } "entity_type": { "type": "string", "title": "Entity Type", "description": "UNDOCUMENTATED" }
} }
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawn_event",
"title": "Spawn Event 1.8.0", "title": "Spawn Event 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "event": { "type": "string", "title": "Event", "description": "TODO" } } "properties": { "event": { "type": "string", "title": "Event", "description": "UNDOCUMENTATED" } }
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Lava 1.8.0", "title": "Spawns On Lava 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_filter",
"title": "Spawns On Block Filter 1.8.0", "title": "Spawns On Block Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -1,6 +1,6 @@
{ {
"$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_prevented_filter", "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0.minecraft.spawns_on_block_prevented_filter",
"title": "Spawns On Block Prevented Filter 1.8.0", "title": "Spawns On Block Prevented Filter 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }]
} }

View File

@@ -3,6 +3,6 @@
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Spawns On Surface 1.8.0", "title": "Spawns On Surface 1.8.0",
"description": "TODO", "description": "UNDOCUMENTATED",
"properties": {} "properties": {}
} }

Some files were not shown because too many files have changed in this diff Show More