Updated descriptions
This commit is contained in:
@@ -13,44 +13,44 @@
|
||||
},
|
||||
"minecraft:npc_dialogue": {
|
||||
"title": "NPC Dialogue",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"scenes": {
|
||||
"title": "Scenes",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"title": "Scene",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"buttons": {
|
||||
"title": "Buttons",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"maxItems": 6,
|
||||
"items": {
|
||||
"title": "Button",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"name": {
|
||||
"title": "Name",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "../../../general/rawtext/rawtext.json"
|
||||
},
|
||||
"commands": {
|
||||
"type": "array",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Commands",
|
||||
"items": {
|
||||
"title": "Minecraft Command",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z].*$"
|
||||
}
|
||||
@@ -60,28 +60,28 @@
|
||||
},
|
||||
"npc_name": {
|
||||
"title": "NPC Name",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "../../../general/rawtext/rawtext.json"
|
||||
},
|
||||
"on_close_commands": {
|
||||
"type": "array",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "On Close Commands",
|
||||
"items": {
|
||||
"title": "Minecraft Command",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string",
|
||||
"pattern": "^/[a-z].*$"
|
||||
}
|
||||
},
|
||||
"scene_tag": {
|
||||
"title": "Scene tag",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"title": "Text",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "../../../general/rawtext/rawtext.json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"replaceable_blocks": {
|
||||
"title": "Replaceable Blocks",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Replace block",
|
||||
@@ -31,60 +31,60 @@
|
||||
},
|
||||
"ground_block": {
|
||||
"title": "Ground Block",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string",
|
||||
"$ref": "../../../../general/block/identifier.json"
|
||||
},
|
||||
"vegetation_feature": {
|
||||
"title": "Vegetation Feature",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string",
|
||||
"$ref": "../../../../general/feature/identifier.json"
|
||||
},
|
||||
"surface": {
|
||||
"title": "Surface",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "string"
|
||||
},
|
||||
"depth": {
|
||||
"title": "Depth",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"extra_deep_block_chance": {
|
||||
"title": "Extra Deep Block Chance",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
"vertical_range": {
|
||||
"title": "Vertical Range",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"vegetation_chance": {
|
||||
"title": "Vegatation Chance",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
"horizontal_radius": {
|
||||
"title": "Horizontal Radius",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
"extra_edge_column_chance": {
|
||||
"title": "Extra Egde Column Chance",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "number",
|
||||
"minimum": 0
|
||||
},
|
||||
"waterlogged": {
|
||||
"title": "Waterlogged",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user