Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

@@ -6,8 +6,10 @@
"additionalProperties": false,
"required": [],
"properties": {
"broadcastAnger": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Broadcast Anger" },
"broadcastRange": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Broadcast Range" },
"broadcastAnger": { "type": "boolean", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Broadcast Anger" },
"broadcastRange": { "type": "integer", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Broadcast Range" },
"broadcast_anger": {
"type": "boolean",
"default": false,
@@ -74,16 +76,20 @@
"type": "array",
"default": [0, 0],
"items": [
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Minimum" },
{ "type": "integer", "minimum": 0, "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Maximum" }
]
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"range_min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Minimum" },
"range_max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Range Maximum" }
"range_min": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Range Minimum" },
"range_max": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Range Maximum" }
}
}
]

View File

@@ -22,6 +22,7 @@
"type": "string",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Cause",
"$ref": "../../../../general/entity/damage_source.json"
}

View File

@@ -5,7 +5,8 @@
"description": "Fires off a specified event when a block in the block list is broken within the sensor range.",
"additionalProperties": false,
"properties": {
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Sensor Radius", "minimum": 0 },
"sensor_radius": { "type": "integer", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Sensor Radius", "minimum": 0 },
"on_break": {
"type": "array",
"title": "On Break",
@@ -18,6 +19,7 @@
"type": "array",
"title": "Block List",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": { "type": "string", "title": "Block ID" }
},
@@ -25,6 +27,7 @@
}
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -17,6 +17,7 @@
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Boost Items",
"items": {
"type": "object",

View File

@@ -10,6 +10,7 @@
"default": 0,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Base Buoyancy"
},
"apply_gravity": {

View File

@@ -10,20 +10,23 @@
"title": "Hitboxes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Hitbox",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"width": { "type": "number", "title": "Width", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"height": { "type": "number", "title": "Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"pivot": {
"type": "array",
"title": "Pivot",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
}
}

View File

@@ -4,15 +4,64 @@
"title": "Dweller 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"dwelling_type": { "type": "string", "title": "Dwelling Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"dweller_role": { "type": "string", "title": "Dwelling Role", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"update_interval_base": { "type": "integer", "title": "Update Interval Base", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"update_interval_variant": { "type": "integer", "title": "Update Interval Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"preferred_profession": { "type": "string", "title": "Preferred Profession", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"can_find_poi": { "type": "boolean", "title": "Can Find Poi", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"can_migrate": { "type": "boolean", "title": "Can Migrate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"first_founding_reward": { "type": "integer", "title": "First Founding Reward", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"dwelling_type": {
"type": "string",
"title": "Dwelling Type",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"dweller_role": {
"type": "string",
"title": "Dwelling Role",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"update_interval_base": {
"type": "integer",
"title": "Update Interval Base",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"update_interval_variant": {
"type": "integer",
"title": "Update Interval Variant",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"preferred_profession": {
"type": "string",
"title": "Preferred Profession",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"can_find_poi": {
"type": "boolean",
"title": "Can Find Poi",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"can_migrate": {
"type": "boolean",
"title": "Can Migrate",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"first_founding_reward": {
"type": "integer",
"title": "First Founding Reward",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
]
},
"max_nearby_cured_discount": {

View File

@@ -15,6 +15,7 @@
"title": "Slot Drop Chance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"drop_chance": { "type": "number", "title": "Drop Chance" },

View File

@@ -4,6 +4,7 @@
"title": "Experience Reward 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"on_bred": {

View File

@@ -5,6 +5,7 @@
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": { "value": { "type": "number", "default": 1, "description": "UNDOCUMENTATED: value", "title": "Value" } }
}

View File

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

View File

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

View File

@@ -10,16 +10,24 @@
"title": "Damage Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Damage Condition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"damage_per_tick": {
"type": "integer",
"title": "Damage Per Tick",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}
}

View File

@@ -14,6 +14,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
@@ -22,12 +23,14 @@
"title": "Entered Block Event",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../types/event.json"
},
"exited_block_event": {
"title": "Exited Block Event",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../types/event.json"
}
}

View File

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

View File

@@ -4,10 +4,13 @@
"title": "Knockback Resistance 1.8.0",
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Value" },
"max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
"value": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Value" },
"max": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Maximum" }
}
}

View File

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

View File

@@ -18,6 +18,12 @@
"description": "The mob effect that is applied to entities that enter this entities effect range.",
"title": "Mob Effect"
},
"entity_filter": { "$ref": "../../filters/filters.json", "title": "Entity Filter", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"entity_filter": {
"$ref": "../../filters/filters.json",
"title": "Entity Filter",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

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

View File

@@ -4,10 +4,23 @@
"title": "Movement.glide 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": [],
"properties": {
"start_speed": { "type": "number", "title": "Start Speed", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"speed_when_turning": { "type": "number", "title": "Speed When Turning", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"start_speed": {
"type": "number",
"title": "Start Speed",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"speed_when_turning": {
"type": "number",
"title": "Speed When Turning",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

@@ -9,6 +9,7 @@
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{
"type": "array",
@@ -21,8 +22,9 @@
{ "type": "object", "additionalProperties": false, "properties": { "range_min": { "type": "number" }, "range_max": { "type": "number" } } }
]
},
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"max": { "type": "number", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

@@ -6,5 +6,6 @@
"required": [],
"properties": {},
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

@@ -7,6 +7,7 @@
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "TODO Title" }
"sway_amplitude": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "TODO Title" }
}
}

View File

@@ -38,6 +38,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }

View File

@@ -38,6 +38,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }

View File

@@ -38,6 +38,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }

View File

@@ -37,6 +37,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }

View File

@@ -38,6 +38,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }

View File

@@ -38,6 +38,7 @@
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }
@@ -61,6 +62,7 @@
"default": true,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Can Float"
},
"can_jump": {

View File

@@ -19,6 +19,7 @@
"type": "object",
"title": "Npc Data",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
@@ -26,37 +27,46 @@
"type": "object",
"title": "Portrait Offsets",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
},
"picker_offsets": {
"type": "object",
"title": "Picker Offsets",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"translate": { "$ref": "#/definitions/rangeXYZ", "title": "Translate", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"scale": { "$ref": "#/definitions/rangeXYZ", "title": "Scale", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
},
"skin_list": {
"type": "array",
"title": "Skin List",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"title": "Skin",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"variant": { "title": "Variant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
"variant": { "title": "Variant", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
}
}
}

View File

@@ -5,9 +5,24 @@
"title": "Player.exhaustion 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"value": {
"type": "number",
"default": true,
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max": {
"type": "number",
"default": true,
"title": "Maximum",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

@@ -5,9 +5,24 @@
"title": "Player.experience 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"value": {
"type": "number",
"default": true,
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max": {
"type": "number",
"default": true,
"title": "Maximum",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

@@ -5,9 +5,24 @@
"title": "Player.level 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "number", "default": true, "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"value": {
"type": "number",
"default": true,
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max": {
"type": "number",
"default": true,
"title": "Maximum",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

@@ -5,6 +5,16 @@
"title": "Player.saturation 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": { "value": { "type": "number", "default": true, "title": "Value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } }
"properties": {
"value": {
"type": "number",
"default": true,
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
}

View File

@@ -20,11 +20,12 @@
"additionalProperties": false,
"type": "object",
"properties": {
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"value": {
"title": "Value",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$ref": "../types/event.json"
}
}

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

View File

@@ -4,6 +4,7 @@
"title": "Trust 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"additionalProperties": false,
"properties": {}

View File

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

View File

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