updating todo titles
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
{
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Block Reference",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
@@ -60,13 +61,13 @@
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Climate Category",
|
||||
"description": "Name of a climate category",
|
||||
"type": "string",
|
||||
"enum": ["medium", "warm", "lukewarm", "cold", "frozen"]
|
||||
},
|
||||
{
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Weight",
|
||||
"description": "Weight with which this biome should be selected, relative to other biomes in the same category",
|
||||
"type": "integer"
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Anchor" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -116,20 +116,21 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "On Hit",
|
||||
"properties": {
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Affect Projectile"
|
||||
},
|
||||
"event_trigger": {
|
||||
"title": "Event Trigger",
|
||||
"$ref": "../types/event.json"
|
||||
}
|
||||
}
|
||||
@@ -138,33 +139,33 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Douse Fire"
|
||||
},
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Impact Damage",
|
||||
"properties": {
|
||||
"damage": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Damage"
|
||||
},
|
||||
"knockback": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Knockback"
|
||||
},
|
||||
"destroy_on_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Destroy On Hit"
|
||||
},
|
||||
"should_bounce": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Should Bounce"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -172,33 +173,33 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Mob Effect",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Effect"
|
||||
},
|
||||
"durationeasy": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "DurationEasy"
|
||||
},
|
||||
"durationnormal": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "DurationNormal"
|
||||
},
|
||||
"durationhard": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "DurationHard"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Amplifier"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -206,27 +207,27 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Particle On Hit",
|
||||
"properties": {
|
||||
"particle_type": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Particle Type"
|
||||
},
|
||||
"num_particles": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Number Particles"
|
||||
},
|
||||
"on_entity_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "On Entity Hit"
|
||||
},
|
||||
"on_other_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "On Other Hit"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -234,48 +235,48 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Remove On Hit"
|
||||
},
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Spawn Chance",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "First Spawn Percent Chance"
|
||||
},
|
||||
"first_spawn_chance": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "First Spawn Chance"
|
||||
},
|
||||
"second_spawn_chance": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Second Spawn Chance"
|
||||
},
|
||||
"first_spawn_count": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "First Spawn Count"
|
||||
},
|
||||
"second_spawn_count": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Second Spawn Count"
|
||||
},
|
||||
"spawn_definition": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Spawn Definition"
|
||||
},
|
||||
"spawn_baby": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Spawn Baby"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -286,31 +287,31 @@
|
||||
"radius": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Spawn Aoe Cloud"
|
||||
},
|
||||
"radius_on_use": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Radius On Use"
|
||||
},
|
||||
"potion": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Potion"
|
||||
},
|
||||
"particle": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Particle"
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Duration"
|
||||
},
|
||||
"color": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Color",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
"items": [
|
||||
@@ -340,12 +341,12 @@
|
||||
"affect_owner": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Affect Owner"
|
||||
},
|
||||
"reapplication_delay": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Reapplication Delay"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -353,13 +354,13 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Stick In Ground"
|
||||
},
|
||||
"teleport_owner": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED"
|
||||
"title": "Teleport Owner"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -56,7 +56,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -57,7 +57,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -35,14 +35,20 @@
|
||||
"description": "The range for the random amount of time the fuse will be lit before exploding, a negative value means the explosion will be immediate.",
|
||||
"title": "Fuse Length",
|
||||
"oneOf": [
|
||||
{ "type": "array", "items": [{ "type": "number" }, { "type": "number" }] },
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "type": "number", "title": "Minimum" },
|
||||
{ "type": "number", "title": "Maximum" }
|
||||
]
|
||||
},
|
||||
{ "type": "number" },
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Range max" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Anchor" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -45,7 +45,7 @@
|
||||
"title": "Gravity"
|
||||
},
|
||||
"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": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTATED", "title": "Hit Ground Sound" },
|
||||
"homing": { "type": "boolean", "default": false, "description": "If true, the projectile homes in to the nearest entity", "title": "Homing" },
|
||||
"inertia": {
|
||||
"type": "number",
|
||||
@@ -99,127 +99,127 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "On Hit",
|
||||
"properties": {
|
||||
"catch_fire": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Catch Fire",
|
||||
"type": "object",
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } }
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Fire Affected By Griefing" } }
|
||||
},
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Definition Event",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Affect Projectile" },
|
||||
"event_trigger": { "$ref": "../types/event.json" }
|
||||
}
|
||||
},
|
||||
"douse_fire": { "type": "object", "additionalProperties": false, "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"douse_fire": { "type": "object", "additionalProperties": false, "description": "UNDOCUMENTATED", "title": "Douse Fire" },
|
||||
"grant_xp": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Grant XP",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"minXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"maxXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"minXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum XP" },
|
||||
"maxXP": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum XP" }
|
||||
}
|
||||
},
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Impact Damage",
|
||||
"properties": {
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Catch Fire" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Damage" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Destroy On Hit" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Knockback" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Semi Random Diff Damage" }
|
||||
}
|
||||
},
|
||||
"mob_effect": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Mob Effect",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"durationeasy": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"durationnormal": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"durationhard": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"amplifier": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED", "title": "Effect" },
|
||||
"durationeasy": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Easy" },
|
||||
"durationnormal": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Normal" },
|
||||
"durationhard": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration Hard" },
|
||||
"amplifier": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Amplifier" }
|
||||
}
|
||||
},
|
||||
"particle_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Particle On Hit",
|
||||
"properties": {
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "Particle Type" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Number Particles" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "On Entity Hit" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "On Other Hit" }
|
||||
}
|
||||
},
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Remove On Hit" },
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Spawn Chance",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "First Spawn Percent Chance" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "First Spawn Chance" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Second Spawn Chance" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "First Spawn Count" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Second Spawn Count" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "Spawn Definition" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Spawn Baby" }
|
||||
}
|
||||
},
|
||||
"spawn_aoe_cloud": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Spawn Aoe Cloud",
|
||||
"properties": {
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "Radius" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "Radius On Use" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Potion" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "Particle" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Duration" },
|
||||
"color": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Color",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
"items": [
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "R", "title": "R" },
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "G", "title": "G" },
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Red", "title": "R" },
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Green", "title": "G" },
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Blue", "title": "B" }
|
||||
]
|
||||
},
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Affect Owner" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Reapplication Delay" }
|
||||
}
|
||||
},
|
||||
"stick_in_ground": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } }
|
||||
"title": "Stick In Ground",
|
||||
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Shake Time" } }
|
||||
},
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"thrown_potion_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Teleport Owner" },
|
||||
"thrown_potion_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "Thrown Potion Effect" }
|
||||
}
|
||||
},
|
||||
"particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" },
|
||||
@@ -257,7 +257,7 @@
|
||||
"title": "Splash Potion"
|
||||
},
|
||||
"splash_range": { "type": "number", "default": 4, "description": "Radius in blocks of the `splash` effect", "title": "Splash Range" },
|
||||
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Stop On Hurt" },
|
||||
"uncertainty_base": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -56,7 +56,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
"drop_items": {
|
||||
"description": "List of items that the entity drops when it grows up.",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }],
|
||||
"title": "TODO Title"
|
||||
"title": "Drop Items"
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 1200,
|
||||
"description": "Amount of time before the entity grows up, -1 for always a baby.",
|
||||
"title": "TODO Title"
|
||||
"title": "Duration"
|
||||
},
|
||||
"feed_items": {
|
||||
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }],
|
||||
"title": "TODO Title"
|
||||
"title": "Feed Items"
|
||||
},
|
||||
"grow_up": { "description": "Event to run when this entity grows up.", "title": "TODO Title" }
|
||||
"grow_up": { "description": "Event to run when this entity grows up.", "title": "Grow Up" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{ "type": "object", "$ref": "#/definitions/breeds_with_spec" },
|
||||
{ "uniqueItems": true, "type": "array", "items": { "type": "object", "$ref": "#/definitions/breeds_with_spec" } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Breeds With"
|
||||
},
|
||||
"deny_parents_variant": {
|
||||
"type": "object",
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Interactions"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||
"title": "Blocks To Avoid",
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -40,43 +40,43 @@
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The seat that designates the driver of the entity",
|
||||
"title": "TODO Title"
|
||||
"title": "Controlling Seat"
|
||||
},
|
||||
"crouching_skip_interact": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "If true, this entity can't be interacted with if the entity interacting with it is crouching",
|
||||
"title": "TODO Title"
|
||||
"title": "Crouching Skip Interact"
|
||||
},
|
||||
"family_types": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
"items": { "type": "string", "title": "Family Type", "description": "The entity that can ride this entity" },
|
||||
"description": "List of entities that can ride this entity",
|
||||
"title": "TODO Title"
|
||||
"title": "Family Types"
|
||||
},
|
||||
"interact_text": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The text to display when the player can interact with the entity when playing with Touch-screen controls",
|
||||
"title": "TODO Title"
|
||||
"title": "Interact Text"
|
||||
},
|
||||
"pull_in_entities": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this entity will pull in entities that are in the correct family_types into any available seats",
|
||||
"title": "TODO Title"
|
||||
"title": "Pull In Entities"
|
||||
},
|
||||
"rider_can_interact": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, this entity will be picked when looked at by the rider",
|
||||
"title": "TODO Title"
|
||||
"title": "Rider Can Interact"
|
||||
},
|
||||
"seat_count": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"description": "The number of entities that can ride this entity at the same time",
|
||||
"title": "TODO Title"
|
||||
"title": "Seat Count"
|
||||
},
|
||||
"seats": {
|
||||
"description": "The list of positions and number of riders for each position for entities riding this entity",
|
||||
@@ -84,7 +84,7 @@
|
||||
{ "type": "object", "$ref": "#/definitions/seats_spec" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/seats_spec" } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Seats"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,19 +54,19 @@
|
||||
"description": "Cause the entity to drop all equipment upon transformation",
|
||||
"title": "Drop equipment"
|
||||
},
|
||||
"into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "TODO Title" },
|
||||
"into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "Into" },
|
||||
"keep_level": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If this entity has trades and has leveled up, it should maintain that level after transformation.",
|
||||
"title": "TODO Title"
|
||||
"title": "Keep Level"
|
||||
},
|
||||
"keep_owner": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If this entity is owned by another entity, it should remain owned after transformation.",
|
||||
"title": "TODO Title"
|
||||
"title": "Keep Owner"
|
||||
},
|
||||
"transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "TODO Title" }
|
||||
"transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "Transformation Sound" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -56,7 +56,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -56,7 +56,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,37 +10,36 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will not go into water blocks when going towards a mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Avoid Water"
|
||||
},
|
||||
"mount_distance": {
|
||||
"type": "number",
|
||||
"default": -1,
|
||||
"description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance",
|
||||
"title": "TODO Title"
|
||||
"title": "Mount Distance"
|
||||
},
|
||||
"start_delay": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Time the mob will wait before starting to move towards the mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Start Delay"
|
||||
},
|
||||
"target_needed": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will only look for a mount if it has a target",
|
||||
"title": "TODO Title"
|
||||
"title": "Target Needed"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks within which the mob will look for a mount",
|
||||
"title": "TODO Title"
|
||||
"title": "Within Radius"
|
||||
},
|
||||
"max_failed_attempts": {
|
||||
"type": "integer",
|
||||
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Max Failed Attempts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,21 +11,26 @@
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "The delay after which the knockback occurs (in seconds).",
|
||||
"title": "TODO Title"
|
||||
"title": "Attack Time"
|
||||
},
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Time in seconds the mob has to wait before using the goal again",
|
||||
"title": "TODO Title"
|
||||
"title": "Cooldown Time"
|
||||
},
|
||||
"duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "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_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "TODO Title" },
|
||||
"Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "TODO Title" },
|
||||
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "title": "Duration" },
|
||||
"knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "Knockback Damage" },
|
||||
"knockback_range": {
|
||||
"type": "integer",
|
||||
"default": 4,
|
||||
"description": "The radius (in blocks) of the knockback effect.",
|
||||
"title": "Knockback Range"
|
||||
},
|
||||
"knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "Knockback Strength" },
|
||||
"Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "Trigger" },
|
||||
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Knockback Filters" },
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Damage Filters" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "On Roar End" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@
|
||||
"title": "Look Time",
|
||||
"items": [{ "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "Target Distance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"description": "If true, the mob can pickup items to its hand or armor slots",
|
||||
"title": "Can Pickup To Hand Or Equipment"
|
||||
},
|
||||
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "Cooldown After Being Attacked" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Avoid Damage Blocks" },
|
||||
"can_land_on_trees": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
@@ -27,6 +27,6 @@
|
||||
"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"
|
||||
},
|
||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Y Offset" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,29 +22,29 @@
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "TODO Title" },
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "Cast Duration" },
|
||||
"event_choices": {
|
||||
"type": "array",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Event Choices",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Event Choice",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"min_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"max_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cooldown_time": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cast_duration": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"min_activation_range": { "type": "number", "title": "Minimum Activation Range", "description": "UNDOCUMENTATED" },
|
||||
"max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", "description": "UNDOCUMENTATED" },
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTATED" },
|
||||
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTATED" },
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"weight": { "type": "integer", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"start_sound_event": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "Particle Color", "description": "UNDOCUMENTATED" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
|
||||
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTATED" },
|
||||
"sequence": { "$ref": "#/definitions/sequence" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "Sequence" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
|
||||
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTATED" },
|
||||
@@ -20,13 +20,13 @@
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
"items": { "$ref": "../../../../general/item/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
"title": "Items"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||
"title": "TODO Title"
|
||||
"title": "Within Radius"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
{ "type": "array", "items": { "$ref": "../../../../general/item/identifier.json" } },
|
||||
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Drop Items"
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 1200,
|
||||
"description": "Amount of time before the entity grows up, -1 for always a baby.",
|
||||
"title": "TODO Title"
|
||||
"title": "Duration"
|
||||
},
|
||||
"feed_items": {
|
||||
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Feed Items"
|
||||
},
|
||||
"grow_up": { "$ref": "../types/event.json", "description": "Event to run when this entity grows up.", "title": "Grow up" },
|
||||
"transform_to_item": {
|
||||
|
||||
@@ -80,8 +80,8 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"properties": {
|
||||
"triggers": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"cooldown": {
|
||||
"type": "number",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Allows the entity to be a thrown entity.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -97,80 +97,80 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"catch_fire": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"type": "object",
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" } }
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" } }
|
||||
},
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"event_trigger": { "$ref": "../types/event.json" }
|
||||
}
|
||||
},
|
||||
"douse_fire": { "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"douse_fire": { "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"filter": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"filter": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
},
|
||||
"particle_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
},
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
},
|
||||
"spawn_aoe_cloud": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"color": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
"items": [
|
||||
@@ -179,12 +179,12 @@
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
|
||||
]
|
||||
},
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
},
|
||||
"stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
},
|
||||
"particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" },
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "minimum": 0 },
|
||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "minimum": 0 },
|
||||
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO", "minimum": 0 },
|
||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO", "minimum": 0 },
|
||||
"scheduled_events": {
|
||||
"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.",
|
||||
@@ -16,7 +16,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"eat_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"replace_block": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
|
||||
"eat_block": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" },
|
||||
"replace_block": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,22 +15,22 @@
|
||||
"title": "Explore Dist"
|
||||
},
|
||||
"wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around `searching` for POIs", "title": "Wait Time" },
|
||||
"next_xz": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"next_y": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"min_wait_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_wait_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_travel_time": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_perimeter": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_dist_from_target": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"timer_ratio": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"next_xz": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"next_y": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
|
||||
"min_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"max_travel_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_perimeter": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"min_dist_from_target": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"timer_ratio": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"dist_from_boundary": {
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"max_seconds_before_search": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"search_cooldown_max_seconds": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"seconds_until_new_task": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENATED", "type": "number" }
|
||||
"max_seconds_before_search": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"search_cooldown_max_seconds": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
|
||||
"seconds_until_new_task": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@
|
||||
"title": "Look Time",
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||
},
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,14 +27,14 @@
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"prefer_water": { "type": "boolean", "default": false, "description": "If true, the mob will prefer water over land", "title": "TODO Title" },
|
||||
"panic_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"panic_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"sound_interval": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
"description": "The range of time in seconds the mob will stay looking in a random direction before looking elsewhere",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"look_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"look_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"description": "Determines if the \"min_range_inactivity_timer\" is used in the standard despawn rules.",
|
||||
"title": "Despawn From Inactivity"
|
||||
},
|
||||
"despawn_from_distance": { "type": "object", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED", "additionalProperties": false },
|
||||
"despawn_from_distance": { "type": "object", "description": "UNDOCUMENTATED", "title": "TODO", "additionalProperties": false },
|
||||
"despawn_from_simulation_edge": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
|
||||
@@ -46,11 +46,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -73,11 +73,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"properties": {
|
||||
"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" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: randomize",
|
||||
@@ -56,7 +56,7 @@
|
||||
"title": "Sequences"
|
||||
},
|
||||
"filters": { "$ref": "./../filters/filters.json" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"required": ["description", "places_block", "enforce_placement_rules", "enforce_survivability_rules"],
|
||||
"definitions": {
|
||||
"block_side": {
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED", "type": "string" } }]
|
||||
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "string" } }]
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
"type": "array",
|
||||
"title": "Dispense On",
|
||||
"description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.",
|
||||
"items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
|
||||
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"use_on": {
|
||||
"type": "array",
|
||||
"title": "Use On",
|
||||
"description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.",
|
||||
"items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
|
||||
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
"type": "array",
|
||||
"title": "Dispense On",
|
||||
"description": "List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.",
|
||||
"items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
|
||||
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
},
|
||||
"use_on": {
|
||||
"type": "array",
|
||||
"title": "Use On",
|
||||
"description": "List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.",
|
||||
"items": { "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" }
|
||||
"items": { "title": "TODO", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "$ref": "./base types/item.json" }
|
||||
},
|
||||
"group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" },
|
||||
"pattern": {
|
||||
"type": "array",
|
||||
"description": "Characters that represent a pattern to be defined by keys.",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"title": "Ingredients",
|
||||
"oneOf": [{ "$ref": "./base types/item.json" }, { "type": "array", "items": { "$ref": "./base types/item.json" } }]
|
||||
},
|
||||
"group": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"group": { "type": "string", "title": "TODO", "description": "UNDOCUMENTATED" },
|
||||
"priority": { "type": "integer", "description": "Item used as output for the furnace recipe.", "title": "Priority" },
|
||||
"result": {
|
||||
"description": "When input items match the pattern then these items are the result.",
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"$id": "molang_number1.8.0",
|
||||
"title": "Molang Number",
|
||||
"description": "The minecraft molang definition that results in a float",
|
||||
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }]
|
||||
"anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }],
|
||||
"examples": [0, "query.variant"]
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"type": "string",
|
||||
"title": "Molang / String",
|
||||
"description": "Molang definition",
|
||||
"format": "molang"
|
||||
"format": "molang",
|
||||
"examples": ["query.variant"]
|
||||
}
|
||||
|
||||
@@ -6,17 +6,17 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,17 +6,17 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
|
||||
"title": "Particle Initial Speed Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"anyOf": [
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
||||
"type": "array",
|
||||
"title": "Particle Kill Plane Component For 1.10.0",
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]",
|
||||
"items": [
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "A" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "B" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "C" },
|
||||
{ "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "D" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"description": "Fires when the particle is created",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"custom_events": { "title": "Custom Events", "description": "TODO, unclear structure :(" },
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTATED, unclear structure :(" },
|
||||
"expiration_event": {
|
||||
"title": "Expiration Event",
|
||||
"description": "Fires when the particle expires (does not wait for particles to expire too)",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.sound_definition.1.14.0.json",
|
||||
"type": "object",
|
||||
"additionalItems": false,
|
||||
"title": "Sound File For 1.14.0",
|
||||
"title": "Sound File For 1.14.0",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"SoundPath": {
|
||||
@@ -34,8 +34,8 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
"additionalItems": false,
|
||||
@@ -59,8 +59,8 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
@@ -69,8 +69,7 @@
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"$id": "#/Sound/sounds/stringItem",
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/SoundPath",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
},
|
||||
{
|
||||
"additionalItems": false,
|
||||
@@ -64,8 +64,8 @@
|
||||
"title": "Name"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Sounds"
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
@@ -74,8 +74,7 @@
|
||||
"description": "UNDOCUMENTATED: sounds",
|
||||
"title": "Sounds"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: additionalProperties"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
|
||||
|
||||
@@ -11,23 +11,23 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"atlas_index": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"atlas_tile": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"pattern": "^[a-z0-9_\\-]*$",
|
||||
"title": "Atlas Index",
|
||||
"type": "string"
|
||||
},
|
||||
"atlas_tile_variant": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
"blend_frames": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -49,7 +49,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"replicate": {
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Atlas Index",
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
@@ -38,15 +38,15 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
|
||||
"texture_data": {
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -59,6 +59,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"texture_name": { "title": "Texture Name", "description": "TODO: add description", "type": "string" }
|
||||
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTATED", "type": "string" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,23 +38,23 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "TODO: add description" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "TODO: add description" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
|
||||
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTATED" },
|
||||
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTATED" },
|
||||
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
|
||||
"texture_data": {
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Texture Data",
|
||||
"description": "TODO: add description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Texture Data"
|
||||
},
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Texture Name" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user