auto: Formatted json files
This commit is contained in:
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.overworld_height",
|
||||
"title": "Overworld Height",
|
||||
"description": "Noise parameters used to drive terrain height in the Overworld.",
|
||||
"type": "object",
|
||||
"minProperties": 0,
|
||||
"maxProperties": 2,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"noise_params": {
|
||||
"title": "Noise Params",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
"noise_type": {
|
||||
"title": "Noise Type",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"stone_beach",
|
||||
"deep_ocean",
|
||||
"default",
|
||||
"default_mutated",
|
||||
"lowlands",
|
||||
"river",
|
||||
"ocean",
|
||||
"taiga",
|
||||
"mountains",
|
||||
"highlands",
|
||||
"mushroom",
|
||||
"less_extreme",
|
||||
"extreme",
|
||||
"beach",
|
||||
"swamp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.overworld_height",
|
||||
"title": "Overworld Height",
|
||||
"description": "Noise parameters used to drive terrain height in the Overworld.",
|
||||
"type": "object",
|
||||
"minProperties": 0,
|
||||
"maxProperties": 2,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"noise_params": {
|
||||
"title": "Noise Params",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
}
|
||||
]
|
||||
},
|
||||
"noise_type": {
|
||||
"title": "Noise Type",
|
||||
"description": "UNDOCUMENATED",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"stone_beach",
|
||||
"deep_ocean",
|
||||
"default",
|
||||
"default_mutated",
|
||||
"lowlands",
|
||||
"river",
|
||||
"ocean",
|
||||
"taiga",
|
||||
"mountains",
|
||||
"highlands",
|
||||
"mushroom",
|
||||
"less_extreme",
|
||||
"extreme",
|
||||
"beach",
|
||||
"swamp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user