Updated
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
|
||||
"title": "Min Fall Distance"
|
||||
"title": "Minimum Fall Distance"
|
||||
},
|
||||
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"max_range": {
|
||||
"default": [8.0, 8.0, 8.0],
|
||||
"description": "Max range the target can teleport relative to the origin destination.",
|
||||
"title": "Max Range",
|
||||
"description": "Maximum range the target can teleport relative to the origin destination.",
|
||||
"title": "Maximum Range",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The minimum distance in blocks that an actor needs to fall to trigger this event.",
|
||||
"title": "Min Fall Distance"
|
||||
"title": "Minimum Fall Distance"
|
||||
},
|
||||
"target": { "type": "string", "default": "self", "description": "The target of event executed on the block.", "title": "Target" }
|
||||
}
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"max_range": {
|
||||
"default": [8.0, 8.0, 8.0],
|
||||
"description": "Max range the target can teleport relative to the origin destination.",
|
||||
"title": "Max Range",
|
||||
"description": "Maximum range the target can teleport relative to the origin destination.",
|
||||
"title": "Maximum Range",
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset from the block's center." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset from the block's center." },
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"type": "number",
|
||||
"default": 3.40282e38,
|
||||
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs.",
|
||||
"title": "Max Resistance"
|
||||
"title": "Maximum Resistance"
|
||||
},
|
||||
"power": {
|
||||
"type": "number",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Maximum Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Minimum Variant" }
|
||||
},
|
||||
"title": "Deny Parents Variant"
|
||||
},
|
||||
|
||||
@@ -135,13 +135,13 @@
|
||||
},
|
||||
"max_critical_damage": {
|
||||
"type": "integer",
|
||||
"title": "Max Critical Damage",
|
||||
"title": "Maximum Critical Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"min_critical_damage": {
|
||||
"type": "integer",
|
||||
"title": "Min Critical Damage",
|
||||
"title": "Minimum Critical Damage",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Maximum distance in blocks this mob will look for entities to drop an item for.",
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"minimum_teleport_distance": {
|
||||
"title": "Minimum Teleport Distance",
|
||||
@@ -38,7 +38,12 @@
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
},
|
||||
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"max_head_look_at_height": {
|
||||
"title": "Maximum Head Look At Height",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
},
|
||||
"offering_distance": {
|
||||
"type": "number",
|
||||
"default": [1.0],
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"type": "integer",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Max Failed Attempts"
|
||||
"title": "Maximum Failed Attempts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"type": "number",
|
||||
"default": 10.0,
|
||||
"description": "Minimum distance the target must be for the mob to run this goal.",
|
||||
"title": "Min Radius"
|
||||
"title": "Minimum Radius"
|
||||
},
|
||||
"within_radius_event": {
|
||||
"$ref": "../types/event.json",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"type": "number",
|
||||
"default": 16,
|
||||
"description": "To be a valid target choice, the target type cannot be farther away from this entity than `max_dist`.",
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"must_see": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -32,7 +32,12 @@
|
||||
"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"
|
||||
},
|
||||
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance this mob will look for items to pick up", "title": "Max Dist" },
|
||||
"max_dist": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Maximum distance this mob will look for items to pick up",
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"pickup_based_on_chance": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
|
||||
@@ -10,26 +10,26 @@
|
||||
"max_look_count": {
|
||||
"type": "integer",
|
||||
"default": 2,
|
||||
"description": "The max amount of unique looks a mob will have while looking around.",
|
||||
"title": "Max Look Count"
|
||||
"description": "The Maximum amount of unique looks a mob will have while looking around.",
|
||||
"title": "Maximum Look Count"
|
||||
},
|
||||
"max_look_time": {
|
||||
"type": "integer",
|
||||
"default": 40,
|
||||
"description": "The max amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Max Look Time"
|
||||
"description": "The Maximum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Maximum Look Time"
|
||||
},
|
||||
"min_look_count": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"description": "The min amount of unique looks a mob will have while looking around.",
|
||||
"title": "Min Look Count"
|
||||
"description": "The Minimum amount of unique looks a mob will have while looking around.",
|
||||
"title": "Minimum Look Count"
|
||||
},
|
||||
"min_look_time": {
|
||||
"type": "integer",
|
||||
"default": 20,
|
||||
"description": "The min amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Min Look Time"
|
||||
"description": "The Minimum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Minimum Look Time"
|
||||
},
|
||||
"probability": { "type": "number", "default": 0.02, "description": "The probability of randomly looking around/sitting.", "title": "Probability" }
|
||||
}
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
"description": "The maximum distance away a target can be before the mob gives up on stalking",
|
||||
"title": "Max Stalk Dist"
|
||||
"title": "Maximum Stalk Dist"
|
||||
},
|
||||
"pounce_max_dist": {
|
||||
"type": "number",
|
||||
"default": 5,
|
||||
"description": "The maximum distance away from the target in blocks to begin pouncing at the target",
|
||||
"title": "Pounce Max Dist"
|
||||
"title": "Pounce Maximum Dist"
|
||||
},
|
||||
"set_persistent": {
|
||||
"type": "boolean",
|
||||
@@ -47,7 +47,7 @@
|
||||
"strike_dist": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "The max distance away from the target when landing from the pounce that will still result in damaging the target",
|
||||
"description": "The Maximum distance away from the target when landing from the pounce that will still result in damaging the target",
|
||||
"title": "Strike Dist"
|
||||
},
|
||||
"stuck_time": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"attack_cooldown_time": {
|
||||
"default": [0.0, 1.0],
|
||||
"description": "Amount of time in seconds for the cooldown. Can be specified as a number or a pair of numbers (min and max).",
|
||||
"description": "Amount of time in seconds for the cooldown. Can be specified as a number or a pair of numbers (Minimum and max).",
|
||||
"title": "Attack Cooldown Time",
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
@@ -97,8 +97,8 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Maximum Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Minimum Variant" }
|
||||
},
|
||||
"title": "Deny Parents Variant"
|
||||
},
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
"type": "integer",
|
||||
"default": 128,
|
||||
"description": "Maximum distance for standard despawn rules to instantly despawn the mob.",
|
||||
"title": "Max Distance"
|
||||
"title": "Maximum Distance"
|
||||
},
|
||||
"min_distance": {
|
||||
"type": "integer",
|
||||
"default": 32,
|
||||
"description": "Minimum distance for standard despawn rules to try to despawn the mob.",
|
||||
"title": "Min Distance"
|
||||
"title": "Minimum Distance"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -53,13 +53,13 @@
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
"description": "The amount of time in seconds that the mob must be inactive.",
|
||||
"title": "Min Range Inactivity Timer"
|
||||
"title": "Minimum Range Inactivity Timer"
|
||||
},
|
||||
"min_range_random_chance": {
|
||||
"type": "integer",
|
||||
"default": 800,
|
||||
"description": "A random chance between 1 and the given value.",
|
||||
"title": "Min Range Random Chance"
|
||||
"title": "Minimum Range Random Chance"
|
||||
},
|
||||
"remove_child_entities": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"type": "number",
|
||||
"default": 3.40282e38,
|
||||
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs.",
|
||||
"title": "Max Resistance"
|
||||
"title": "Maximum Resistance"
|
||||
},
|
||||
"power": {
|
||||
"type": "number",
|
||||
|
||||
@@ -73,8 +73,8 @@
|
||||
"description": "Tells the flockers that they can only match similar entities that also match the variant, mark variants, and color data of the other potential flockers.",
|
||||
"title": "Match Variants"
|
||||
},
|
||||
"max_height": { "type": "number", "default": 0, "description": "The max height allowable in the air or water.", "title": "Max Height" },
|
||||
"min_height": { "type": "number", "default": 0, "description": "The min height allowable in the air or water.", "title": "Min Height" },
|
||||
"max_height": { "type": "number", "default": 0, "description": "The Maximum height allowable in the air or water.", "title": "Maximum Height" },
|
||||
"min_height": { "type": "number", "default": 0, "description": "The Minimum height allowable in the air or water.", "title": "Minimum Height" },
|
||||
"separation_threshold": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"description": "Distance in blocks at which the leash stiffens, restricting movement.",
|
||||
"title": "Hard Distance"
|
||||
},
|
||||
"max_distance": { "type": "number", "default": 10, "description": "Distance in blocks at which the leash breaks.", "title": "Max Distance" },
|
||||
"max_distance": { "type": "number", "default": 10, "description": "Distance in blocks at which the leash breaks.", "title": "Maximum Distance" },
|
||||
"on_leash": { "$ref": "../types/event.json", "description": "Event to call when this entity is leashed.", "title": "On Leash" },
|
||||
"on_unleash": { "$ref": "../types/event.json", "description": "Event to call when this entity is unleashed.", "title": "On Unleash" },
|
||||
"soft_distance": {
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" }
|
||||
"max_turn": {
|
||||
"type": "number",
|
||||
"default": 30,
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,11 @@
|
||||
"title": "Jump Delay",
|
||||
"items": [{ "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" }
|
||||
"max_turn": {
|
||||
"type": "number",
|
||||
"default": 30,
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" },
|
||||
"max_turn": {
|
||||
"type": "number",
|
||||
"default": 30,
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
},
|
||||
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sway Amplitude" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"type": "integer",
|
||||
"default": -1,
|
||||
"description": "Maximum number of this item the mob will hold.",
|
||||
"title": "All Items Max Amount"
|
||||
"title": "All Items Maximum Amount"
|
||||
},
|
||||
"all_items_surplus_amount": {
|
||||
"type": "integer",
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
"item": { "type": "string", "description": "The name of the item", "$ref": "../../../../general/item/identifier.json" },
|
||||
"item_aux": { "type": "integer", "description": "Aux value for the item.", "title": "Item Aux" },
|
||||
"max_amount": { "type": "integer", "description": "Maximum number of this item the mob will hold.", "title": "Max Amount" },
|
||||
"max_amount": { "type": "integer", "description": "Maximum number of this item the mob will hold.", "title": "Maximum Amount" },
|
||||
"pickup_limit": {
|
||||
"type": "integer",
|
||||
"description": "Maximum number of this item the mob will pick up during a single goal tick.",
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"type": "integer",
|
||||
"default": 600,
|
||||
"description": "Maximum amount of time to randomly wait in seconds before another entity is spawned.",
|
||||
"title": "Max Wait Time"
|
||||
"title": "Maximum Wait Time"
|
||||
},
|
||||
"min_wait_time": {
|
||||
"type": "integer",
|
||||
"default": 300,
|
||||
"description": "Minimum amount of time to randomly wait in seconds before another entity is spawned.",
|
||||
"title": "Min Wait Time"
|
||||
"title": "Minimum Wait Time"
|
||||
},
|
||||
"num_to_spawn": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -62,13 +62,13 @@
|
||||
"type": "integer",
|
||||
"default": 100,
|
||||
"description": "The maximum value for the entity's random starting temper",
|
||||
"title": "Max Temper"
|
||||
"title": "Maximum Temper"
|
||||
},
|
||||
"min_temper": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The minimum value for the entity's random starting temper",
|
||||
"title": "Min Temper"
|
||||
"title": "Minimum Temper"
|
||||
},
|
||||
"ride_text": { "type": "string", "description": "The text that shows in the riding interact button", "title": "Ride Text" },
|
||||
"tame_event": { "$ref": "../types/event.json", "description": "Event that triggers when the entity becomes tamed", "title": "Tame Event" }
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance to look for an entity", "title": "Max Dist" },
|
||||
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance to look for an entity", "title": "Maximum Dist" },
|
||||
"max_flee": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "Distance in blocks within the mob considers it should stop fleeing.",
|
||||
"title": "Max Flee"
|
||||
"title": "Maximum Flee"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"max_seconds_before_search": {
|
||||
"title": "Max Seconds Before Search",
|
||||
"title": "Maximum Seconds Before Search",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
},
|
||||
"search_cooldown_max_seconds": {
|
||||
"title": "Search Cooldown Max Seconds",
|
||||
"title": "Search Cooldown Maximum Seconds",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "number"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"type": "number",
|
||||
"default": 10.0,
|
||||
"description": "Minimum distance the target must be for the mob to run this goal.",
|
||||
"title": "Min Radius"
|
||||
"title": "Minimum Radius"
|
||||
},
|
||||
"within_radius_event": {
|
||||
"$ref": "../types/event.json",
|
||||
|
||||
@@ -33,31 +33,31 @@
|
||||
},
|
||||
"x_max_rotation": {
|
||||
"type": "number",
|
||||
"title": "X Max Rotation",
|
||||
"title": "X Maximum Rotation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"y_max_head_rotation": {
|
||||
"type": "number",
|
||||
"title": "Y Max Head Rotation",
|
||||
"title": "Y Maximum Head Rotation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_distance": {
|
||||
"type": "number",
|
||||
"title": "Max Distance",
|
||||
"title": "Maximum Distance",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_sneak_range": {
|
||||
"type": "number",
|
||||
"title": "Max Sneak Range",
|
||||
"title": "Maximum Sneak Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"max_sprint_range": {
|
||||
"type": "number",
|
||||
"title": "Max Sprint Range",
|
||||
"title": "Maximum Sprint Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
|
||||
@@ -10,26 +10,26 @@
|
||||
"max_look_count": {
|
||||
"type": "integer",
|
||||
"default": 2,
|
||||
"description": "The max amount of unique looks a mob will have while looking around.",
|
||||
"title": "Max Look Count"
|
||||
"description": "The Maximum amount of unique looks a mob will have while looking around.",
|
||||
"title": "Maximum Look Count"
|
||||
},
|
||||
"max_look_time": {
|
||||
"type": "integer",
|
||||
"default": 40,
|
||||
"description": "The max amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Max Look Time"
|
||||
"description": "The Maximum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Maximum Look Time"
|
||||
},
|
||||
"min_look_count": {
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"description": "The min amount of unique looks a mob will have while looking around.",
|
||||
"title": "Min Look Count"
|
||||
"description": "The Minimum amount of unique looks a mob will have while looking around.",
|
||||
"title": "Minimum Look Count"
|
||||
},
|
||||
"min_look_time": {
|
||||
"type": "integer",
|
||||
"default": 20,
|
||||
"description": "The min amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Min Look Time"
|
||||
"description": "The Minimum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
|
||||
"title": "Minimum Look Time"
|
||||
},
|
||||
"probability": { "type": "number", "default": 0.02, "description": "The probability of randomly looking around/sitting.", "title": "Probability" }
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
"description": "The minimum amount of time in seconds before the mob can stand back up",
|
||||
"title": "Min Sit Time"
|
||||
"title": "Minimum Sit Time"
|
||||
},
|
||||
"start_chance": {
|
||||
"type": "number",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"turn_range": { "type": "number", "title": "Turn Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"min_change_direction_time": {
|
||||
"type": "number",
|
||||
"title": "Min Change Direction Time",
|
||||
"title": "Minimum Change Direction Time",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
"type": "number",
|
||||
"default": 10,
|
||||
"description": "The maximum distance away a target can be before the mob gives up on stalking",
|
||||
"title": "Max Stalk Dist"
|
||||
"title": "Maximum Stalk Dist"
|
||||
},
|
||||
"pounce_max_dist": {
|
||||
"type": "number",
|
||||
"default": 5,
|
||||
"description": "The maximum distance away from the target in blocks to begin pouncing at the target",
|
||||
"title": "Pounce Max Dist"
|
||||
"title": "Pounce Maximum Dist"
|
||||
},
|
||||
"set_persistent": {
|
||||
"type": "boolean",
|
||||
@@ -47,7 +47,7 @@
|
||||
"strike_dist": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "The max distance away from the target when landing from the pounce that will still result in damaging the target",
|
||||
"description": "The Maximum distance away from the target when landing from the pounce that will still result in damaging the target",
|
||||
"title": "Strike Dist"
|
||||
},
|
||||
"stuck_time": {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"carried_item_switch_time": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"description": "The max time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade",
|
||||
"description": "The Maximum time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade",
|
||||
"title": "Carried Item Switch Time"
|
||||
},
|
||||
"cooldown": {
|
||||
@@ -22,13 +22,13 @@
|
||||
"interest_time": {
|
||||
"type": "number",
|
||||
"default": 45,
|
||||
"description": "The max time in seconds that the trader will be interested with showing it's trade items",
|
||||
"description": "The Maximum time in seconds that the trader will be interested with showing it's trade items",
|
||||
"title": "Interest_time"
|
||||
},
|
||||
"remove_item_time": {
|
||||
"type": "number",
|
||||
"default": 1,
|
||||
"description": "The max time in seconds that the trader will wait when you no longer have items to trade",
|
||||
"description": "The Maximum time in seconds that the trader will wait when you no longer have items to trade",
|
||||
"title": "Remove Item Time"
|
||||
},
|
||||
"within_radius": {
|
||||
|
||||
@@ -34,13 +34,13 @@
|
||||
"sound_delay_max": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The max interval in which a sound will play",
|
||||
"description": "The Maximum interval in which a sound will play",
|
||||
"title": "Sound Delay Maximum"
|
||||
},
|
||||
"sound_delay_min": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The min interval in which a sound will play",
|
||||
"description": "The Minimum interval in which a sound will play",
|
||||
"title": "Sound Delay Minimum"
|
||||
},
|
||||
"work_in_rain_tolerance": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"attack_cooldown_time": {
|
||||
"default": [0.0, 1.0],
|
||||
"description": "Amount of time in seconds for the cooldown. Can be specified as a number or a pair of numbers (min and max).",
|
||||
"description": "Amount of time in seconds for the cooldown. Can be specified as a number or a pair of numbers (Minimum and max).",
|
||||
"title": "Attack Cooldown Time",
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"hud_range": {
|
||||
"type": "integer",
|
||||
"default": 55,
|
||||
"description": "The max distance from the boss at which the boss's health bar is present on the players screen.",
|
||||
"description": "The Maximum distance from the boss at which the boss's health bar is present on the players screen.",
|
||||
"title": "Hud Range"
|
||||
},
|
||||
"name": { "type": "string", "default": "", "description": "The name that will be displayed above the boss's health bar.", "title": "Name" },
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Maximum Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Minimum Variant" }
|
||||
},
|
||||
"title": "Deny Parents Variant"
|
||||
},
|
||||
|
||||
@@ -15,13 +15,13 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_dropped_ticks": {
|
||||
"title": "Max Dropped Ticks",
|
||||
"title": "Maximum Dropped Ticks",
|
||||
"description": "In relation to the optimization value, determines the maximum ticks spatial update packets can be not sent.",
|
||||
"type": "integer"
|
||||
},
|
||||
"max_optimized_distance": {
|
||||
"title": "Max Optimized Distance",
|
||||
"description": "The maximum distance considered during bandwidth optimizations. Any value below the max is interpolated to find optimization, and any value greater than or equal to this max results in max optimization.",
|
||||
"title": "Maximum Optimized Distance",
|
||||
"description": "The maximum distance considered during bandwidth optimizations. Any value below the Maximum is interpolated to find optimization, and any value greater than or equal to this Maximum results in Maximum optimization.",
|
||||
"type": "number"
|
||||
},
|
||||
"use_motion_prediction_hints": {
|
||||
@@ -45,13 +45,13 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_dropped_ticks": {
|
||||
"title": "Max Dropped Ticks",
|
||||
"title": "Maximum Dropped Ticks",
|
||||
"description": "In relation to the optimization value, determines the maximum ticks spatial update packets can be not sent.",
|
||||
"type": "integer"
|
||||
},
|
||||
"max_optimized_distance": {
|
||||
"title": "Max Optimized Distance",
|
||||
"description": "The maximum distance considered during bandwidth optimizations. Any value below the max is interpolated to find optimization, and any value greater than or equal to this max results in max optimization.",
|
||||
"title": "Maximum Optimized Distance",
|
||||
"description": "The maximum distance considered during bandwidth optimizations. Any value below the Maximum is interpolated to find optimization, and any value greater than or equal to this Maximum results in Maximum optimization.",
|
||||
"type": "number"
|
||||
},
|
||||
"use_motion_prediction_hints": {
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
"max_cured_discount": {
|
||||
"type": "array",
|
||||
"default": [-25, -63],
|
||||
"description": "The max the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Max Cured Discount",
|
||||
"description": "The Maximum the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
|
||||
"title": "Maximum Cured Discount",
|
||||
"items": [
|
||||
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
@@ -47,8 +47,8 @@
|
||||
"max_nearby_cured_discount": {
|
||||
"type": "integer",
|
||||
"default": -200,
|
||||
"description": "The max the discount can be modified by when the player has cured a nearby Zombie Villager",
|
||||
"title": "Max Nearby Cured Discount"
|
||||
"description": "The Maximum the discount can be modified by when the player has cured a nearby Zombie Villager",
|
||||
"title": "Maximum Nearby Cured Discount"
|
||||
},
|
||||
"nearby_cured_discount": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"maxResistance": {
|
||||
"type": "number",
|
||||
"description": "A blocks explosion resistance will be capped at this value when an explosion occurs",
|
||||
"title": "Max Resistance"
|
||||
"title": "Maximum Resistance"
|
||||
},
|
||||
"fuseLit": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -73,8 +73,8 @@
|
||||
"description": "Tells the flockers that they can only match similar entities that also match the variant, mark variants, and color data of the other potential flockers.",
|
||||
"title": "Match Variants"
|
||||
},
|
||||
"max_height": { "type": "number", "default": 0, "description": "The max height allowable in the air or water.", "title": "Max Height" },
|
||||
"min_height": { "type": "number", "default": 0, "description": "The min height allowable in the air or water.", "title": "Min Height" },
|
||||
"max_height": { "type": "number", "default": 0, "description": "The Maximum height allowable in the air or water.", "title": "Maximum Height" },
|
||||
"min_height": { "type": "number", "default": 0, "description": "The Minimum height allowable in the air or water.", "title": "Minimum Height" },
|
||||
"separation_threshold": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
|
||||
@@ -10,28 +10,28 @@
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Number of slots that this entity can gain per extra strength",
|
||||
"title": "TODO Title"
|
||||
"title": "Additional Slots Per Strength"
|
||||
},
|
||||
"can_be_siphoned_from": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the contents of this inventory can be removed by a hopper",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Be Siphoned From"
|
||||
},
|
||||
"container_type": {
|
||||
"type": "string",
|
||||
"default": "none",
|
||||
"description": "Type of container this entity has. Can be horse, minecart_chest, minecart_hopper, inventory, container or hopper",
|
||||
"enum": ["horse", "minecart_chest", "minecart_hopper", "inventory", "container", "hopper"],
|
||||
"title": "TODO Title"
|
||||
"title": "Container Type"
|
||||
},
|
||||
"inventory_size": { "type": "integer", "default": 5, "description": "Number of slots the container has", "title": "TODO Title" },
|
||||
"private": { "type": "boolean", "default": false, "description": "If true, only the entity can access the inventory", "title": "TODO Title" },
|
||||
"inventory_size": { "type": "integer", "default": 5, "description": "Number of slots the container has", "title": "Inventory Size" },
|
||||
"private": { "type": "boolean", "default": false, "description": "If true, only the entity can access the inventory", "title": "Private" },
|
||||
"restrict_to_owner": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the entity's inventory can only be accessed by its owner or itself",
|
||||
"title": "TODO Title"
|
||||
"title": "Restrict To Owner"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"interact_text": {
|
||||
"type": "string",
|
||||
"description": "The text that will display when interacting with this entity with a dye when playing with Touch-screen controls",
|
||||
"title": "TODO Title"
|
||||
"title": "Interact Text"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{ "type": "array", "items": { "type": "string", "description": "An item that can be used to control this entity", "title": "Item" } },
|
||||
{ "type": "string" }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
"title": "Control Items"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"filters": { "$ref": "../../filters/filters.json", "description": "Defines the entities that can trigger this component", "title": "TODO Title" },
|
||||
"filters": { "$ref": "../../filters/filters.json", "description": "Defines the entities that can trigger this component" },
|
||||
"look_cooldown": {
|
||||
"$ref": "../types/range_number_type.json",
|
||||
"default": [0.0, 0.0],
|
||||
|
||||
@@ -5,7 +5,12 @@
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"properties": {
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" }
|
||||
"max_turn": {
|
||||
"type": "number",
|
||||
"default": 30,
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
}
|
||||
},
|
||||
"description": "This move control allows the mob to swim in water and walk on land."
|
||||
}
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "Max Turn" }
|
||||
"max_turn": {
|
||||
"type": "number",
|
||||
"default": 30,
|
||||
"description": "The maximum number in degrees the mob can turn per tick.",
|
||||
"title": "Maximum Turn"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"type": "number",
|
||||
"default": 0.4,
|
||||
"description": "Maximum speed that this entity will move at when on the rail",
|
||||
"title": "Max Speed"
|
||||
"title": "Maximum Speed"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
"randomInterval": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "If true, the amount of time on the timer will be random between the min and max values specified in time",
|
||||
"description": "If true, the amount of time on the timer will be random between the Minimum and Maximum values specified in time",
|
||||
"title": "Random Interval"
|
||||
},
|
||||
"time": {
|
||||
"description": "Amount of time in seconds for the timer. Can be specified as a number or a pair of numbers (min and max). Incompatible with random_time_choices.",
|
||||
"description": "Amount of time in seconds for the timer. Can be specified as a number or a pair of numbers (Minimum and max). Incompatible with random_time_choices.",
|
||||
"title": "Time",
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "number",
|
||||
"description": "Maximum distance this mob can be away to be a valid choice",
|
||||
"default": 16,
|
||||
"title": "Max Dist"
|
||||
"title": "Maximum Dist"
|
||||
},
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entities.filters.random_chance",
|
||||
"type": "object",
|
||||
"title": "Random Chance",
|
||||
"description": "Returns true if the random chance rolls 0 out of a specified max range.",
|
||||
"description": "Returns true if the random chance rolls 0 out of a specified Maximum range.",
|
||||
"required": ["value"],
|
||||
"properties": {
|
||||
"test": { "type": "string", "title": "Test", "description": "The test property" },
|
||||
|
||||
@@ -120,49 +120,49 @@
|
||||
}
|
||||
},
|
||||
"min_outer_wall_distance": {
|
||||
"title": "Min Outer Wall Distance",
|
||||
"title": "Minimum Outer Wall Distance",
|
||||
"type": "integer",
|
||||
"description": "The minimum distance each distribution point must be from the outer wall. [0,10]",
|
||||
"minimum": 1,
|
||||
"maximum": 10
|
||||
},
|
||||
"max_outer_wall_distance": {
|
||||
"title": "Max Outer Wall Distance",
|
||||
"title": "Maximum Outer Wall Distance",
|
||||
"type": "integer",
|
||||
"description": "The maximum distance each distribution point can be from the outer wall. [0,20]",
|
||||
"minimum": 1,
|
||||
"maximum": 20
|
||||
},
|
||||
"min_distribution_points": {
|
||||
"title": "Min Distribution Points",
|
||||
"title": "Minimum Distribution Points",
|
||||
"type": "integer",
|
||||
"description": "The minimum number of points inside the distance field that can get generated. The distance field is the area consisting of all points with a minimum distance to all destribution points. [0,10]",
|
||||
"minimum": 1,
|
||||
"maximum": 10
|
||||
},
|
||||
"max_distribution_points": {
|
||||
"title": "Max Distribution Points",
|
||||
"title": "Maximum Distribution Points",
|
||||
"type": "integer",
|
||||
"description": "The maximum number of points inside the distance field that can get generated. The distance field is the area consisting of all points with a minimum distance to all destribution points. [0,20]",
|
||||
"minimum": 1,
|
||||
"maximum": 20
|
||||
},
|
||||
"min_point_offset": {
|
||||
"title": "Min Point Offset",
|
||||
"title": "Minimum Point Offset",
|
||||
"type": "integer",
|
||||
"description": "The lowest possible value of random offset applied to the position of each distribution point. [0,10]",
|
||||
"minimum": 0,
|
||||
"maximum": 10
|
||||
},
|
||||
"max_point_offset": {
|
||||
"title": "Max Point Offset",
|
||||
"title": "Maximum Point Offset",
|
||||
"type": "integer",
|
||||
"description": "The highest possible value of random offset applied to the position of each distribution point. [0,10]",
|
||||
"minimum": 0,
|
||||
"maximum": 10
|
||||
},
|
||||
"max_radius": {
|
||||
"title": "Max Radius",
|
||||
"title": "Maximum Radius",
|
||||
"type": "integer",
|
||||
"description": "The maximum possible radius of the geode generated."
|
||||
},
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
"description": "Maximum extent of the bounding volume expressed as [ x, y, z ]",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "Max X", "type": "integer" },
|
||||
{ "title": "Max Y", "type": "integer" },
|
||||
{ "title": "Max Z", "type": "integer" }
|
||||
{ "title": "Maximum X", "type": "integer" },
|
||||
{ "title": "Maximum Y", "type": "integer" },
|
||||
{ "title": "Maximum Z", "type": "integer" }
|
||||
]
|
||||
},
|
||||
"min": {
|
||||
@@ -48,9 +48,9 @@
|
||||
"description": "Maxium extent of the bounding volume expressed as [ x, y, z ]",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "title": "Min X", "type": "integer" },
|
||||
{ "title": "Min Y", "type": "integer" },
|
||||
{ "title": "Min Z", "type": "integer" }
|
||||
{ "title": "Minimum X", "type": "integer" },
|
||||
{ "title": "Minimum Y", "type": "integer" },
|
||||
{ "title": "Minimum Z", "type": "integer" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -516,7 +516,7 @@
|
||||
}
|
||||
},
|
||||
"min_height_for_canopy": {
|
||||
"title": "Min Height For Canopy",
|
||||
"title": "Minimum Height For Canopy",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "integer",
|
||||
|
||||
@@ -43,12 +43,12 @@
|
||||
"slide_away_duration": { "type": "number", "description": "UNDOCUMANTED", "title": "UNDOCUMANTED" }
|
||||
}
|
||||
},
|
||||
"minecraft:max_damage": { "type": "integer", "description": "Max damage item has, this is used like item max health." },
|
||||
"minecraft:max_damage": { "type": "integer", "description": "Maximum damage item has, this is used like item Maximum health." },
|
||||
"minecraft:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." },
|
||||
"minecraft:stacked_by_data": { "type": "boolean", "description": "Stacked by data aux value or not?" },
|
||||
"minecraft:foil": { "type": "boolean", "description": "Foil or glint." },
|
||||
"minecraft:block": { "type": "string", "description": "Block name, leave blank for no block." },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Max stack size.", "minimum": 0 },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Maximum stack size.", "minimum": 0 },
|
||||
"minecraft:use_duration": { "type": "integer", "description": "How long to use before item is done being used." },
|
||||
"minecraft:food": {
|
||||
"type": "object",
|
||||
|
||||
@@ -48,14 +48,14 @@
|
||||
},
|
||||
"minecraft:max_damage": {
|
||||
"type": "integer",
|
||||
"description": "Max damage item has, this is used like item max health.",
|
||||
"description": "Maximum damage item has, this is used like item Maximum health.",
|
||||
"title": "UNDOCUMANTED"
|
||||
},
|
||||
"minecraft:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." },
|
||||
"minecraft:stacked_by_data": { "type": "boolean", "description": "Stacked by data aux value or not?", "title": "UNDOCUMANTED" },
|
||||
"minecraft:foil": { "type": "boolean", "description": "Foil or glint.", "title": "UNDOCUMANTED" },
|
||||
"minecraft:block": { "type": "string", "description": "Block name, leave blank for no block.", "title": "UNDOCUMANTED" },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Max stack size.", "title": "UNDOCUMANTED", "minimum": 0 },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Maximum stack size.", "title": "UNDOCUMANTED", "minimum": 0 },
|
||||
"minecraft:use_duration": {
|
||||
"type": "integer",
|
||||
"description": "How long to use before item is done being used.",
|
||||
|
||||
@@ -59,14 +59,14 @@
|
||||
},
|
||||
"minecraft:max_damage": {
|
||||
"type": "integer",
|
||||
"description": "Max damage item has, this is used like item max health.",
|
||||
"description": "Maximum damage item has, this is used like item Maximum health.",
|
||||
"title": "UNDOCUMANTED"
|
||||
},
|
||||
"minecraft:hand_equipped": { "type": "boolean", "title": "Hand Equipped", "description": "Is this a hand equipped item." },
|
||||
"minecraft:stacked_by_data": { "type": "boolean", "description": "Stacked by data aux value or not?", "title": "UNDOCUMANTED" },
|
||||
"minecraft:foil": { "type": "boolean", "description": "Foil or glint.", "title": "UNDOCUMANTED" },
|
||||
"minecraft:block": { "type": "string", "description": "Block name, leave blank for no block.", "title": "UNDOCUMANTED" },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Max stack size.", "title": "UNDOCUMANTED", "minimum": 0 },
|
||||
"minecraft:max_stack_size": { "type": "integer", "description": "Maximum stack size.", "title": "UNDOCUMANTED", "minimum": 0 },
|
||||
"minecraft:use_duration": {
|
||||
"type": "integer",
|
||||
"description": "How long to use before item is done being used.",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
}
|
||||
},
|
||||
"max_durability": {
|
||||
"title": "Max Durability",
|
||||
"description": "Max durability is the amount of damage that this item can take before breaking.",
|
||||
"title": "Maximum Durability",
|
||||
"description": "Maximum durability is the amount of damage that this item can take before breaking.",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
"default": 1.0,
|
||||
"type": "number"
|
||||
},
|
||||
"max_draw_duration": { "title": "Max Draw Duration", "description": "Draw Duration. Default is set to 0.", "default": 0, "type": "number" },
|
||||
"max_launch_power": { "title": "Max Launch Power", "description": "Launch power. Default is set to 1.0.", "default": 0, "type": "number" },
|
||||
"max_draw_duration": { "title": "Maximum Draw Duration", "description": "Draw Duration. Default is set to 0.", "default": 0, "type": "number" },
|
||||
"max_launch_power": { "title": "Maximum Launch Power", "description": "Launch power. Default is set to 1.0.", "default": 0, "type": "number" },
|
||||
"scale_power_by_draw_duration": {
|
||||
"title": "Scale Power By Draw Duration",
|
||||
"description": "Scale power by draw duration? Default is set to false.",
|
||||
|
||||
@@ -18,19 +18,19 @@
|
||||
"type": "number"
|
||||
},
|
||||
"max_draw_duration": {
|
||||
"title": "Max Draw Duration",
|
||||
"title": "Maximum Draw Duration",
|
||||
"description": "The maximum duration to draw a throwable item. Default is set to 0.0.",
|
||||
"default": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"min_draw_duration": {
|
||||
"title": "Min Draw Duration",
|
||||
"title": "Minimum Draw Duration",
|
||||
"description": "The minimum duration to draw a throwable item. Default is set to 0.0.",
|
||||
"default": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"max_launch_power": {
|
||||
"title": "Max Launch Power",
|
||||
"title": "Maximum Launch Power",
|
||||
"description": "The maximum power to launch the throwable item. Default is set to 1.0.",
|
||||
"default": 1.0,
|
||||
"type": "number"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
|
||||
"max_range": {
|
||||
"type": "array",
|
||||
"title": "Max Range",
|
||||
"title": "Maximum Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
}
|
||||
},
|
||||
"max_durability": {
|
||||
"title": "Max Durability",
|
||||
"description": "Max durability is the amount of damage that this item can take before breaking.",
|
||||
"title": "Maximum Durability",
|
||||
"description": "Maximum durability is the amount of damage that this item can take before breaking.",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
"default": 1.0,
|
||||
"type": "number"
|
||||
},
|
||||
"max_draw_duration": { "title": "Max Draw Duration", "description": "Draw Duration. Default is set to 0.", "default": 0, "type": "number" },
|
||||
"max_launch_power": { "title": "Max Launch Power", "description": "Launch power. Default is set to 1.0.", "default": 0, "type": "number" },
|
||||
"max_draw_duration": { "title": "Maximum Draw Duration", "description": "Draw Duration. Default is set to 0.", "default": 0, "type": "number" },
|
||||
"max_launch_power": { "title": "Maximum Launch Power", "description": "Launch power. Default is set to 1.0.", "default": 0, "type": "number" },
|
||||
"scale_power_by_draw_duration": {
|
||||
"title": "Scale Power By Draw Duration",
|
||||
"description": "Scale power by draw duration? Default is set to false.",
|
||||
|
||||
@@ -18,19 +18,19 @@
|
||||
"type": "number"
|
||||
},
|
||||
"max_draw_duration": {
|
||||
"title": "Max Draw Duration",
|
||||
"title": "Maximum Draw Duration",
|
||||
"description": "The maximum duration to draw a throwable item. Default is set to 0.0.",
|
||||
"default": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"min_draw_duration": {
|
||||
"title": "Min Draw Duration",
|
||||
"title": "Minimum Draw Duration",
|
||||
"description": "The minimum duration to draw a throwable item. Default is set to 0.0.",
|
||||
"default": 0,
|
||||
"type": "number"
|
||||
},
|
||||
"max_launch_power": {
|
||||
"title": "Max Launch Power",
|
||||
"title": "Maximum Launch Power",
|
||||
"description": "The maximum power to launch the throwable item. Default is set to 1.0.",
|
||||
"default": 1.0,
|
||||
"type": "number"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] },
|
||||
"max_range": {
|
||||
"type": "array",
|
||||
"title": "Max Range",
|
||||
"title": "Maximum Range",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": [
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" },
|
||||
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
|
||||
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Maximum Chance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.condition.random_regional_difficulty_chance",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets a max regional difficulty random chance of the specified value.",
|
||||
"description": "Sets a Maximum regional difficulty random chance of the specified value.",
|
||||
"title": "Random Regional Difficulty Chance",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
@@ -12,7 +12,7 @@
|
||||
"description": "The default random chance if the level difficulty is not assigned.",
|
||||
"title": "Default Chance"
|
||||
},
|
||||
"max_chance": { "title": "Max Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"easy": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
"properties": {
|
||||
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
||||
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Max Size" },
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Minimum Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Maximum Size" },
|
||||
"event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" },
|
||||
"event_skip_count": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
"properties": {
|
||||
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
||||
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Max Size" },
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Minimum Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Maximum Size" },
|
||||
"event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" },
|
||||
"event_skip_count": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"description": "Herd",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Max Size" },
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Minimum Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Maximum Size" },
|
||||
"event": { "type": "string", "description": "This is an event that can be triggered from spawning", "title": "Event" },
|
||||
"event_skip_count": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"type": "string",
|
||||
"$ref": "#/definitions/version",
|
||||
"description": "This is the minimum version of the game that this pack was written for. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs",
|
||||
"title": "Min Engine Version"
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTATED: lock template options", "title": "Lock Template Options" },
|
||||
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTATED: base game version", "title": "Base Game Version" }
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"description": "This option is required for any world templates. This will lock the player from modifying the options of the world."
|
||||
},
|
||||
"min_engine_version": {
|
||||
"title": "Min Engine Version",
|
||||
"title": "Minimum Engine Version",
|
||||
"$ref": "#/definitions/version",
|
||||
"description": "This is the minimum version of the game that this pack was written for. This is a required field for resource and behavior packs. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs"
|
||||
},
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "The minimum engine needed to use this",
|
||||
"title": "Min Engine Version"
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
|
||||
@@ -79,8 +79,8 @@
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "UNDOCUMENTATED: min engine version",
|
||||
"title": "Min Engine Version"
|
||||
"description": "UNDOCUMENTATED: Minimum engine version",
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "The minimum engine version to be used",
|
||||
"title": "Min Engine Version"
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "The minimum engine version to be used",
|
||||
"title": "Min Engine Version"
|
||||
"title": "Minimum Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
|
||||
@@ -54,14 +54,14 @@
|
||||
"examples": [{ "max_density": 0.25 }, { "max_density": 0.25, "max_density_height": 128, "zero_density_height": 20, "uniform": true }],
|
||||
"properties": {
|
||||
"max_density": {
|
||||
"title": "Max Density",
|
||||
"title": "Maximum Density",
|
||||
"description": "The maximum amount of opaqueness that the ground fog will take on. A value from [0.0, 1.0].",
|
||||
"minimum": 0,
|
||||
"maximum": 1,
|
||||
"type": "number"
|
||||
},
|
||||
"max_density_height": {
|
||||
"title": "Max Density Height",
|
||||
"title": "Maximum Density Height",
|
||||
"description": "The height in blocks that the ground fog will become it's maximum density.",
|
||||
"minimum": 0,
|
||||
"maximum": 128,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"max_particles": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Evaluated once per particle emitted",
|
||||
"title": "Max Particles"
|
||||
"title": "Maximum Particles"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTATED: "
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"max_particles": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop",
|
||||
"title": "Max Particles"
|
||||
"title": "Maximum Particles"
|
||||
},
|
||||
"spawn_rate": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"description": "UNDOCUMENTATED: frames per second",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" },
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: Maximum frame", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"max_lifetime": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once",
|
||||
"title": "Max Lifetime"
|
||||
"title": "Maximum Lifetime"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"properties": {
|
||||
"additionalProperties": false,
|
||||
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" }
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: Minimum speed", "title": "Minimum Speed" }
|
||||
},
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
|
||||
@@ -88,8 +88,8 @@
|
||||
"title": "Sound Definitions"
|
||||
},
|
||||
"__use_legacy_max_distance": {
|
||||
"description": "UNDOCUMENTATED: use legacy max distance",
|
||||
"title": "Use Legacy Max Distance",
|
||||
"description": "UNDOCUMENTATED: use legacy Maximum distance",
|
||||
"title": "Use Legacy Maximum Distance",
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
],
|
||||
"title": "Event Name"
|
||||
},
|
||||
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: min delay", "title": "Min Delay" },
|
||||
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: max delay", "title": "Max Delay" }
|
||||
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: Minimum delay", "title": "Minimum Delay" },
|
||||
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: Maximum delay", "title": "Maximum Delay" }
|
||||
},
|
||||
"title": "Music"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user