Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -39,12 +39,12 @@
"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": "UNDOCUMENTATED", "type": "string" },
"remove_target": { "title": "Remove Target", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTATED" },
"avoid_mob_sound": { "title": "Avoid Mob Sound", "description": "UNDOCUMENTED", "type": "string" },
"remove_target": { "title": "Remove Target", "description": "UNDOCUMENTED", "type": "boolean" },
"on_escape_event": { "$ref": "../types/event.json", "title": "On Escape Event", "description": "UNDOCUMENTED" },
"sound_interval": {
"default": 0,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Sound Interval",
"oneOf": [
{

View File

@@ -49,9 +49,9 @@
"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": "UNDOCUMENTATED" },
"radius_adjustment_chance": { "type": "number", "title": "Radius Adjustment Chance", "description": "UNDOCUMENTATED" },
"height_adjustment_chance": { "type": "number", "title": "Height Adjustment Chance", "description": "UNDOCUMENTATED" },
"angle_change": { "type": "number", "title": "Angle Change", "description": "UNDOCUMENTATED" }
"radius_change": { "type": "number", "title": "Radius Change", "description": "UNDOCUMENTED" },
"radius_adjustment_chance": { "type": "number", "title": "Radius Adjustment Chance", "description": "UNDOCUMENTED" },
"height_adjustment_chance": { "type": "number", "title": "Height Adjustment Chance", "description": "UNDOCUMENTED" },
"angle_change": { "type": "number", "title": "Angle Change", "description": "UNDOCUMENTED" }
}
}

View File

@@ -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": "UNDOCUMENTATED" },
"on_defend_start": { "$ref": "../types/event.json", "title": "On Defend Start", "description": "UNDOCUMENTED" },
"within_radius": {
"type": "number",
"default": 0,

View File

@@ -11,7 +11,7 @@
"description": "List of entity types this mob considers a threat to the village",
"title": "Entity Types"
},
"must_reach": { "title": "Must Reach", "description": "UNDOCUMENTATED", "type": "boolean" },
"attack_chance": { "title": "Attack Chance", "description": "UNDOCUMENTATED", "type": "number" }
"must_reach": { "title": "Must Reach", "description": "UNDOCUMENTED", "type": "boolean" },
"attack_chance": { "title": "Attack Chance", "description": "UNDOCUMENTED", "type": "number" }
}
}

View File

@@ -2,37 +2,37 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.eat_block",
"type": "object",
"title": "Eat Block 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"on_eat": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTATED", "title": "On Eat" },
"on_eat": { "$ref": "../types/trigger.json", "description": "UNDOCUMENTED", "title": "On Eat" },
"success_chance": {
"title": "Succes Chance",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "../../../../molang/number.json"
},
"time_until_eat": { "title": "Time Until Eat", "description": "UNDOCUMENTATED", "type": "number" },
"time_until_eat": { "title": "Time Until Eat", "description": "UNDOCUMENTED", "type": "number" },
"eat_and_replace_block_pairs": {
"type": "array",
"title": "Eat And Replace Block Pairs",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Eat And Replace Block Pair",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"properties": {
"eat_block": {
"type": "string",
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "../../../../general/block/identifier.json"
},
"replace_block": {
"type": "string",
"title": "Replace Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "../../../../general/block/identifier.json"
}
}

View File

@@ -11,8 +11,8 @@
"entity_types": {
"$ref": "../types/entity_types.json",
"description": "List of entity types that this mob can follow in a caravan",
"title": "TODO Title"
"title": "Entity Types"
},
"entity_count": { "type": "integer", "description": "Number of entities that can be in the caravan", "default": 1, "title": "TODO Title" }
"entity_count": { "type": "integer", "description": "Number of entities that can be in the caravan", "default": 1, "title": "Entity Count" }
}
}

View File

@@ -12,13 +12,13 @@
"type": "integer",
"default": 0,
"description": "The distance in blocks it will look for a mob to follow",
"title": "TODO Title"
"title": "Search Range"
},
"stop_distance": {
"type": "number",
"default": 2,
"description": "The distance in blocks this mob stops from the mob it is following",
"title": "TODO Title"
"title": "Stop Distance"
}
}
}

View File

@@ -12,13 +12,13 @@
"type": "number",
"default": 10,
"description": "The distance in blocks that the owner can be away from this mob before it starts following it",
"title": "TODO Title"
"title": "Start Distance"
},
"stop_distance": {
"type": "number",
"default": 2,
"description": "The distance in blocks this mob will stop from its owner while following it",
"title": "TODO Title"
"title": "Stop Distance"
}
}
}

View File

@@ -12,13 +12,13 @@
"type": "number",
"default": 0,
"description": "Defines the distance in blocks the mob will stay from its target while following.",
"title": "TODO Title"
"title": "Follow Distance"
},
"within_radius": {
"type": "number",
"default": 0,
"description": "Defines the maximum distance in blocks a mob can get from its target captain before giving up trying to follow it.",
"title": "TODO Title"
"title": "Within Radius"
}
}
}

View File

@@ -12,14 +12,14 @@
"type": "number",
"default": 0.5,
"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": "TODO Title"
"title": "Goal Radius"
},
"interval": {
"type": "integer",
"default": 120,
"description": "A random value to determine when to randomly move somewhere. This has a 1/interval chance to choose this goal",
"title": "TODO Title"
"title": "Interval"
},
"on_home": { "$ref": "../types/event.json", "description": "Event to run when this mob gets home.", "title": "TODO Title" }
"on_home": { "$ref": "../types/event.json", "description": "Event to run when this mob gets home.", "title": "On Home" }
}
}

View File

@@ -7,21 +7,21 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"search_width": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTATED" },
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTATED" },
"search_width": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTED" },
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTED" },
"minimum_path_length": { "type": "number", "title": "Minimum Path Length", "description": "UNDOCUMENTATED" },
"minimum_distance": { "type": "number", "title": "Minimum Distance", "description": "UNDOCUMENTATED" },
"minimum_path_length": { "type": "number", "title": "Minimum Path Length", "description": "UNDOCUMENTED" },
"minimum_distance": { "type": "number", "title": "Minimum Distance", "description": "UNDOCUMENTED" },
"scale_factor": { "type": "number", "title": "Scale Factor", "description": "UNDOCUMENTATED" },
"scale_factor": { "type": "number", "title": "Scale Factor", "description": "UNDOCUMENTED" },
"cooldown_range": {
"title": "Cooldown range",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": [
{ "title": "Min", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }
{ "title": "Min", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
]
}
}

View File

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

View File

@@ -39,6 +39,6 @@
"title": "Look Time",
"items": [{ "type": "integer" }, { "type": "integer" }]
},
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
"target_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO" }
}
}

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTATED" },
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED" },
"melee_fov": {
"type": "number",
"default": 90.0,
@@ -41,7 +41,7 @@
"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": "UNDOCUMENTATED" },
"on_kill": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTATED" }
"on_attack": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTED" },
"on_kill": { "$ref": "../types/event.json", "title": "On Attack", "description": "UNDOCUMENTED" }
}
}

View File

@@ -3,30 +3,30 @@
"type": "object",
"title": "Move To Block 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"tick_interval": { "type": "number", "title": "Tick Interval", "description": "UNDOCUMENTATED" },
"start_chance": { "type": "number", "title": "Start Chance", "description": "UNDOCUMENTATED" },
"search_range": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTATED" },
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTATED" },
"goal_radius": { "type": "number", "title": "Goal Radius", "description": "UNDOCUMENTATED" },
"stay_duration": { "type": "number", "title": "Stay Duration", "description": "UNDOCUMENTATED" },
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTATED" },
"tick_interval": { "type": "number", "title": "Tick Interval", "description": "UNDOCUMENTED" },
"start_chance": { "type": "number", "title": "Start Chance", "description": "UNDOCUMENTED" },
"search_range": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTED" },
"search_height": { "type": "number", "title": "Search Height", "description": "UNDOCUMENTED" },
"goal_radius": { "type": "number", "title": "Goal Radius", "description": "UNDOCUMENTED" },
"stay_duration": { "type": "number", "title": "Stay Duration", "description": "UNDOCUMENTED" },
"target_selection_method": { "type": "string", "title": "Target Selection Method", "description": "UNDOCUMENTED" },
"target_offset": {
"type": "array",
"title": "Target Offset",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
"target_blocks": { "type": "array", "title": "Target Blocks", "description": "UNDOCUMENTATED", "items": { "type": "string" } },
"target_blocks": { "type": "array", "title": "Target Blocks", "description": "UNDOCUMENTED", "items": { "type": "string" } },
"on_stay_completed": {
"type": "array",
"title": "On Stay Completed",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": { "$ref": "../types/event.json" }
},
"on_reach": { "type": "array", "title": "On Reach", "description": "UNDOCUMENTATED", "items": { "$ref": "../types/event.json" } }
"on_reach": { "type": "array", "title": "On Reach", "description": "UNDOCUMENTED", "items": { "$ref": "../types/event.json" } }
}
}

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelot_sit_on_block",
"additionalProperties": false,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Ocelot Sit On Block 1.8.0",
"required": [],

View File

@@ -25,12 +25,12 @@
"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": "UNDOCUMENTATED" },
"x_max_rotation": { "type": "number", "title": "X Max Rotation", "description": "UNDOCUMENTATED" },
"y_max_head_rotation": { "type": "number", "title": "Y Max Head Rotation", "description": "UNDOCUMENTATED" },
"max_distance": { "type": "number", "title": "Max Distance", "description": "UNDOCUMENTATED" },
"max_sneak_range": { "type": "number", "title": "Max Sneak Range", "description": "UNDOCUMENTATED" },
"max_sprint_range": { "type": "number", "title": "Max Sprint Range", "description": "UNDOCUMENTATED" },
"reach_multiplier": { "type": "number", "title": "Reach Multiplier", "description": "UNDOCUMENTATED" }
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTED" },
"x_max_rotation": { "type": "number", "title": "X Max Rotation", "description": "UNDOCUMENTED" },
"y_max_head_rotation": { "type": "number", "title": "Y Max Head Rotation", "description": "UNDOCUMENTED" },
"max_distance": { "type": "number", "title": "Max Distance", "description": "UNDOCUMENTED" },
"max_sneak_range": { "type": "number", "title": "Max Sneak Range", "description": "UNDOCUMENTED" },
"max_sprint_range": { "type": "number", "title": "Max Sprint Range", "description": "UNDOCUMENTED" },
"reach_multiplier": { "type": "number", "title": "Reach Multiplier", "description": "UNDOCUMENTED" }
}
}

View File

@@ -27,14 +27,14 @@
"title": "TODO Title"
},
"prefer_water": { "type": "boolean", "default": false, "description": "If true, the mob will prefer water over land", "title": "TODO Title" },
"panic_sound": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO" },
"panic_sound": { "type": "string", "description": "UNDOCUMENTED", "title": "TODO" },
"sound_interval": {
"type": "object",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "TODO",
"properties": {
"range_min": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" },
"range_max": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
"range_min": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO" },
"range_max": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO" }
},
"additionalProperties": false
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.play_dead",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Play dead 1.8.0",
"additionalProperties": false,
@@ -9,44 +9,44 @@
"priority": { "$ref": "types/priority.json" },
"duration": {
"title": "Duration",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"force_below_health": {
"title": "Force Below Health",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"random_start_chance": {
"title": "Random Start Chance",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"random_damage_range": {
"title": "Random Damage Range",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": [
{ "title": "Min", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }
{ "title": "Min", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
]
},
"damage_sources": {
"title": "Damage sources",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": {
"title": "Damage Source",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "../../../../general/entity_damage.json"
}
},
"apply_regeneration": {
"title": "Apply regeneration",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "boolean"
},
"filters": { "$ref": "../../filters/filters.json" }

View File

@@ -40,6 +40,6 @@
"description": "Distance in blocks the mob will look for crops to eat",
"title": "TODO Title"
},
"search_height": { "type": "integer", "default": 0, "description": "UNDOCUMENTATED", "title": "TODO Title" }
"search_height": { "type": "integer", "default": 0, "description": "UNDOCUMENTED", "title": "TODO Title" }
}
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ram_attack",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Ram attack 1.8.0",
"additionalProperties": false,
@@ -9,56 +9,56 @@
"priority": { "$ref": "types/priority.json" },
"run_speed": {
"title": "Run speed",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"ram_speed": {
"title": "Ram speed",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"min_ram_distance": {
"title": "Minimum Ram speed",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"ram_distance": {
"title": "Ram Distance",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"knockback_force": {
"title": "Knockback force",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"knockback_height": {
"title": "Knockback height",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "number"
},
"pre_ram_sound": {
"title": "Pre ram sound",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "string"
},
"ram_impact_sound": {
"title": "Ram impact sound",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "string"
},
"cooldown_range": {
"title": "Cooldown range",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "array",
"items": [
{ "title": "Min", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 }
{ "title": "Min", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
{ "title": "Max", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
]
},
"on_start": {
"title": "On start",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"$ref": "../types/event.json"
}
}

View File

@@ -10,7 +10,7 @@
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"hover_height": {
"type": "array",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Hover Height",
"items": [{ "type": "number" }, { "type": "number" }]
},

View File

@@ -13,6 +13,6 @@
"description": "The range of time in seconds the mob will stay looking in a random direction before looking elsewhere",
"title": "TODO Title"
},
"look_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO" }
"look_distance": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO" }
}
}

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"attack_interval": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "TODO Title" },
"attack_interval": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "title": "TODO Title" },
"attack_interval_max": {
"type": "number",
"default": 0,
@@ -57,7 +57,7 @@
"description": "The allowable FOV the actor will use to determine if it can make a valid ranged attack",
"title": "TODO Title"
},
"target_in_sight_time": { "type": "number", "title": "Target In Sight Time", "description": "UNDOCUMENTATED" },
"attack_radius_min": { "type": "number", "title": "Attack Radius Min", "description": "UNDOCUMENTATED" }
"target_in_sight_time": { "type": "number", "title": "Target In Sight Time", "description": "UNDOCUMENTED" },
"attack_radius_min": { "type": "number", "title": "Attack Radius Min", "description": "UNDOCUMENTED" }
}
}

View File

@@ -7,8 +7,8 @@
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"liquid_y_offset": { "type": "number", "title": "Liquid Y Offset", "description": "UNDOCUMENTATED" },
"rise_delta": { "type": "number", "title": "Rise Delta", "description": "UNDOCUMENTATED" },
"sink_delta": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTATED" }
"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" }
}
}

View File

@@ -8,6 +8,6 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"jump_chance_percentage": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTATED" }
"jump_chance_percentage": { "type": "number", "title": "Sink Delta", "description": "UNDOCUMENTED" }
}
}

View File

@@ -7,8 +7,8 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"add_random_time_range": { "type": "number", "title": "Add Random Time Range", "description": "UNDOCUMENTATED" },
"turn_range": { "type": "number", "title": "Turn Range", "description": "UNDOCUMENTATED" },
"min_change_direction_time": { "type": "number", "title": "Min Change Direction Time", "description": "UNDOCUMENTATED" }
"add_random_time_range": { "type": "number", "title": "Add Random Time Range", "description": "UNDOCUMENTED" },
"turn_range": { "type": "number", "title": "Turn Range", "description": "UNDOCUMENTED" },
"min_change_direction_time": { "type": "number", "title": "Min Change Direction Time", "description": "UNDOCUMENTED" }
}
}

View File

@@ -41,7 +41,7 @@
"description": "If true, this mob will chase after the target as long as it's a valid target",
"title": "TODO Title"
},
"stomp_range_multiplier": { "type": "number", "title": "Stomp Range Multiplier", "description": "UNDOCUMENTATED" },
"no_damage_range_multiplier": { "type": "number", "title": "No Damage Range Multiplier", "description": "UNDOCUMENTATED" }
"stomp_range_multiplier": { "type": "number", "title": "Stomp Range Multiplier", "description": "UNDOCUMENTED" },
"no_damage_range_multiplier": { "type": "number", "title": "No Damage Range Multiplier", "description": "UNDOCUMENTED" }
}
}

View File

@@ -58,14 +58,14 @@
"default": -1,
"description": "Amount of time in seconds that the spawned entity will be alive for. A value of -1.0 means it will remain alive for as long as it can"
},
"base_delay": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" },
"base_delay": { "type": "number", "default": 0, "description": "UNDOCUMENTED" },
"entity_type": { "type": "string", "description": "The entity type of the entities we will spawn in this step" },
"num_entities_spawned": { "type": "integer", "default": 1, "description": "Number of entities that will be spawned in this step" },
"shape": { "type": "string", "default": "line", "description": "The base shape of this step. Valid values are circle and line" },
"size": { "type": "number", "default": 1, "description": "The base size of the entity" },
"sound_event": { "type": "string", "description": "The sound event to play for this step" },
"summon_cap": { "type": "integer", "default": 0, "description": "Maximum number of summoned entities at any given time" },
"summon_cap_radius": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" },
"summon_cap_radius": { "type": "number", "default": 0, "description": "UNDOCUMENTED" },
"target": {
"type": "string",
"default": "self",

View File

@@ -6,8 +6,8 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"idle_time": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" },
"success_rate": { "title": "TODO", "description": "UNDOCUMENTATED", "type": "number" }
"idle_time": { "title": "TODO", "description": "UNDOCUMENTED", "type": "number" },
"success_rate": { "title": "TODO", "description": "UNDOCUMENTED", "type": "number" }
},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}

View File

@@ -8,8 +8,8 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"interval": { "type": "number", "title": "Interval", "description": "UNDOCUMENTATED" },
"look_ahead": { "type": "number", "title": "Look Ahead", "description": "UNDOCUMENTATED" },
"wander_time": { "type": "number", "title": "Wander Time", "description": "UNDOCUMENTATED" }
"interval": { "type": "number", "title": "Interval", "description": "UNDOCUMENTED" },
"look_ahead": { "type": "number", "title": "Look Ahead", "description": "UNDOCUMENTED" },
"wander_time": { "type": "number", "title": "Wander Time", "description": "UNDOCUMENTED" }
}
}

View File

@@ -2,20 +2,20 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.swim_with_entity",
"type": "object",
"title": "Swim With Entity 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"success_rate": { "type": "number", "title": "Success Rate", "description": "UNDOCUMENTATED" },
"chance_to_stop": { "type": "number", "title": "Chance To Stop", "description": "UNDOCUMENTATED" },
"state_check_interval": { "type": "number", "title": "State Check Interval", "description": "UNDOCUMENTATED" },
"catch_up_threshold": { "type": "number", "title": "Catch Up Threshold", "description": "UNDOCUMENTATED" },
"match_direction_threshold": { "type": "number", "title": "Match Direction Threshold", "description": "UNDOCUMENTATED" },
"catch_up_multiplier": { "type": "number", "title": "Catch Up Multiplier", "description": "UNDOCUMENTATED" },
"search_range": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTATED" },
"stop_distance": { "type": "number", "title": "Stop Distance", "description": "UNDOCUMENTATED" },
"entity_types": { "$ref": "../types/entity_types.json", "title": "Entity Types", "description": "UNDOCUMENTATED" }
"success_rate": { "type": "number", "title": "Success Rate", "description": "UNDOCUMENTED" },
"chance_to_stop": { "type": "number", "title": "Chance To Stop", "description": "UNDOCUMENTED" },
"state_check_interval": { "type": "number", "title": "State Check Interval", "description": "UNDOCUMENTED" },
"catch_up_threshold": { "type": "number", "title": "Catch Up Threshold", "description": "UNDOCUMENTED" },
"match_direction_threshold": { "type": "number", "title": "Match Direction Threshold", "description": "UNDOCUMENTED" },
"catch_up_multiplier": { "type": "number", "title": "Catch Up Multiplier", "description": "UNDOCUMENTED" },
"search_range": { "type": "number", "title": "Search Range", "description": "UNDOCUMENTED" },
"stop_distance": { "type": "number", "title": "Stop Distance", "description": "UNDOCUMENTED" },
"entity_types": { "$ref": "../types/entity_types.json", "title": "Entity Types", "description": "UNDOCUMENTED" }
}
}

View File

@@ -8,7 +8,7 @@
"properties": {
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"damage_reach": { "type": "number", "title": "Damage Reach", "description": "UNDOCUMENTATED" },
"damage_reach": { "type": "number", "title": "Damage Reach", "description": "UNDOCUMENTED" },
"delay_range": {
"$ref": "../types/range_number_type.json",
"default": [10.0, 20.0],

View File

@@ -1,13 +1,13 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.target_when_pushed",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Target When Pushed 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {
"priority": { "$ref": "types/priority.json" },
"entity_types": { "$ref": "../types/entity_types.json", "title": "Entity Types", "description": "UNDOCUMENTATED" },
"percent_chance": { "type": "number", "title": "Percent Chance", "description": "UNDOCUMENTATED" }
"entity_types": { "$ref": "../types/entity_types.json", "title": "Entity Types", "description": "UNDOCUMENTED" },
"percent_chance": { "type": "number", "title": "Percent Chance", "description": "UNDOCUMENTED" }
}
}

View File

@@ -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": "TODO Title"
},
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTED" },
"items": {
"type": "array",
"description": "List of items this mob is tempted by",

View File

@@ -39,5 +39,5 @@
"title": "TODO Title"
}
},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
"additionalProperties": false,
"properties": {
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Sensor Radius", "minimum": 0 },
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
"on_break": {
"type": "array",
"title": "On Break",
@@ -17,13 +17,13 @@
"block_list": {
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": { "type": "string", "title": "Block ID" }
},
"on_block_broken": { "type": "string", "title": "On Block Broken", "description": "On block broken" }
}
},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}
}
}

View File

@@ -32,7 +32,7 @@
}
}
},
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "TODO Title"
}
}

View File

@@ -8,7 +8,7 @@
"base_buoyancy": {
"type": "number",
"default": 0,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Base Buoyancy"
},
"apply_gravity": {

View File

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

View File

@@ -23,7 +23,7 @@
"description": "Determines if the \"min_range_inactivity_timer\" is used in the standard despawn rules.",
"title": "Despawn From Inactivity"
},
"despawn_from_distance": { "type": "object", "description": "UNDOCUMENTATED", "title": "TODO", "additionalProperties": false },
"despawn_from_distance": { "type": "object", "description": "UNDOCUMENTED", "title": "TODO", "additionalProperties": false },
"despawn_from_simulation_edge": {
"type": "boolean",
"default": true,

View File

@@ -2,16 +2,16 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.dweller",
"type": "object",
"title": "Dweller 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"dwelling_type": { "type": "string", "title": "Dwelling Type", "description": "UNDOCUMENTATED" },
"dweller_role": { "type": "string", "title": "Dwelling Role", "description": "UNDOCUMENTATED" },
"update_interval_base": { "type": "integer", "title": "Update Interval Base", "description": "UNDOCUMENTATED" },
"update_interval_variant": { "type": "integer", "title": "Update Interval Variant", "description": "UNDOCUMENTATED" },
"preferred_profession": { "type": "string", "title": "Preferred Profession", "description": "UNDOCUMENTATED" },
"can_find_poi": { "type": "boolean", "title": "Can Find Poi", "description": "UNDOCUMENTATED" },
"can_migrate": { "type": "boolean", "title": "Can Migrate", "description": "UNDOCUMENTATED" },
"first_founding_reward": { "type": "integer", "title": "First Founding Reward", "description": "UNDOCUMENTATED" }
"dwelling_type": { "type": "string", "title": "Dwelling Type", "description": "UNDOCUMENTED" },
"dweller_role": { "type": "string", "title": "Dwelling Role", "description": "UNDOCUMENTED" },
"update_interval_base": { "type": "integer", "title": "Update Interval Base", "description": "UNDOCUMENTED" },
"update_interval_variant": { "type": "integer", "title": "Update Interval Variant", "description": "UNDOCUMENTED" },
"preferred_profession": { "type": "string", "title": "Preferred Profession", "description": "UNDOCUMENTED" },
"can_find_poi": { "type": "boolean", "title": "Can Find Poi", "description": "UNDOCUMENTED" },
"can_migrate": { "type": "boolean", "title": "Can Migrate", "description": "UNDOCUMENTED" },
"first_founding_reward": { "type": "integer", "title": "First Founding Reward", "description": "UNDOCUMENTED" }
}
}

View File

@@ -18,8 +18,8 @@
"description": "How much should the discount 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": "Cured Discount",
"items": [
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED" }
]
},
"display_name": {
@@ -40,8 +40,8 @@
"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",
"items": [
{ "type": "integer", "title": "A", "description": "UNDOCUMENTATED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTATED" }
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED" }
]
},
"max_nearby_cured_discount": {

View File

@@ -13,7 +13,7 @@
"items": {
"type": "object",
"title": "Slot Drop Chance",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"drop_chance": { "type": "number", "title": "Drop Chance" },

View File

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

View File

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

View File

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

View File

@@ -45,12 +45,12 @@
{ "type": "integer" },
{
"type": "object",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "TODO",
"additionalProperties": false,
"properties": {
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
"range_min": { "type": "integer", "description": "UNDOCUMENTED", "title": "TODO" },
"range_max": { "type": "integer", "description": "UNDOCUMENTED", "title": "TODO" }
}
}
]
@@ -72,12 +72,12 @@
{ "type": "integer" },
{
"type": "object",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "TODO",
"additionalProperties": false,
"properties": {
"range_min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" },
"range_max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO" }
"range_min": { "type": "integer", "description": "UNDOCUMENTED", "title": "TODO" },
"range_max": { "type": "integer", "description": "UNDOCUMENTED", "title": "TODO" }
}
}
]
@@ -87,7 +87,7 @@
}
}
},
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "TODO Title"
}
}

View File

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

View File

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

View File

@@ -12,13 +12,13 @@
"type": "array",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"block": { "$ref": "../../../../general/block_definition.json" },
"entered_block_event": { "title": "Entered Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" },
"exited_block_event": { "title": "Exited Block Event", "description": "UNDOCUMENTATED", "$ref": "../types/event.json" }
"entered_block_event": { "title": "Entered Block Event", "description": "UNDOCUMENTED", "$ref": "../types/event.json" },
"exited_block_event": { "title": "Exited Block Event", "description": "UNDOCUMENTED", "$ref": "../types/event.json" }
}
}
}

View File

@@ -5,5 +5,5 @@
"title": "Is Stackable 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Value" } }
"properties": { "value": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Value" } }
}

View File

@@ -3,10 +3,10 @@
"type": "object",
"title": "Knockback Resistance 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "description": "UNDOCUMENTATED", "title": "Value" },
"max": { "type": "number", "description": "UNDOCUMENTATED", "title": "Maximum" }
"value": { "type": "number", "description": "UNDOCUMENTED", "title": "Value" },
"max": { "type": "number", "description": "UNDOCUMENTED", "title": "Maximum" }
}
}

View File

@@ -1,9 +1,9 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.lava_movement",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Lava Movement 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "value": { "type": "number", "title": "Value", "description": "UNDOCUMENTATED" } }
"properties": { "value": { "type": "number", "title": "Value", "description": "UNDOCUMENTED" } }
}

View File

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

View File

@@ -7,5 +7,5 @@
"properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" }
},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}

View File

@@ -2,11 +2,11 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.movement.glide",
"type": "object",
"title": "Movement.glide 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"required": [],
"properties": {
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTATED" },
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTATED" }
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTED" },
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTED" }
}
}

View File

@@ -7,7 +7,7 @@
"properties": {
"value": {
"title": "Value",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{
"type": "array",
@@ -20,7 +20,7 @@
{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } }
]
},
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTATED" }
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTED" }
},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}

View File

@@ -5,5 +5,5 @@
"additionalProperties": false,
"required": [],
"properties": {},
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
}

View File

@@ -7,6 +7,6 @@
"required": [],
"properties": {
"max_turn": { "type": "number", "default": 30, "description": "The maximum number in degrees the mob can turn per tick.", "title": "TODO Title" },
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTATED", "title": "TODO Title" }
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED", "title": "TODO Title" }
}
}

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -35,7 +35,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,7 +36,7 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
@@ -58,7 +58,7 @@
"can_float": {
"type": "boolean",
"default": true,
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"title": "Can Float"
},
"can_jump": {

View File

@@ -18,39 +18,39 @@
"npc_data": {
"type": "object",
"title": "Npc Data",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"portrait_offsets": {
"type": "object",
"title": "Portrait Offsets",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTATED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTATED" }
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED" }
}
},
"picker_offsets": {
"type": "object",
"title": "Picker Offsets",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTATED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTATED" }
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED" }
}
},
"skin_list": {
"type": "array",
"title": "Skin List",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Skin",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"additionalProperties": false,
"properties": { "variant": { "title": "Variant", "description": "UNDOCUMENTATED", "type": "integer", "minimum": 0 } }
"properties": { "variant": { "title": "Variant", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 } }
}
}
}

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Player.exhaustion 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTATED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTATED" }
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED" }
}
}

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Player.experience 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTATED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTATED" }
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED" }
}
}

View File

@@ -3,10 +3,10 @@
"additionalProperties": false,
"type": "object",
"title": "Player.level 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTATED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTATED" }
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED" }
}
}

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "Player.saturation 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"properties": { "value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTATED" } }
"properties": { "value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED" } }
}

View File

@@ -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": "UNDOCUMENTATED" }
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED" }
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.trust",
"type": "object",
"title": "Trust 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": [],
"additionalProperties": false,
"properties": {}

View File

@@ -1,9 +1,9 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.underwater_movement",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Underwater Movement 1.8.0",
"additionalProperties": false,
"required": [],
"properties": { "value": { "type": "number", "title": "Value", "description": "UNDOCUMENTATED" } }
"properties": { "value": { "type": "number", "title": "Value", "description": "UNDOCUMENTED" } }
}

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.water_movement",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"type": "object",
"title": "Water Movement 1.8.0",
"additionalProperties": false,

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.entity.1.8.0",
"type": "object",
"title": "Entity Behavior 1.8.0",
"description": "UNDOCUMENTATED",
"description": "UNDOCUMENTED",
"required": ["format_version", "minecraft:entity"],
"properties": {
"format_version": {

View File

@@ -31,7 +31,7 @@
"properties": {
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
"trigger": { "type": "string", "description": "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": "UNDOCUMENTATED", "title": "Trigger" }
"trigger": { "type": "string", "description": "UNDOCUMENTED", "title": "Trigger" }
}
}
},

View File

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