Updated UNDOCUMENTED
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "title": "Anchor" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -116,17 +116,20 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Hit",
|
||||
"properties": {
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Affect Projectile"
|
||||
},
|
||||
"event_trigger": {
|
||||
@@ -139,32 +142,38 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Douse Fire"
|
||||
},
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Impact Damage",
|
||||
"properties": {
|
||||
"damage": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Damage"
|
||||
},
|
||||
"knockback": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Knockback"
|
||||
},
|
||||
"destroy_on_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Destroy On Hit"
|
||||
},
|
||||
"should_bounce": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Should Bounce"
|
||||
}
|
||||
}
|
||||
@@ -173,32 +182,38 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Mob Effect",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Effect"
|
||||
},
|
||||
"durationeasy": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "DurationEasy"
|
||||
},
|
||||
"durationnormal": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "DurationNormal"
|
||||
},
|
||||
"durationhard": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "DurationHard"
|
||||
},
|
||||
"amplifier": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Amplifier"
|
||||
}
|
||||
}
|
||||
@@ -207,26 +222,31 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Particle On Hit",
|
||||
"properties": {
|
||||
"particle_type": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Particle Type"
|
||||
},
|
||||
"num_particles": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Number Particles"
|
||||
},
|
||||
"on_entity_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Entity Hit"
|
||||
},
|
||||
"on_other_hit": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Other Hit"
|
||||
}
|
||||
}
|
||||
@@ -235,47 +255,56 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Remove On Hit"
|
||||
},
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Chance",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "First Spawn Percent Chance"
|
||||
},
|
||||
"first_spawn_chance": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "First Spawn Chance"
|
||||
},
|
||||
"second_spawn_chance": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Second Spawn Chance"
|
||||
},
|
||||
"first_spawn_count": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "First Spawn Count"
|
||||
},
|
||||
"second_spawn_count": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Second Spawn Count"
|
||||
},
|
||||
"spawn_definition": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Definition"
|
||||
},
|
||||
"spawn_baby": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Baby"
|
||||
}
|
||||
}
|
||||
@@ -287,30 +316,36 @@
|
||||
"radius": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Aoe Cloud"
|
||||
},
|
||||
"radius_on_use": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Radius On Use"
|
||||
},
|
||||
"potion": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Potion"
|
||||
},
|
||||
"particle": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Particle"
|
||||
},
|
||||
"duration": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Duration"
|
||||
},
|
||||
"color": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Color",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
@@ -341,11 +376,13 @@
|
||||
"affect_owner": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Affect Owner"
|
||||
},
|
||||
"reapplication_delay": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Reapplication Delay"
|
||||
}
|
||||
}
|
||||
@@ -354,12 +391,14 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Stick In Ground"
|
||||
},
|
||||
"teleport_owner": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Trigger" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"type": "object",
|
||||
"title": "Entity 1.11.0",
|
||||
"$ref": "../1.10.0/components.json",
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.11.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Trigger" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "Range min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "Range max" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range max" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "title": "Anchor" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Hit Ground Sound" },
|
||||
"hit_ground_sound": { "type": "string", "default": "", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Hit Ground Sound" },
|
||||
"homing": { "type": "boolean", "default": false, "description": "If true, the projectile homes in to the nearest entity", "title": "Homing" },
|
||||
"inertia": {
|
||||
"type": "number",
|
||||
@@ -99,105 +99,144 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Hit",
|
||||
"properties": {
|
||||
"catch_fire": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Catch Fire",
|
||||
"type": "object",
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Fire Affected By Griefing" } }
|
||||
"properties": {
|
||||
"fire_affected_by_griefing": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Fire Affected By Griefing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Definition Event",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Projectile" },
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Projectile" },
|
||||
"event_trigger": { "$ref": "../types/event.json" }
|
||||
}
|
||||
},
|
||||
"douse_fire": { "type": "object", "additionalProperties": false, "description": "UNDOCUMENTED", "title": "Douse Fire" },
|
||||
"douse_fire": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Douse Fire"
|
||||
},
|
||||
"grant_xp": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Grant XP",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"minXP": { "type": "integer", "description": "UNDOCUMENTED", "title": "Minimum XP" },
|
||||
"maxXP": { "type": "integer", "description": "UNDOCUMENTED", "title": "Maximum XP" }
|
||||
"minXP": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum XP" },
|
||||
"maxXP": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum XP" }
|
||||
}
|
||||
},
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Impact Damage",
|
||||
"properties": {
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Catch Fire" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "title": "Damage" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Knockback" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Semi Random Diff Damage" }
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Catch Fire" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Knockback" },
|
||||
"semi_random_diff_damage": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Semi Random Diff Damage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mob_effect": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Mob Effect",
|
||||
"effect": "levitation",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTED", "title": "Effect" },
|
||||
"durationeasy": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration Easy" },
|
||||
"durationnormal": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration Normal" },
|
||||
"durationhard": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration Hard" },
|
||||
"amplifier": { "type": "integer", "description": "UNDOCUMENTED", "title": "Amplifier" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Effect" },
|
||||
"durationeasy": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Easy" },
|
||||
"durationnormal": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Normal" },
|
||||
"durationhard": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration Hard" },
|
||||
"amplifier": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Amplifier" }
|
||||
}
|
||||
},
|
||||
"particle_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Particle On Hit",
|
||||
"properties": {
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle Type" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "title": "Number Particles" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Entity Hit" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Other Hit" }
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle Type" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Number Particles" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Entity Hit" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Other Hit" }
|
||||
}
|
||||
},
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Remove On Hit" },
|
||||
"remove_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Remove On Hit"
|
||||
},
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Chance",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTED", "title": "First Spawn Percent Chance" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Count" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "title": "Spawn Definition" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Spawn Baby" }
|
||||
"first_spawn_percent_chance": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "First Spawn Percent Chance"
|
||||
},
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Count" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Definition" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Baby" }
|
||||
}
|
||||
},
|
||||
"spawn_aoe_cloud": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Aoe Cloud",
|
||||
"properties": {
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius On Use" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "title": "Potion" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration" },
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius On Use" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Potion" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration" },
|
||||
"color": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Color",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
@@ -207,19 +246,32 @@
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "Blue", "title": "B" }
|
||||
]
|
||||
},
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Owner" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Owner" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
||||
}
|
||||
},
|
||||
"stick_in_ground": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Stick In Ground",
|
||||
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTED", "title": "Shake Time" } }
|
||||
"properties": { "shake_time": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Shake Time" } }
|
||||
},
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Teleport Owner" },
|
||||
"thrown_potion_effect": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Thrown Potion Effect" }
|
||||
"teleport_owner": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Teleport Owner"
|
||||
},
|
||||
"thrown_potion_effect": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Thrown Potion Effect"
|
||||
}
|
||||
}
|
||||
},
|
||||
"particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" },
|
||||
@@ -257,7 +309,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": "UNDOCUMENTED", "title": "Stop On Hurt" },
|
||||
"stop_on_hurt": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Stop On Hurt" },
|
||||
"uncertainty_base": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.12.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Trigger" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
@@ -27,14 +27,15 @@
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||
"title": "Within Radius"
|
||||
},
|
||||
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED", "title": "Tempt Sound" },
|
||||
"tempt_sound": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Tempt Sound" },
|
||||
"sound_interval": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Sound Interval",
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Max" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Min" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Max" }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity 1.13.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"minecraft:addrider": { "$ref": "../1.8.0/components/minecraft.addrider.json" },
|
||||
"minecraft:admire_item": { "$ref": "../1.8.0/components/minecraft.admire_item.json" },
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Experience Reward 1.13.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_bred": {
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Interactions"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block to Avoid",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED" },
|
||||
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -99,33 +99,48 @@
|
||||
"type": "object",
|
||||
"title": "On Hit",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"arrow_effect": { "description": "UNDOCUMENTED", "title": "Arrow Effect", "type": "object", "additionalProperties": false },
|
||||
"arrow_effect": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Arrow Effect",
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Impact Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"damage": {
|
||||
"oneOf": [{ "type": "number" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }],
|
||||
"title": "Damage",
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED" },
|
||||
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED" },
|
||||
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED" },
|
||||
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED" },
|
||||
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "title": "Semi Random Diff Damage", "description": "UNDOCUMENTED" }
|
||||
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"semi_random_diff_damage": {
|
||||
"type": "boolean",
|
||||
"title": "Semi Random Diff Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
},
|
||||
"stick_in_ground": {
|
||||
"additionalProperties": false,
|
||||
"title": "Stick In Ground",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "type": "number" } }
|
||||
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" } }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.13.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Trigger" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"type": "object",
|
||||
"title": "Entity 1.14.0",
|
||||
"$ref": "../1.13.0/components.json",
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.14.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Trigger" }
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -12,8 +12,18 @@
|
||||
"description": "The sound event to play when admiring the item",
|
||||
"title": "Admire Item Sound"
|
||||
},
|
||||
"on_admire_item_start": { "$ref": "../types/event.json", "title": "On Admire Item Start", "description": "UNDOCUMENTED" },
|
||||
"on_admire_item_stop": { "$ref": "../types/event.json", "title": "On Admire Item Stop", "description": "UNDOCUMENTED" },
|
||||
"on_admire_item_start": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Admire Item Start",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"on_admire_item_stop": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Admire Item Stop",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"sound_interval": {
|
||||
"default": 0,
|
||||
"description": "The range of time in seconds to randomly wait before playing the sound again.",
|
||||
|
||||
@@ -3,23 +3,31 @@
|
||||
"type": "object",
|
||||
"title": "Avoid Block 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"tick_interval": { "type": "integer", "title": "Tick Interval", "description": "UNDOCUMENTED" },
|
||||
"search_range": { "type": "integer", "title": "Search Range", "description": "UNDOCUMENTED" },
|
||||
"search_height": { "type": "integer", "title": "Search Height", "description": "UNDOCUMENTED" },
|
||||
"sprint_speed_modifier": { "type": "number", "title": "Sprint Speed Modifier", "description": "UNDOCUMENTED" },
|
||||
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED" },
|
||||
"tick_interval": { "type": "integer", "title": "Tick Interval", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_range": { "type": "integer", "title": "Search Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_height": { "type": "integer", "title": "Search Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"sprint_speed_modifier": { "type": "number", "title": "Sprint Speed Modifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"target_blocks": {
|
||||
"type": "array",
|
||||
"title": "Target Blocks",
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED" }
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "type": "string", "title": "Block ID", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
},
|
||||
"avoid_block_sound": { "type": "string", "title": "Avoid Block Sound", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"walk_speed_modifier": { "type": "number", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"on_escape": {
|
||||
"type": "array",
|
||||
"title": "Walk Speed Modifier",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "$ref": "../types/event.json" }
|
||||
},
|
||||
"avoid_block_sound": { "type": "string", "title": "Avoid Block Sound", "description": "UNDOCUMENTED" },
|
||||
"walk_speed_modifier": { "type": "number", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED" },
|
||||
"on_escape": { "type": "array", "title": "Walk Speed Modifier", "description": "UNDOCUMENTED", "items": { "$ref": "../types/event.json" } },
|
||||
"sound_interval": {
|
||||
"default": 0,
|
||||
"description": "The range of time in seconds to randomly wait before playing the sound again.",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more",
|
||||
"title": "Must See Forget Duration"
|
||||
},
|
||||
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED" },
|
||||
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -33,6 +33,6 @@
|
||||
"title": "Entity Types",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED", "type": "number" }
|
||||
"sound_chance": { "title": "Sound Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"cooldown": { "title": "Cooldown", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"drop_item_chance": {
|
||||
"type": "number",
|
||||
"default": [1.0],
|
||||
@@ -32,8 +32,13 @@
|
||||
"description": "Maximum distance in blocks this mob will look for entities to drop an item for.",
|
||||
"title": "Max Dist"
|
||||
},
|
||||
"minimum_teleport_distance": { "title": "Minimum Teleport Distance", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"minimum_teleport_distance": {
|
||||
"title": "Minimum Teleport Distance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
},
|
||||
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"offering_distance": {
|
||||
"type": "number",
|
||||
"default": [1.0],
|
||||
@@ -45,8 +50,8 @@
|
||||
"description": "Event to run when this mob attempts to drop an item.",
|
||||
"title": "On Drop Attempt"
|
||||
},
|
||||
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED", "title": "Search Height" },
|
||||
"seconds_before_pickup": { "title": "Seconds Before Pickup", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"search_count": { "type": "integer", "default": 1, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Search Height" },
|
||||
"search_height": { "type": "integer", "default": 1, "description": "Height in blocks from the target the mob can be.", "title": "Search Height" },
|
||||
"search_range": {
|
||||
"type": "integer",
|
||||
@@ -57,12 +62,14 @@
|
||||
"target_range": {
|
||||
"title": "Target Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"teleport_offset": {
|
||||
"title": "Teleport Offset",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Equip Item 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "priority": { "$ref": "types/priority.json" } }
|
||||
}
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"max_failed_attempts": {
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Max Failed Attempts"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"type": "object",
|
||||
"title": "On Home Event",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"event": { "type": "string", "pattern": "^[a-zA-Z0-9_\\-:]+$", "description": "The event to fire", "title": "Event" },
|
||||
"target": {
|
||||
@@ -46,6 +47,6 @@
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/on_home_spec" } }
|
||||
]
|
||||
},
|
||||
"on_failed": { "$ref": "../types/event.json", "title": "On Failed", "description": "UNDOCUMENTED" }
|
||||
"on_failed": { "$ref": "../types/event.json", "title": "On Failed", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,13 @@
|
||||
},
|
||||
"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": "UNDOCUMENTED", "title": "Knockback Filters" },
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Damage Filters" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED", "title": "On Roar End" }
|
||||
"knockback_filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Knockback Filters"
|
||||
},
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage Filters" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Roar End" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
"title": "Set Persistent"
|
||||
},
|
||||
"yd": { "type": "number", "default": 0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" },
|
||||
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "title": "Target Dist" }
|
||||
"target_dist": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Dist" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@
|
||||
"title": "Look Time",
|
||||
"items": [{ "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "Target Distance" }
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Distance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Move Towards Home Restriction 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" } }
|
||||
}
|
||||
|
||||
@@ -31,7 +31,17 @@
|
||||
"description": "The block distance in y that will be checked for mobs that this mob detects",
|
||||
"title": "Mob Detect Height"
|
||||
},
|
||||
"can_nap_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Can Nap Filters" },
|
||||
"wake_mob_exceptions": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Wake Mob Exceptions" }
|
||||
"can_nap_filters": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Can Nap Filters"
|
||||
},
|
||||
"wake_mob_exceptions": {
|
||||
"$ref": "../../filters/filters.json",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Wake Mob Exceptions"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@
|
||||
"description": "The distance in blocks from the owner the pet can be to sleep with owner.",
|
||||
"title": "Search Range"
|
||||
},
|
||||
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "title": "Search Radius" }
|
||||
"search_radius": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Search Radius" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,13 @@
|
||||
"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": "UNDOCUMENTED", "title": "Cooldown After Being Attacked" },
|
||||
"cooldown_after_being_attacked": {
|
||||
"type": "number",
|
||||
"default": true,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"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": "UNDOCUMENTED", "title": "Avoid Damage Blocks" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "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": "UNDOCUMENTED", "title": "Y Offset" }
|
||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y Offset" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"hover_height": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Hover Height",
|
||||
"items": [{ "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTED" },
|
||||
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED" },
|
||||
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED" }
|
||||
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,24 +27,42 @@
|
||||
"type": "array",
|
||||
"title": "Event Choices",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Event Choice",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"min_activation_range": { "type": "number", "title": "Minimum Activation Range", "description": "UNDOCUMENTED" },
|
||||
"max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", "description": "UNDOCUMENTED" },
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED" },
|
||||
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTED" },
|
||||
"min_activation_range": {
|
||||
"type": "number",
|
||||
"title": "Minimum Activation Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_activation_range": {
|
||||
"type": "number",
|
||||
"title": "Maxmimum Activation Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "Particle Color", "description": "UNDOCUMENTED" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED" },
|
||||
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTED" },
|
||||
"particle_color": {
|
||||
"type": "string",
|
||||
"format": "color-hex",
|
||||
"title": "Particle Color",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"sequence": { "$ref": "#/definitions/sequence" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTED", "title": "Sequence" }
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sequence" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"description": "The amount of time the mob will be stuck if they fail and land on a block they can be stuck on",
|
||||
"title": "Stuck Time"
|
||||
},
|
||||
"leap_dist": { "type": "number", "description": "UNDOCUMENTED", "title": "Leap Dist" },
|
||||
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "title": "Stuck Block" }
|
||||
"leap_dist": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Leap Dist" },
|
||||
"stuck_blocks": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Stuck Block" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.behavior.swim_idle",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"title": "Swim Idle 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED" },
|
||||
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTED" }
|
||||
"idle_time": { "type": "number", "title": "Idle Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"success_rate": { "type": "number", "title": "Succes Rate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
|
||||
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTED" },
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
|
||||
@@ -72,16 +72,16 @@
|
||||
"type": "array",
|
||||
"default": [0, 0],
|
||||
"items": [
|
||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "title": "Minimum" },
|
||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "title": "Maximum" }
|
||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
|
||||
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Minimum" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "Range Maximum" }
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Minimum" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Maximum" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18,6 +18,12 @@
|
||||
"title": "Damage Range"
|
||||
},
|
||||
"entity_filter": { "$ref": "../../filters/filters.json", "description": "Entity_filter", "title": "Filter" },
|
||||
"cause": { "type": "string", "description": "UNDOCUMENTED", "title": "Cause", "$ref": "../../../../general/entity/damage_source.json" }
|
||||
"cause": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Cause",
|
||||
"$ref": "../../../../general/entity/damage_source.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
|
||||
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
|
||||
"on_break": {
|
||||
"type": "array",
|
||||
"title": "On Break",
|
||||
@@ -18,12 +18,14 @@
|
||||
"type": "array",
|
||||
"title": "Block List",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "type": "string", "title": "Block ID" }
|
||||
},
|
||||
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Base Buoyancy"
|
||||
},
|
||||
"apply_gravity": {
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED" },
|
||||
"range_max": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED" }
|
||||
"range_min": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"range_max": { "type": "number", "title": "Update Interval Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -9,18 +9,21 @@
|
||||
"type": "array",
|
||||
"title": "Hitboxes",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Hitbox",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED" },
|
||||
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED" },
|
||||
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"pivot": {
|
||||
"type": "array",
|
||||
"title": "Pivot",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Despawn From Distance",
|
||||
"properties": {
|
||||
"max_distance": {
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
"additionalProperties": false,
|
||||
"title": "Slot Drop Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTED" },
|
||||
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTED" }
|
||||
"drop_chance": { "type": "number", "title": "Drop Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"slot": { "type": "string", "title": "Slot", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Experience Reward 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_bred": {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"properties": {
|
||||
"triggers": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Triggers",
|
||||
"properties": {
|
||||
"cooldown": {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Hide 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -4,12 +4,17 @@
|
||||
"title": "Horse.jump Strength 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"value": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Value",
|
||||
"oneOf": [{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } }, { "type": "number" }]
|
||||
"oneOf": [
|
||||
{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } },
|
||||
{ "type": "number" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,15 +9,17 @@
|
||||
"type": "array",
|
||||
"title": "Damage Conditions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Damage Condition",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
|
||||
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTED" }
|
||||
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"properties": {
|
||||
"interactions": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Interactions",
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/interaction_spec" },
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
"description": "The mob effect that is applied to entities that enter this entities effect range.",
|
||||
"title": "Mob Effect"
|
||||
},
|
||||
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTED" }
|
||||
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" },
|
||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "title": "Sway Amplitude" }
|
||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sway Amplitude" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
{ "type": "object", "$ref": "#/definitions/name_action" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Name Actions"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"items": {
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||
|
||||
@@ -19,38 +19,45 @@
|
||||
"type": "object",
|
||||
"title": "Npc Data",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"portrait_offsets": {
|
||||
"type": "object",
|
||||
"title": "Portrait Offsets",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED" },
|
||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED" }
|
||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
},
|
||||
"picker_offsets": {
|
||||
"type": "object",
|
||||
"title": "Picker Offsets",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED" },
|
||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED" }
|
||||
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
},
|
||||
"skin_list": {
|
||||
"type": "array",
|
||||
"title": "Skin List",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Skin",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": { "variant": { "title": "Variant", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 } }
|
||||
"properties": {
|
||||
"variant": { "title": "Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Allows the entity to be a thrown entity.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "title": "Anchor" },
|
||||
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
@@ -97,79 +97,109 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Hit",
|
||||
"properties": {
|
||||
"catch_fire": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Catch Fire",
|
||||
"type": "object",
|
||||
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Fire Affected By Griefing" } }
|
||||
"properties": {
|
||||
"fire_affected_by_griefing": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Fire Affected By Griefing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"definition_event": {
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Projectile" },
|
||||
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Projectile" },
|
||||
"event_trigger": { "$ref": "../types/event.json" }
|
||||
}
|
||||
},
|
||||
"douse_fire": { "type": "object", "description": "UNDOCUMENTED", "title": "Douse Fire" },
|
||||
"douse_fire": { "type": "object", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Douse Fire" },
|
||||
"impact_damage": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Impact Damage",
|
||||
"properties": {
|
||||
"filter": { "type": "string", "description": "UNDOCUMENTED", "title": "Filter" },
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Catch Fire" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "title": "Damage" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Knockback" },
|
||||
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Semi Random Diff Damage" }
|
||||
"filter": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Filter" },
|
||||
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Catch Fire" },
|
||||
"damage": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage" },
|
||||
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Destroy On Hit" },
|
||||
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Knockback" },
|
||||
"semi_random_diff_damage": {
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Semi Random Diff Damage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"particle_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Particle On Hit",
|
||||
"properties": {
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle Type" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "title": "Num Particles" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Entity Hit" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Other Hit" }
|
||||
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle Type" },
|
||||
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Num Particles" },
|
||||
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Entity Hit" },
|
||||
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Other Hit" }
|
||||
}
|
||||
},
|
||||
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Remove On Hit" },
|
||||
"remove_on_hit": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Remove On Hit"
|
||||
},
|
||||
"spawn_chance": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Spawn Chance",
|
||||
"properties": {
|
||||
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTED", "title": "First Spawn Percent Chance" },
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Count" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "title": "Spawn Definition" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Spawn Baby" }
|
||||
"first_spawn_percent_chance": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "First Spawn Percent Chance"
|
||||
},
|
||||
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Chance" },
|
||||
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Chance" },
|
||||
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Count" },
|
||||
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Count" },
|
||||
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Definition" },
|
||||
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Baby" }
|
||||
}
|
||||
},
|
||||
"spawn_aoe_cloud": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius On Use" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "title": "Potion" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration" },
|
||||
"radius": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius" },
|
||||
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius On Use" },
|
||||
"potion": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Potion" },
|
||||
"particle": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle" },
|
||||
"duration": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration" },
|
||||
"color": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Color",
|
||||
"type": "array",
|
||||
"format": "color-array",
|
||||
@@ -179,12 +209,24 @@
|
||||
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
|
||||
]
|
||||
},
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Owner" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
||||
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Owner" },
|
||||
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Reapplication Delay" }
|
||||
}
|
||||
},
|
||||
"stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Stick In Ground" },
|
||||
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Teleport Owner" }
|
||||
"stick_in_ground": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Stick In Ground"
|
||||
},
|
||||
"teleport_owner": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Teleport Owner"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": "UNDOCUMENTED", "title": "Minimum Delay Secs", "minimum": 0 },
|
||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "title": "Maximum Delay Secs", "minimum": 0 },
|
||||
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum Delay Secs", "minimum": 0 },
|
||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum Delay Secs", "minimum": 0 },
|
||||
"scheduled_events": {
|
||||
"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,6 +16,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Scheduled Events",
|
||||
"properties": { "filters": { "$ref": "../../filters/filters.json" }, "event": { "$ref": "../types/event.json" } }
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
"type": "string",
|
||||
"description": "Actor definition to use as projectile for the ranged attack. The actor definition must have the projectile component to be able to be shot as a projectile"
|
||||
},
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED" }
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
"entities": {
|
||||
"title": "Entities",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "object", "$ref": "#/definitions/entity_spawn" },
|
||||
{ "type": "array", "items": { "$ref": "#/definitions/entity_spawn" } }
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.trade_resupply",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"title": "Trade Resupply 1.16.0",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.16.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.16.100",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
@@ -39,13 +39,32 @@
|
||||
"title": "Ignore Visibility"
|
||||
},
|
||||
"entity_types": { "$ref": "../types/entity_types.json", "description": "UNDOCUMENTATED: entity types", "title": "Entity Types" },
|
||||
"avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
||||
"remove_target": { "title": "Remove Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"avoid_mob_sound": {
|
||||
"title": "Avoid Mob Sound",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "string"
|
||||
},
|
||||
"remove_target": {
|
||||
"title": "Remove Target",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "boolean"
|
||||
},
|
||||
"on_escape_event": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Escape Event",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"sound_interval": {
|
||||
"default": 0,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Sound Interval",
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
@@ -49,9 +49,33 @@
|
||||
"description": "Distance in blocks within the mob considers it has reached the goal. This is the `wiggle room` to stop the AI from bouncing back and forth trying to reach a specific spot",
|
||||
"title": "Goal Radius"
|
||||
},
|
||||
"radius_change": { "type": "number", "title": "Radius Change", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"radius_adjustment_chance": { "type": "number", "title": "Radius Adjustment Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"height_adjustment_chance": { "type": "number", "title": "Height Adjustment Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"angle_change": { "type": "number", "title": "Angle Change", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"radius_change": {
|
||||
"type": "number",
|
||||
"title": "Radius Change",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"radius_adjustment_chance": {
|
||||
"type": "number",
|
||||
"title": "Radius Adjustment Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"height_adjustment_chance": {
|
||||
"type": "number",
|
||||
"title": "Height Adjustment Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"angle_change": {
|
||||
"type": "number",
|
||||
"title": "Angle Change",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,13 @@
|
||||
"description": "Determines the amount of time in seconds that this mob will look for a target before forgetting about it and looking for a new one when the target isn't visible any more",
|
||||
"title": "Must See Forget Duration"
|
||||
},
|
||||
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"on_defend_start": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Defend Start",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -12,6 +12,12 @@
|
||||
"title": "Entity Types"
|
||||
},
|
||||
"must_reach": { "title": "Must Reach", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"attack_chance": { "title": "Attack Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" }
|
||||
"attack_chance": {
|
||||
"title": "Attack Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,34 +4,51 @@
|
||||
"title": "Eat Block 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"on_eat": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Eat" },
|
||||
"on_eat": {
|
||||
"$ref": "../types/trigger.json",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "On Eat"
|
||||
},
|
||||
"success_chance": {
|
||||
"title": "Succes Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "../../../../molang/number.json"
|
||||
},
|
||||
"time_until_eat": { "title": "Time Until Eat", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"time_until_eat": {
|
||||
"title": "Time Until Eat",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
},
|
||||
"eat_and_replace_block_pairs": {
|
||||
"type": "array",
|
||||
"title": "Eat And Replace Block Pairs",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Eat And Replace Block Pair",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"eat_block": {
|
||||
"type": "string",
|
||||
"title": "Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
},
|
||||
"replace_block": {
|
||||
@@ -39,6 +56,7 @@
|
||||
"title": "Replace Block",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,49 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"search_width": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_width": {
|
||||
"type": "number",
|
||||
"title": "Search Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"search_height": {
|
||||
"type": "number",
|
||||
"title": "Search Height",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
"minimum_path_length": { "type": "number", "title": "Minimum Path Length", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"minimum_distance": { "type": "number", "title": "Minimum Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"minimum_path_length": {
|
||||
"type": "number",
|
||||
"title": "Minimum Path Length",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"minimum_distance": {
|
||||
"type": "number",
|
||||
"title": "Minimum Distance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
"scale_factor": { "type": "number", "title": "Scale Factor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"scale_factor": {
|
||||
"type": "number",
|
||||
"title": "Scale Factor",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
"cooldown_range": {
|
||||
"title": "Cooldown range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "Min", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
|
||||
|
||||
@@ -39,6 +39,12 @@
|
||||
"title": "Look Time",
|
||||
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||
},
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Target Distance" }
|
||||
"target_distance": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Target Distance"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,13 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"title": "Cooldown Time",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"melee_fov": {
|
||||
"type": "number",
|
||||
"default": 90.0,
|
||||
@@ -41,7 +47,19 @@
|
||||
"description": "If true, this goal will only trigger if the mob can reach its target.",
|
||||
"title": "Require Complete Path"
|
||||
},
|
||||
"on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"on_kill": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"on_attack": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Attack",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"on_kill": {
|
||||
"$ref": "../types/event.json",
|
||||
"title": "On Attack",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,21 +5,65 @@
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"tick_interval": { "type": "number", "title": "Tick Interval", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"start_chance": { "type": "number", "title": "Start Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_range": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"goal_radius": { "type": "number", "title": "Goal Radius", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"stay_duration": { "type": "number", "title": "Stay Duration", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"tick_interval": {
|
||||
"type": "number",
|
||||
"title": "Tick Interval",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"start_chance": {
|
||||
"type": "number",
|
||||
"title": "Start Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"search_range": {
|
||||
"type": "number",
|
||||
"title": "Search Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"search_height": {
|
||||
"type": "number",
|
||||
"title": "Search Height",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"title": "Goal Radius",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"stay_duration": {
|
||||
"type": "number",
|
||||
"title": "Stay Duration",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"target_selection_method": {
|
||||
"type": "string",
|
||||
"title": "Target Selection Method",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"target_offset": {
|
||||
"type": "array",
|
||||
"title": "Target Offset",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"target_blocks": {
|
||||
@@ -27,6 +71,7 @@
|
||||
"title": "Target Blocks",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"on_stay_completed": {
|
||||
@@ -34,6 +79,7 @@
|
||||
"title": "On Stay Completed",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "$ref": "../types/event.json" }
|
||||
},
|
||||
"on_reach": {
|
||||
@@ -41,6 +87,7 @@
|
||||
"title": "On Reach",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": { "$ref": "../types/event.json" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"title": "Ocelot Sit On Block 1.8.0",
|
||||
"required": [],
|
||||
|
||||
@@ -25,12 +25,54 @@
|
||||
"description": "Multiplier for the sneaking speed. 1.0 means the ocelot will move at the speed it normally sneaks",
|
||||
"title": "Sneak Speed Multiplier"
|
||||
},
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"x_max_rotation": { "type": "number", "title": "X Max Rotation", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"y_max_head_rotation": { "type": "number", "title": "Y Max Head Rotation", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max_distance": { "type": "number", "title": "Max Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max_sneak_range": { "type": "number", "title": "Max Sneak Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max_sprint_range": { "type": "number", "title": "Max Sprint Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"reach_multiplier": { "type": "number", "title": "Reach Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"title": "Cooldown Time",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"x_max_rotation": {
|
||||
"type": "number",
|
||||
"title": "X Max Rotation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"y_max_head_rotation": {
|
||||
"type": "number",
|
||||
"title": "Y Max Head Rotation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_distance": {
|
||||
"type": "number",
|
||||
"title": "Max Distance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_sneak_range": {
|
||||
"type": "number",
|
||||
"title": "Max Sneak Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_sprint_range": {
|
||||
"type": "number",
|
||||
"title": "Max Sprint Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"reach_multiplier": {
|
||||
"type": "number",
|
||||
"title": "Reach Multiplier",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,15 +28,34 @@
|
||||
"title": "Ignore Mob Damage"
|
||||
},
|
||||
"prefer_water": { "type": "boolean", "default": false, "description": "If true, the mob will prefer water over land", "title": "Prefer Water" },
|
||||
"panic_sound": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Panic Sound" },
|
||||
"panic_sound": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Panic Sound"
|
||||
},
|
||||
"sound_interval": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Sound Interval",
|
||||
"properties": {
|
||||
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Minimum" },
|
||||
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Maximum" }
|
||||
"range_min": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Range Minimum"
|
||||
},
|
||||
"range_max": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Range Maximum"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.play_dead",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"title": "Play dead 1.8.0",
|
||||
"additionalProperties": false,
|
||||
@@ -12,6 +13,7 @@
|
||||
"title": "Duration",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
@@ -19,6 +21,7 @@
|
||||
"title": "Force Below Health",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
@@ -26,6 +29,7 @@
|
||||
"title": "Random Start Chance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
@@ -33,6 +37,7 @@
|
||||
"title": "Random Damage Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "Min", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
|
||||
@@ -43,11 +48,13 @@
|
||||
"title": "Damage sources",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Damage Source",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "../../../../general/entity_damage.json"
|
||||
}
|
||||
},
|
||||
@@ -55,6 +62,7 @@
|
||||
"title": "Apply regeneration",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "boolean"
|
||||
},
|
||||
"filters": { "$ref": "../../filters/filters.json" }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user