Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -27,7 +27,7 @@
"minItems": 1,
"items": {
"title": "Feature",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "string"
}

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -28,7 +28,7 @@
},
"bounding_box_min": {
"title": "Bounding Box Min",
"description": "Dimensions of the Bounding Box",
"description": "Dimensions of the Bounding Box.",
"type": "array",
"items": [
{ "type": "number", "title": "X" },
@@ -38,7 +38,7 @@
},
"bounding_box_max": {
"title": "Bounding Box Max",
"description": "Dimensions of the Bounding Box",
"description": "Dimensions of the Bounding Box.",
"type": "array",
"items": [
{ "type": "number", "title": "X" },
@@ -48,7 +48,7 @@
},
"y_delta": {
"title": "Y Delta",
"description": "Y Delta for BAS",
"description": "Y Delta for BAS.",
"type": "number"
},
"surface_block_type": {
@@ -65,12 +65,12 @@
},
"beard_raggedness_min": {
"title": "Beard Raggedness Min",
"description": "Y Delta for BAS",
"description": "Y Delta for BAS.",
"type": "number"
},
"beard_raggedness_max": {
"title": "Beard Raggedness Max",
"description": "Y Delta for BAS",
"description": "Y Delta for BAS.",
"type": "number"
}
}

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -38,7 +38,7 @@
},
"condition": {
"title": "Condition",
"description": "Condition for placing associated Feature",
"description": "Condition for placing associated Feature.",
"$ref": "../../../../molang/string.json"
}
}

View File

@@ -65,7 +65,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -115,7 +115,7 @@
"minItems": 1,
"items": {
"title": "Block reference",
"description": "A block that may be replaced during placement",
"description": "A block that may be replaced during placement.",
"$ref": "../../../../general/block/identifier.json"
}
},

View File

@@ -7,7 +7,7 @@
"definitions": {
"range": {
"title": "Range",
"description": "A range",
"description": "A range.",
"type": "object",
"required": ["range_min", "range_max"],
"examples": [{ "range_min": 8, "range_max": 9 }],
@@ -15,12 +15,12 @@
"range_max": {
"title": "Range Max",
"type": "integer",
"description": "The maximum plant height"
"description": "The maximum plant height."
},
"range_min": {
"title": "Range Min",
"type": "integer",
"description": "The minimum plant height"
"description": "The minimum plant height."
}
}
},
@@ -59,7 +59,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -3,19 +3,11 @@
"description": "`minecraft:multiface_feature` places one or a few multiface blocks on floors/walls/ceilings. Despite the name, any block can be placed by this feature. During placement, existing world blocks are checked to see if this feature can be placed on them based on the list provided in the `can_place_on` field. If no `can_replace_on` field is specified, the `place_block` block can be placed on any existing block.\nThis feature will also try to spread the `place_block` block around the location in world the feature is placed.\nSucceeds if: At least one block is successfully placed.\nFails if: All block placements fail.",
"type": "object",
"additionalProperties": false,
"required": [
"description",
"places_block",
"search_range",
"can_place_on_floor",
"can_place_on_ceiling",
"can_place_on_wall",
"chance_of_spreading"
],
"required": ["description", "places_block", "search_range", "can_place_on_floor", "can_place_on_ceiling", "can_place_on_wall", "chance_of_spreading"],
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -43,22 +35,22 @@
},
"can_place_on_floor": {
"title": "Can Place On Floor",
"description": "Can this feature be placed on the ground (top face of a block)?",
"description": "Can this feature be placed on the ground (top face of a block)?.",
"type": "boolean"
},
"can_place_on_ceiling": {
"title": "Can Place On Ceiling",
"description": "Can this feature be placed on the ceiling (bottom face of a block)?",
"description": "Can this feature be placed on the ceiling (bottom face of a block)?.",
"type": "boolean"
},
"can_place_on_wall": {
"title": "Can Place On Wall",
"description": "Can this feature be placed on the wall (side faces of a block)?",
"description": "Can this feature be placed on the wall (side faces of a block)?.",
"type": "boolean"
},
"chance_of_spreading": {
"title": "Chance of Spreading",
"description": "For each block placed by this feature, how likely will that block spread to another?",
"description": "For each block placed by this feature, how likely will that block spread to another?.",
"type": "number",
"minimum": 0.0,
"maximum": 1.0

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -27,14 +27,14 @@
},
"feature_areas": {
"title": "Feature Areas",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"minItems": 1,
"maxItems": 4294967295,
"items": {
"type": "object",
"title": "Feature Area",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -22,7 +22,7 @@
},
"scan_surface_feature": {
"title": "Scan Surface Feature",
"description": "Named reference of feature to be placed",
"description": "Named reference of feature to be placed.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
}

View File

@@ -20,37 +20,37 @@
"properties": {
"distribution": {
"title": "Distribution",
"description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered)",
"description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered).",
"type": "string",
"enum": ["uniform", "gaussian", "inverse_gaussian", "fixed_grid", "jittered_grid"]
},
"step_size": {
"title": "Step Size",
"description": "When the distribution type is grid, defines the distance between steps along this axis",
"description": "When the distribution type is grid, defines the distance between steps along this axis.",
"type": "integer",
"minimum": 1
},
"grid_offset": {
"title": "Step Size",
"description": "When the distribution type is grid, defines the offset along this axis",
"description": "When the distribution type is grid, defines the offset along this axis.",
"type": "integer",
"minimum": 0
},
"extent": {
"title": "Extent",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [
{
"title": "Lower Bound",
"$ref": "../../../../molang/number.json",
"description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
"description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around."
},
{
"title": "Upper Bound",
"$ref": "../../../../molang/number.json",
"description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
"description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around."
}
]
}
@@ -62,7 +62,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -77,7 +77,7 @@
},
"places_feature": {
"title": "Places Feature",
"description": "Named reference of feature to be placed",
"description": "Named reference of feature to be placed.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},
@@ -88,7 +88,7 @@
},
"iterations": {
"title": "Iterations",
"description": "Number of scattered positions to generate",
"description": "Number of scattered positions to generate.",
"$ref": "../../../../molang/number.json"
},
"scatter_chance": {
@@ -101,13 +101,13 @@
"properties": {
"numerator": {
"title": "Numerator",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"type": "integer",
"minimum": 1
},
"denominator": {
"title": "Denominator",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"type": "integer",
"minimum": 1
}

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -22,7 +22,7 @@
},
"places_feature": {
"title": "Places Feature",
"description": "Named reference of feature to be placed",
"description": "Named reference of feature to be placed.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},
@@ -35,7 +35,7 @@
"properties": {
"max": {
"title": "Max",
"description": "Maximum extent of the bounding volume expressed as [ x, y, z ]",
"description": "Maximum extent of the bounding volume expressed as [ x, y, z ].",
"type": "array",
"items": [
{ "title": "Maximum X", "type": "integer" },
@@ -45,7 +45,7 @@
},
"min": {
"title": "Min",
"description": "Maxium extent of the bounding volume expressed as [ x, y, z ]",
"description": "Maxium extent of the bounding volume expressed as [ x, y, z ].",
"type": "array",
"items": [
{ "title": "Minimum X", "type": "integer" },
@@ -57,13 +57,13 @@
},
"search_axis": {
"title": "Search Axis",
"description": "Axis that the search will sweep along through the `search_volume`",
"description": "Axis that the search will sweep along through the `search_volume`.",
"type": "string",
"enum": ["-x", "+x", "-y", "+y", "-z", "+z"]
},
"required_successes": {
"title": "Required successes",
"description": "Number of valid positions the search must find in order to place the referenced feature",
"description": "Number of valid positions the search must find in order to place the referenced feature.",
"type": "integer",
"minimum": 1
}

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -6,16 +6,13 @@
"required": ["description", "places_block", "enforce_placement_rules", "enforce_survivability_rules"],
"definitions": {
"block_side": {
"oneOf": [
{ "type": "string" },
{ "type": "array", "items": { "title": "Block Side", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" } }
]
"oneOf": [{ "type": "string" }, { "type": "array", "items": { "title": "Block Side", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" } }]
}
},
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -46,7 +43,7 @@
},
"may_attach_to": {
"title": "May Attach To",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
@@ -54,7 +51,7 @@
"properties": {
"min_sides_must_attach": {
"title": "Minimum Sides Must Attach",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"minimum": 1,
"maximum": 4
@@ -63,14 +60,14 @@
"title": "Auto Rotate",
"description": "Automatically rotate the block to attach sensibly."
},
"top": { "title": "Top", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"bottom": { "title": "Bottom", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"north": { "title": "North", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"south": { "title": "South", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"east": { "title": "East", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"west": { "title": "West", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"all": { "title": "All", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"sides": { "title": "Sides", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }
"top": { "title": "Top", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"bottom": { "title": "Bottom", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"north": { "title": "North", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"south": { "title": "South", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"east": { "title": "East", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"west": { "title": "West", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"all": { "title": "All", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" },
"sides": { "title": "Sides", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/block_side" }
}
},
"may_replace": {

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -22,7 +22,7 @@
},
"feature_to_snap": {
"title": "Feature to snap",
"description": "Named reference of feature to be snapped",
"description": "Named reference of feature to be snapped.",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],
@@ -22,7 +22,7 @@
},
"replaceable_blocks": {
"title": "Replaceable Blocks",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
@@ -33,69 +33,69 @@
},
"ground_block": {
"title": "Ground Block",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "string",
"$ref": "../../../../general/block/identifier.json"
},
"vegetation_feature": {
"title": "Vegetation Feature",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "string",
"$ref": "../../../../general/feature/identifier.json"
},
"surface": {
"title": "Surface",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "string"
},
"depth": {
"title": "Depth",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"extra_deep_block_chance": {
"title": "Extra Deep Block Chance",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"vertical_range": {
"title": "Vertical Range",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"vegetation_chance": {
"title": "Vegatation Chance",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"horizontal_radius": {
"title": "Horizontal Radius",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"extra_edge_column_chance": {
"title": "Extra Egde Column Chance",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "number",
"minimum": 0
},
"waterlogged": {
"title": "Waterlogged",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
}

View File

@@ -7,7 +7,7 @@
"properties": {
"description": {
"title": "Description",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"required": ["identifier"],