Added documentation
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Terrain Texture File",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "An collection of texture definitions",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
|
||||
Reference in New Issue
Block a user