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

@@ -1,7 +1,7 @@
{
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.mountain_parameters",
"title": "Mountain parameters",
"description": "Noise parameters used to drive mountain terrain generation in Overworld",
"description": "Noise parameters used to drive mountain terrain generation in Overworld.",
"type": "object",
"additionalProperties": false,
"minProperties": 0,
@@ -10,13 +10,13 @@
"peaks_factor": {
"type": "number",
"title": "Peaks factor",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"steep_material_adjustment": {
"type": "object",
"title": "Steep material adjustment",
"description": "Defines surface material for steep slopes",
"description": "Defines surface material for steep slopes.",
"additionalProperties": false,
"properties": {
"material": {
@@ -27,28 +27,28 @@
"north_slopes": {
"type": "boolean",
"title": "North slopes",
"description": "Enable for north facing slopes"
"description": "Enable for north facing slopes."
},
"south_slopes": {
"type": "boolean",
"title": "South slopes",
"description": "Enable for south facing slopes"
"description": "Enable for south facing slopes."
},
"west_slopes": {
"type": "boolean",
"title": "West slopes",
"description": "Enable for west facing slopes"
"description": "Enable for west facing slopes."
},
"east_slopes": {
"type": "boolean",
"title": "East slopes",
"description": "Enable for east facing slopes"
"description": "Enable for east facing slopes."
}
}
},
"top_slide": {
"title": "Top slide",
"description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high",
"description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high.",
"type": "object",
"additionalProperties": false,
"properties": {