auto: Formatted documents
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
}
|
||||
},
|
||||
"sea_material": { "title": "Sea Material", "description": "Material used to replace air blocks below sea level.", "type": "string" },
|
||||
"foundation_material": { "title": "Foundation Material", "description": "Material used to repalce solid blocks that are not surface blocks.", "type": "string" },
|
||||
"foundation_material": {
|
||||
"title": "Foundation Material",
|
||||
"description": "Material used to repalce solid blocks that are not surface blocks.",
|
||||
"type": "string"
|
||||
},
|
||||
"beach_material": { "title": "Beach Material", "description": "Material used to decorate surface near sea level.", "type": "string" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,10 +9,30 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"top_material": { "title": "Top Material", "description": "Controls the block type used for the surface of this biome.", "string": "string" },
|
||||
"mid_material": { "title": "Mid Material", "description": "Controls the block type used in a layer below the surface of this biome.", "string": "string" },
|
||||
"sea_floor_material": { "title": "Sea Floor Material", "description": "Controls the block type used as a floor for bodies of water in this biome.", "string": "boostringlean" },
|
||||
"foundation_material": { "title": "Foundation Material", "description": "Controls the block type used deep underground in this biome.", "string": "string" },
|
||||
"sea_material": { "title": "Sea Material", "description": "Controls the block type used for the bodies of water in this biome.", "string": "string" },
|
||||
"sea_floor_depth": { "title": "Sea Floor Depth", "description": "Controls how deep below the world water level the floor should occur.", "type": "integer" }
|
||||
"mid_material": {
|
||||
"title": "Mid Material",
|
||||
"description": "Controls the block type used in a layer below the surface of this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_material": {
|
||||
"title": "Sea Floor Material",
|
||||
"description": "Controls the block type used as a floor for bodies of water in this biome.",
|
||||
"string": "boostringlean"
|
||||
},
|
||||
"foundation_material": {
|
||||
"title": "Foundation Material",
|
||||
"description": "Controls the block type used deep underground in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_material": {
|
||||
"title": "Sea Material",
|
||||
"description": "Controls the block type used for the bodies of water in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_depth": {
|
||||
"title": "Sea Floor Depth",
|
||||
"description": "Controls how deep below the world water level the floor should occur.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,11 +9,31 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"top_material": { "title": "Top Material", "description": "Controls the block type used for the surface of this biome.", "string": "string" },
|
||||
"mid_material": { "title": "Mid Material", "description": "Controls the block type used in a layer below the surface of this biome.", "string": "string" },
|
||||
"sea_floor_material": { "title": "Sea Floor Material", "description": "Controls the block type used as a floor for bodies of water in this biome.", "string": "boostringlean" },
|
||||
"foundation_material": { "title": "Foundation Material", "description": "Controls the block type used deep underground in this biome.", "string": "string" },
|
||||
"sea_material": { "title": "Sea Material", "description": "Controls the block type used for the bodies of water in this biome.", "string": "string" },
|
||||
"sea_floor_depth": { "title": "Sea Floor Depth", "description": "Controls how deep below the world water level the floor should occur.", "type": "integer" },
|
||||
"mid_material": {
|
||||
"title": "Mid Material",
|
||||
"description": "Controls the block type used in a layer below the surface of this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_material": {
|
||||
"title": "Sea Floor Material",
|
||||
"description": "Controls the block type used as a floor for bodies of water in this biome.",
|
||||
"string": "boostringlean"
|
||||
},
|
||||
"foundation_material": {
|
||||
"title": "Foundation Material",
|
||||
"description": "Controls the block type used deep underground in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_material": {
|
||||
"title": "Sea Material",
|
||||
"description": "Controls the block type used for the bodies of water in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_depth": {
|
||||
"title": "Sea Floor Depth",
|
||||
"description": "Controls how deep below the world water level the floor should occur.",
|
||||
"type": "integer"
|
||||
},
|
||||
"clay_material": { "title": "Clay Material", "description": "UNDOCUMENTATED", "type": "string" },
|
||||
"hard_clay_material": { "title": "Hard Clay Material", "description": "UNDOCUMENTATED", "type": "string" },
|
||||
"bryce_pillars": { "title": "Bryce Pillars", "description": "UNDOCUMENTATED", "type": "boolean" },
|
||||
|
||||
@@ -6,10 +6,26 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"target_temperature": { "title": "Target Temperature", "description": "Temperature with which this biome should selected, relative to other biomes.", "type": "number" },
|
||||
"target_humidity": { "title": "Target Humidity", "description": "Humidity with which this biome should selected, relative to other biomes.", "type": "number" },
|
||||
"target_altitude": { "title": "Target Altitude", "description": "Altitude with which this biome should selected, relative to other biomes.", "type": "number" },
|
||||
"target_weirdness": { "title": "Target Weirdness", "description": "Weirdness with which this biome should selected, relative to other biomes.", "type": "number" },
|
||||
"target_temperature": {
|
||||
"title": "Target Temperature",
|
||||
"description": "Temperature with which this biome should selected, relative to other biomes.",
|
||||
"type": "number"
|
||||
},
|
||||
"target_humidity": {
|
||||
"title": "Target Humidity",
|
||||
"description": "Humidity with which this biome should selected, relative to other biomes.",
|
||||
"type": "number"
|
||||
},
|
||||
"target_altitude": {
|
||||
"title": "Target Altitude",
|
||||
"description": "Altitude with which this biome should selected, relative to other biomes.",
|
||||
"type": "number"
|
||||
},
|
||||
"target_weirdness": {
|
||||
"title": "Target Weirdness",
|
||||
"description": "Weirdness with which this biome should selected, relative to other biomes.",
|
||||
"type": "number"
|
||||
},
|
||||
"weight": { "title": "Weight", "description": "Weight with which this biome should selected, relative to other biomes.", "type": "number" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,10 +9,30 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"top_material": { "title": "Top Material", "description": "Controls the block type used for the surface of this biome.", "string": "string" },
|
||||
"mid_material": { "title": "Mid Material", "description": "Controls the block type used in a layer below the surface of this biome.", "string": "string" },
|
||||
"sea_floor_material": { "title": "Sea Floor Material", "description": "Controls the block type used as a floor for bodies of water in this biome.", "string": "boostringlean" },
|
||||
"foundation_material": { "title": "Foundation Material", "description": "Controls the block type used deep underground in this biome.", "string": "string" },
|
||||
"sea_material": { "title": "Sea Material", "description": "Controls the block type used for the bodies of water in this biome.", "string": "string" },
|
||||
"sea_floor_depth": { "title": "Sea Floor Depth", "description": "Controls how deep below the world water level the floor should occur.", "type": "integer" }
|
||||
"mid_material": {
|
||||
"title": "Mid Material",
|
||||
"description": "Controls the block type used in a layer below the surface of this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_material": {
|
||||
"title": "Sea Floor Material",
|
||||
"description": "Controls the block type used as a floor for bodies of water in this biome.",
|
||||
"string": "boostringlean"
|
||||
},
|
||||
"foundation_material": {
|
||||
"title": "Foundation Material",
|
||||
"description": "Controls the block type used deep underground in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_material": {
|
||||
"title": "Sea Material",
|
||||
"description": "Controls the block type used for the bodies of water in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_depth": {
|
||||
"title": "Sea Floor Depth",
|
||||
"description": "Controls how deep below the world water level the floor should occur.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,10 +9,30 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"top_material": { "title": "Top Material", "description": "Controls the block type used for the surface of this biome.", "string": "string" },
|
||||
"mid_material": { "title": "Mid Material", "description": "Controls the block type used in a layer below the surface of this biome.", "string": "string" },
|
||||
"sea_floor_material": { "title": "Sea Floor Material", "description": "Controls the block type used as a floor for bodies of water in this biome.", "string": "boostringlean" },
|
||||
"foundation_material": { "title": "Foundation Material", "description": "Controls the block type used deep underground in this biome.", "string": "string" },
|
||||
"sea_material": { "title": "Sea Material", "description": "Controls the block type used for the bodies of water in this biome.", "string": "string" },
|
||||
"sea_floor_depth": { "title": "Sea Floor Depth", "description": "Controls how deep below the world water level the floor should occur.", "type": "integer" }
|
||||
"mid_material": {
|
||||
"title": "Mid Material",
|
||||
"description": "Controls the block type used in a layer below the surface of this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_material": {
|
||||
"title": "Sea Floor Material",
|
||||
"description": "Controls the block type used as a floor for bodies of water in this biome.",
|
||||
"string": "boostringlean"
|
||||
},
|
||||
"foundation_material": {
|
||||
"title": "Foundation Material",
|
||||
"description": "Controls the block type used deep underground in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_material": {
|
||||
"title": "Sea Material",
|
||||
"description": "Controls the block type used for the bodies of water in this biome.",
|
||||
"string": "string"
|
||||
},
|
||||
"sea_floor_depth": {
|
||||
"title": "Sea Floor Depth",
|
||||
"description": "Controls how deep below the world water level the floor should occur.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user