Added documentation

This commit is contained in:
Daan Verstraten
2022-03-14 12:55:47 +01:00
parent 97887e43bb
commit 7b526f0aee
11 changed files with 43 additions and 68 deletions

View File

@@ -3,9 +3,10 @@
"$id": "blockception.minecraft.materials",
"type": "object",
"title": "Material",
"description": "UNDOCUMENTED",
"description": "A collection of material specifications for the render engine of minecraft",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["materials"],
"definitions": {
"DefinesSpecification": {
"type": "array",
@@ -266,7 +267,7 @@
"materials": {
"type": "object",
"title": "Materials",
"description": "UNDOCUMENTED",
"description": "The collection of materials, each property key is the identification key of the material, and what it implements if : are used",
"$comment": "UNDOCUMENTED",
"required": ["version"],
"properties": {

View File

@@ -65,7 +65,7 @@
"type": "object",
"additionalProperties": false,
"title": "Curve",
"description": "UNDOCUMENTED",
"description": "The curve definitions, conists out of a couple of nodes",
"$comment": "UNDOCUMENTED",
"properties": {
"input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use" },

View File

@@ -3,8 +3,8 @@
"$id": "blockception.minecraft.sound_definition",
"type": "object",
"additionalProperties": false,
"title": "Sound File For ",
"description": "UNDOCUMENTED",
"title": "Sound Definitions",
"description": "The collection of sound definitions this resourcepack has defined",
"$comment": "UNDOCUMENTED",
"definitions": {
"SoundPath": {
@@ -26,17 +26,17 @@
"__use_legacy_max_distance": {
"type": "boolean",
"title": "Use Legacy Max Distance",
"description": "UNDOCUMENTED"
"description": "Whenever or not use legacy distance checking"
},
"category": {
"type": "string",
"title": "Sound Category",
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
"description": "UNDOCUMENTED: category"
"description": "The category this sound belongs to, for the user to control the volume on"
},
"sounds": {
"title": "Sounds",
"description": "UNDOCUMENTED: sounds",
"description": "The collection of sounds minecraft can choice from",
"items": {
"title": "Sounds",
"description": "UNDOCUMENTED: sounds",

View File

@@ -4,7 +4,7 @@
"additionalProperties": false,
"type": "object",
"title": "Terrain Texture File",
"description": "UNDOCUMENTED",
"description": "An collection of texture definitions",
"$comment": "UNDOCUMENTED",
"definitions": {
"texture": {