1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-11 17:34:56 +00:00
Files
2025-09-09 10:02:11 -07:00

1064 lines
43 KiB
JSON

{
"$id": "192400399",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1042742755": {
"description": "Noise parameters used to drive terrain height in the Overworld.",
"properties": {
"noise_params": {
"description": "First value is depth - more negative means deeper underwater, while more positive means higher. Second value is scale, which affects how much noise changes as it moves from the surface.",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"noise_type": {
"description": "Specifies a preset based on a built-in setting rather than manually using noise_params",
"enum": [
"default",
"default_mutated",
"river",
"ocean",
"deep_ocean",
"lowlands",
"taiga",
"mountains",
"highlands",
"extreme",
"less_extreme",
"beach",
"stone_beach",
"mushroom",
"swamp"
],
"title": "Noise Type",
"type": "string"
}
},
"title": "minecraft:overworld_height",
"type": "object"
},
"1287813091": {
"description": "The specific blocks used for this surface adjustment",
"properties": {
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used deep underground in this biome when this adjustment is active."
},
"mid_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in a layer below the surface of this biome when this adjustment is active."
},
"sea_floor_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used as a floor for bodies of water in this biome when this adjustment is active."
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in the bodies of water in this biome when this adjustment is active."
},
"top_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the surface of this biome when this adjustment is active."
}
},
"title": "minecraft:surface_material_adjustments - surface adjustment materials settings",
"type": "object"
},
"1425698818": {
"title": "Identifier",
"type": "string"
},
"1462219063": {
"description": "A JSON field that specifies a Molang expression. Can be an integer, float, boolean, or string.",
"oneOf": [
{
"type": "number"
},
{
"type": "boolean"
},
{
"type": "string"
}
],
"title": "Molang Expression"
},
"1493629372": {
"title": "Reference",
"type": "string"
},
"1527037515": {
"title": "Reference",
"type": "string"
},
"1703738264": {
"description": "Makes grass use the noise based colors for tinting in this biome on the map.",
"properties": {
"type": {
"const": "noise",
"description": "Controls the type of grass tint to use.",
"enum": [
"tint",
"noise"
],
"title": "GrassType",
"type": "string"
}
},
"required": [
"type"
],
"title": "custom_map_tint_grass_noise",
"type": "object"
},
"2278320139": {
"description": "Defines surface material for steep slopes",
"properties": {
"east_slopes": {
"description": "Enable for east-facing slopes",
"type": "boolean"
},
"material": {
"$ref": "#/definitions/3076687790",
"description": "Block type use as steep material"
},
"north_slopes": {
"description": "Enable for north-facing slopes",
"type": "boolean"
},
"south_slopes": {
"description": "Enable for south-facing slopes",
"type": "boolean"
},
"west_slopes": {
"description": "Enable for west-facing slopes",
"type": "boolean"
}
},
"title": "minecraft:mountain_parameters - steep_material_adjustment settings",
"type": "object"
},
"2298712664": {
"description": "Generates surface on blocks with non-solid blocks above or below.",
"properties": {
"beach_material": {
"$ref": "#/definitions/3076687790",
"description": "Material used to decorate surface near sea level."
},
"ceiling_materials": {
"description": "Materials used for the surface ceiling.",
"items": {
"$ref": "#/definitions/3076687790",
"description": "Specifies a particular block. Can be a string block name or a JSON object"
},
"minItems": 1,
"type": "array"
},
"floor_materials": {
"description": "Materials used for the surface floor.",
"items": {
"$ref": "#/definitions/3076687790",
"description": "Specifies a particular block. Can be a string block name or a JSON object"
},
"minItems": 1,
"type": "array"
},
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Material used to replace solid blocks that are not surface blocks."
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Material used to replace air blocks below sea level."
},
"type": {
"const": "minecraft:capped",
"description": "Controls the type of surface builder to use",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"ceiling_materials",
"floor_materials",
"foundation_material",
"sea_material",
"type"
],
"title": "minecraft:capped",
"type": "object"
},
"2586207614": {
"description": "Can be just the string name of a Biome, or an array of any size. If an array, each entry can be a Biome name string, or an array of size 2, where the first entry is a Biome name and the second entry is a positive integer representing how that Biome is weighted against other entries. If no weight is provided, a weight of 1 is used.",
"oneOf": [
{
"items": {
"$ref": "#/definitions/553173857"
},
"type": "array"
},
{
"$ref": "#/definitions/1493629372"
}
],
"title": "minecraft:overworld_generation_rules - Weighted biome names settings"
},
"2608925209": {
"description": "Similar to overworld_surface. Adds icebergs.",
"properties": {
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used deep underground in this biome"
},
"mid_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in a layer below the surface of this biome"
},
"sea_floor_depth": {
"description": "Controls how deep below the world water level the floor should occur",
"maximum": 127,
"minimum": 0,
"type": "integer"
},
"sea_floor_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used as a floor for bodies of water in this biome"
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the bodies of water in this biome"
},
"top_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the surface of this biome"
},
"type": {
"const": "minecraft:frozen_ocean",
"description": "Controls the type of surface builder to use",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"foundation_material",
"mid_material",
"sea_floor_depth",
"sea_floor_material",
"sea_material",
"top_material",
"type"
],
"title": "minecraft:frozen_ocean",
"type": "object"
},
"2649259398": {
"description": "Contains non-component settings for a Biome.",
"properties": {
"identifier": {
"$ref": "#/definitions/1425698818",
"description": "The name of the Biome, used by other features like the '/locate biome' command. Identifiers should only be lowercase.",
"pattern": "^[a-z0-9._%+-]+:[a-z0-9._%+-]+$"
}
},
"required": [
"identifier"
],
"title": "Biome Description",
"type": "object"
},
"2744564911": {
"description": "Any components that this Biome uses",
"properties": {
"minecraft:climate": {
"$ref": "#/definitions/800202529",
"description": "Describes temperature, humidity, precipitation, and similar. Biomes without this component will have default values."
},
"minecraft:creature_spawn_probability": {
"$ref": "#/definitions/6061611",
"description": "Probability that creatures will spawn within the biome when a chunk is generated."
},
"minecraft:humidity": {
"$ref": "#/definitions/3654699498",
"description": "Forces a biome to ether always be humid or never humid. Humidity effects the spread chance, and spread rate of fire in the biome"
},
"minecraft:map_tints": {
"$ref": "#/definitions/333666056",
"description": "Sets the color grass and foliage will be tinted by in this biome on the map."
},
"minecraft:mountain_parameters": {
"$ref": "#/definitions/4185018795",
"description": "Noise parameters used to drive mountain terrain generation in Overworld."
},
"minecraft:multinoise_generation_rules": {
"$ref": "#/definitions/458645028",
"description": "Controls how this biome is instantiated (and then potentially modified) during world generation of the nether."
},
"minecraft:overworld_generation_rules": {
"$ref": "#/definitions/70508991",
"description": "Controls how this biome is instantiated (and then potentially modified) during world generation of the overworld."
},
"minecraft:overworld_height": {
"$ref": "#/definitions/1042742755",
"description": "Noise parameters used to drive terrain height in the Overworld."
},
"minecraft:partially_frozen": {
"$ref": "#/definitions/3878857055",
"description": "Component will impact the temperature in a frozen biome, causing some areas to not be frozen. Ex: patchy ice, patchy snow"
},
"minecraft:replace_biomes": {
"$ref": "#/definitions/320104782",
"description": "Replaces a specified portion of one or more Minecraft biomes."
},
"minecraft:surface_builder": {
"$ref": "#/definitions/3626244290",
"description": "Controls the materials used for terrain generation."
},
"minecraft:surface_material_adjustments": {
"$ref": "#/definitions/3704131722",
"description": "Specify fine-detail changes to blocks used in terrain generation (based on a noise function)."
},
"minecraft:tags": {
"$ref": "#/definitions/3315029981",
"description": "\nAttach arbitrary string tags to this biome.\nMost biome tags are referenced by JSON settings, but some meanings of tags are directly implemented in the game's code. These tags are listed here:\nbirch: Biome uses wildflowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged \"hills\".\ncold: Villagers will be dressed for snowy weather.\ndeep: Pre-Caves and Cliffs, prevents an ocean from having islands or connected rivers and makes the biome less likely to have hills.\ndesert: Allows partially-buried ruined portals to be placed in the biome. Sand blocks will play ambient sounds when the player is nearby.\nextreme_hills: Ruined portals can be placed higher than normal. Biomes tagged \"forest\" or \"forest_generation\" will use normal Overworld flowers instead of forest flowers.\nflower_forest: Biome uses forest flowers (mutually exclusive with other flower biome tags).\nforest: Biome uses forest flowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged tagged \"taiga\" or \"extreme_hills\".\nforest_generation: Equivalent to \"forest\".\nfrozen: Villagers will be dressed for snowy weather. Prevents the biome from containing lava springs if it is also tagged \"ocean\".\nice: Around ruined portals, lava is always replaced by Netherrack and Netherrack cannot be replaced by magma.\nice_plains: Prevents the biome from containing lava springs if it is also tagged \"mutated\".\njungle: Ruined portals will be very mossy.\nhills: Biomes tagged \"meadow\" or \"birch\" will use normal Overworld flowers instead of wildflowers.\nmeadow: Biome uses wildflowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged \"hills\".\nmesa: Sand blocks will play ambient sounds when the player is nearby.\nmountain: Ruined portals can be placed higher than normal.\nmutated: Pre-Caves and Cliffs, prevents switching to the specified \"mutate_transformation\" as the biome is already considered mutated. Prevents the biome from containing lava springs if it is also tagged \"ice_plains\".\nno_legacy_worldgen: Prevents biome from using legacy world generation behavior unless the biome is being placed in the Overworld.\nocean: Prevents the biome from containing lava springs if it is also tagged \"frozen\". Allows ruined portals to be found underwater. Pre-Caves and Cliffs, determines if shorelines and rivers should be placed at the edges of the biome and identifies the biome as a shallow ocean for placing islands, unless the \"deep\" tag is present.\npale_garden: Biome uses closed-eye blossoms (mutually exclusive with other flower biome tags).\nplains: Biome uses plains flowers (mutually exclusive with other flower biome tags).\nrare: Pre-Caves and Cliffs, this tag flags the biome as a special biome. Oceans cannot be special.\nswamp: Allows ruined portals to be found underwater. Biome uses swamp flowers (mutually exclusive with other flower biome tags).\ntaiga: Biomes tagged \"forest\" or \"forest_generation\" will use normal Overworld flowers instead of forest flowers.\n"
}
},
"title": "Biome Components",
"type": "object"
},
"3076687790": {
"description": "Specifies a particular block. Can be a string block name or a JSON object",
"oneOf": [
{
"$ref": "#/definitions/1527037515"
},
{
"properties": {
"name": {
"$ref": "#/definitions/1527037515",
"description": "Name of the block"
},
"states": {
"additionalProperties": {
"oneOf": [
{
"type": "integer"
},
{
"type": "boolean"
},
{
"type": "string"
}
]
},
"description": "Contains members named after each state, with boolean, integer, or string values.",
"type": "object"
}
},
"required": [
"name"
],
"type": "object"
}
],
"title": "Block Specifier"
},
"320104782": {
"description": "Replaces a specified portion of one or more Minecraft biomes.",
"properties": {
"replacements": {
"description": "List of biome replacement configurations. Retroactively adding a new replacement to the front of this list will cause the world generation to change. Please add any new replacements to the end of the list.",
"items": {
"$ref": "#/definitions/716969038",
"description": "Represents the replacement information used to determine the placement of the overriding biome."
},
"type": "array"
}
},
"required": [
"replacements"
],
"title": "minecraft:replace_biomes",
"type": "object"
},
"3263934683": {
"description": "An adjustment to generated terrain, replacing blocks based on the specified settings.",
"properties": {
"height_range": {
"description": "Defines a range of noise values [min, max] for which this adjustment should be applied.",
"items": {
"$ref": "#/definitions/1462219063",
"description": "A JSON field that specifies a Molang expression. Can be an integer, float, boolean, or string."
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"materials": {
"$ref": "#/definitions/1287813091",
"description": "The specific blocks used for this surface adjustment"
},
"noise_frequency_scale": {
"description": "The scale to multiply by the position when accessing the noise value for the material adjustments.",
"type": "number"
},
"noise_range": {
"description": "Defines a range of noise values [min, max] for which this adjustment should be applied.",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
}
},
"required": [
"materials"
],
"title": "minecraft:surface_material_adjustments - surface adjustment settings",
"type": "object"
},
"3315029981": {
"description": "\nAttach arbitrary string tags to this biome.\nMost biome tags are referenced by JSON settings, but some meanings of tags are directly implemented in the game's code. These tags are listed here:\nbirch: Biome uses wildflowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged \"hills\".\ncold: Villagers will be dressed for snowy weather.\ndeep: Pre-Caves and Cliffs, prevents an ocean from having islands or connected rivers and makes the biome less likely to have hills.\ndesert: Allows partially-buried ruined portals to be placed in the biome. Sand blocks will play ambient sounds when the player is nearby.\nextreme_hills: Ruined portals can be placed higher than normal. Biomes tagged \"forest\" or \"forest_generation\" will use normal Overworld flowers instead of forest flowers.\nflower_forest: Biome uses forest flowers (mutually exclusive with other flower biome tags).\nforest: Biome uses forest flowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged tagged \"taiga\" or \"extreme_hills\".\nforest_generation: Equivalent to \"forest\".\nfrozen: Villagers will be dressed for snowy weather. Prevents the biome from containing lava springs if it is also tagged \"ocean\".\nice: Around ruined portals, lava is always replaced by Netherrack and Netherrack cannot be replaced by magma.\nice_plains: Prevents the biome from containing lava springs if it is also tagged \"mutated\".\njungle: Ruined portals will be very mossy.\nhills: Biomes tagged \"meadow\" or \"birch\" will use normal Overworld flowers instead of wildflowers.\nmeadow: Biome uses wildflowers (mutually exclusive with other flower biome tags). Does nothing if biome is tagged \"hills\".\nmesa: Sand blocks will play ambient sounds when the player is nearby.\nmountain: Ruined portals can be placed higher than normal.\nmutated: Pre-Caves and Cliffs, prevents switching to the specified \"mutate_transformation\" as the biome is already considered mutated. Prevents the biome from containing lava springs if it is also tagged \"ice_plains\".\nno_legacy_worldgen: Prevents biome from using legacy world generation behavior unless the biome is being placed in the Overworld.\nocean: Prevents the biome from containing lava springs if it is also tagged \"frozen\". Allows ruined portals to be found underwater. Pre-Caves and Cliffs, determines if shorelines and rivers should be placed at the edges of the biome and identifies the biome as a shallow ocean for placing islands, unless the \"deep\" tag is present.\npale_garden: Biome uses closed-eye blossoms (mutually exclusive with other flower biome tags).\nplains: Biome uses plains flowers (mutually exclusive with other flower biome tags).\nrare: Pre-Caves and Cliffs, this tag flags the biome as a special biome. Oceans cannot be special.\nswamp: Allows ruined portals to be found underwater. Biome uses swamp flowers (mutually exclusive with other flower biome tags).\ntaiga: Biomes tagged \"forest\" or \"forest_generation\" will use normal Overworld flowers instead of forest flowers.\n",
"properties": {
"tags": {
"description": "Array of string tags used by other systems such as entity spawning",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"tags"
],
"title": "minecraft:tags",
"type": "object"
},
"333666056": {
"description": "Sets the color grass and foliage will be tinted by in this biome on the map.",
"properties": {
"foliage": {
"$ref": "#/definitions/3915697282",
"description": "Sets the color foliage will be tinted by in this biome on the map."
},
"grass": {
"description": "Controls whether the grass will use a custom tint color or a noise based tint color.",
"oneOf": [
{
"$ref": "#/definitions/3937875407",
"description": "Sets the color grass will be tinted by in this biome on the map."
},
{
"$ref": "#/definitions/1703738264",
"description": "Makes grass use the noise based colors for tinting in this biome on the map."
}
]
}
},
"required": [
"grass"
],
"title": "minecraft:map_tints",
"type": "object"
},
"3626244290": {
"description": "Controls the materials used for terrain generation.",
"properties": {
"builder": {
"description": "Controls the block types used for terrain generation.",
"oneOf": [
{
"$ref": "#/definitions/72946555",
"description": "Controls the blocks used for the default Minecraft Overworld terrain generation."
},
{
"$ref": "#/definitions/2608925209",
"description": "Similar to overworld_surface. Adds icebergs."
},
{
"$ref": "#/definitions/415084889",
"description": "Similar to overworld_surface. Adds colored strata and optional pillars."
},
{
"$ref": "#/definitions/424552073",
"description": "Used to add decoration to the surface of swamp biomes such as water lilies."
},
{
"$ref": "#/definitions/2298712664",
"description": "Generates surface on blocks with non-solid blocks above or below."
},
{
"$ref": "#/definitions/3978796423"
}
]
}
},
"required": [
"builder"
],
"title": "minecraft:surface_builder",
"type": "object"
},
"3654699498": {
"description": "Forces a biome to ether always be humid or never humid. Humidity effects the spread chance, and spread rate of fire in the biome",
"properties": {
"is_humid": {
"type": "boolean"
}
},
"required": [
"is_humid"
],
"title": "minecraft:humidity",
"type": "object"
},
"3704131722": {
"description": "Specify fine-detail changes to blocks used in terrain generation (based on a noise function).",
"properties": {
"adjustments": {
"description": "All adjustments that match the column's noise values will be applied in the order listed.",
"items": {
"$ref": "#/definitions/3263934683",
"description": "An adjustment to generated terrain, replacing blocks based on the specified settings."
},
"type": "array"
}
},
"title": "minecraft:surface_material_adjustments",
"type": "object"
},
"3848407258": {
"description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high.",
"properties": {
"enabled": {
"description": "If false, top slide will be disabled. If true, other parameters will be taken into account.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "minecraft:mountain_parameters - top_slide settings",
"type": "object"
},
"3878857055": {
"description": "Component will impact the temperature in a frozen biome, causing some areas to not be frozen. Ex: patchy ice, patchy snow",
"title": "minecraft:partially_frozen"
},
"3915697282": {
"$metaProperties": {
"CEREAL_EDITOR_SCHEMA_TAG": "type:color"
},
"oneOf": [
{
"pattern": "^#[a-fA-F0-9]{6}$",
"type": "string"
},
{
"items": {
"type": "integer"
},
"maxItems": 3,
"minItems": 3,
"type": "array"
}
],
"title": "Color255RGB"
},
"3937875407": {
"description": "Sets the color grass will be tinted by in this biome on the map.",
"properties": {
"tint": {
"$ref": "#/definitions/3915697282",
"description": "Tint color used in this biome on the map."
},
"type": {
"const": "tint",
"description": "Controls the type of grass tint to use.",
"enum": [
"tint",
"noise"
],
"title": "GrassType",
"type": "string"
}
},
"required": [
"tint",
"type"
],
"title": "custom_map_tint_grass_tint",
"type": "object"
},
"3978796423": {
"properties": {
"type": {
"const": "minecraft:the_end",
"description": "Use default Minecraft End terrain generation.",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"type"
],
"title": "minecraft:the_end",
"type": "object"
},
"415084889": {
"description": "Similar to overworld_surface. Adds colored strata and optional pillars.",
"properties": {
"bryce_pillars": {
"description": "Whether the mesa generates with pillars",
"type": "boolean"
},
"clay_material": {
"$ref": "#/definitions/3076687790",
"description": "Base clay block to use"
},
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used deep underground in this biome"
},
"hard_clay_material": {
"$ref": "#/definitions/3076687790",
"description": "Hardened clay block to use"
},
"has_forest": {
"description": "Places coarse dirt and grass at high altitudes",
"type": "boolean"
},
"mid_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in a layer below the surface of this biome"
},
"sea_floor_depth": {
"description": "Controls how deep below the world water level the floor should occur",
"maximum": 127,
"minimum": 0,
"type": "integer"
},
"sea_floor_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used as a floor for bodies of water in this biome"
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the bodies of water in this biome"
},
"top_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the surface of this biome"
},
"type": {
"const": "minecraft:mesa",
"description": "Controls the type of surface builder to use",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"bryce_pillars",
"clay_material",
"foundation_material",
"hard_clay_material",
"has_forest",
"mid_material",
"sea_floor_depth",
"sea_floor_material",
"sea_material",
"top_material",
"type"
],
"title": "minecraft:mesa",
"type": "object"
},
"4165667524": {
"description": "Contains a description and components to define a Biome.",
"properties": {
"components": {
"$ref": "#/definitions/2744564911",
"description": "Components for this Biome."
},
"description": {
"$ref": "#/definitions/2649259398",
"description": "Non-component settings, including the Biome name."
}
},
"required": [
"components",
"description"
],
"title": "Biome Definition",
"type": "object"
},
"4185018795": {
"description": "Noise parameters used to drive mountain terrain generation in Overworld.",
"properties": {
"steep_material_adjustment": {
"$ref": "#/definitions/2278320139",
"description": "Defines surface material for steep slopes"
},
"top_slide": {
"$ref": "#/definitions/3848407258",
"description": "Controls the density tapering that happens at the top of the world to prevent terrain from reaching too high"
}
},
"title": "minecraft:mountain_parameters",
"type": "object"
},
"424552073": {
"description": "Used to add decoration to the surface of swamp biomes such as water lilies.",
"properties": {
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used deep underground in this biome."
},
"max_puddle_depth_below_sea_level": {
"description": "Controls the depth at which surface level blocks can be replaced with water for puddles. The number represents the number of blocks (0, 127) below sea level that we will go down to look for a surface block.",
"maximum": 127,
"minimum": 0,
"type": "integer"
},
"mid_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in a layer below the surface of this biome."
},
"sea_floor_depth": {
"description": "Controls how deep below the world water level the floor should occur.",
"maximum": 127,
"minimum": 0,
"type": "integer"
},
"sea_floor_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used as a floor for bodies of water in this biome."
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the bodies of water in this biome."
},
"top_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the surface of this biome."
},
"type": {
"const": "minecraft:swamp",
"description": "Controls the type of surface builder to use",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"foundation_material",
"max_puddle_depth_below_sea_level",
"mid_material",
"sea_floor_depth",
"sea_floor_material",
"sea_material",
"top_material",
"type"
],
"title": "minecraft:swamp",
"type": "object"
},
"458645028": {
"description": "Controls how this biome is instantiated (and then potentially modified) during world generation of the nether.",
"properties": {
"target_altitude": {
"description": "Altitude with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_humidity": {
"description": "Humidity with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_temperature": {
"description": "Temperature with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"target_weirdness": {
"description": "Weirdness with which this biome should be generated, relative to other biomes.",
"type": "number"
},
"weight": {
"description": "Weight with which this biome should be generated, relative to other biomes.",
"type": "number"
}
},
"title": "minecraft:multinoise_generation_rules",
"type": "object"
},
"553173857": {
"oneOf": [
{
"items": {
"oneOf": [
{
"$ref": "#/definitions/1493629372"
},
{
"type": "integer"
}
]
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
{
"$ref": "#/definitions/1493629372"
}
],
"title": "WeightedBiomeName"
},
"6061611": {
"description": "Probability that creatures will spawn within the biome when a chunk is generated.",
"properties": {
"probability": {
"description": "Probabiltity between [0.0, 0.75] of creatures spawning within the biome on chunk generation.",
"maximum": 0.75,
"minimum": 0,
"type": "number"
}
},
"title": "minecraft:creature_spawn_probability",
"type": "object"
},
"70508991": {
"description": "Controls how this biome is instantiated (and then potentially modified) during world generation of the overworld.",
"properties": {
"generate_for_climates": {
"description": "Controls the world generation climate categories that this biome can spawn for. A single biome can be associated with multiple categories with different weightings.",
"items": {
"$ref": "#/definitions/891697368",
"description": "An array of any size containing arrays of exactly two elements. For each contained array, the first element is a climate category string ('medium', 'warm', 'lukewarm', 'cold', or 'frozen'). The second element is a positive integer for how much that entry is weighted relative to other entries."
},
"type": "array"
},
"hills_transformation": {
"$ref": "#/definitions/2586207614",
"description": "What biome to switch to when converting to a hilly biome"
},
"mutate_transformation": {
"$ref": "#/definitions/2586207614",
"description": "What biome to switch to when converting to a mutated biome"
},
"river_transformation": {
"$ref": "#/definitions/2586207614",
"description": "What biome to switch to when converting to a river biome (if not the Vanilla 'river' biome)"
},
"shore_transformation": {
"$ref": "#/definitions/2586207614",
"description": "What biome to switch to when adjacent to an ocean biome"
}
},
"title": "minecraft:overworld_generation_rules",
"type": "object"
},
"716969038": {
"description": "Represents the replacement information used to determine the placement of the overriding biome.",
"properties": {
"amount": {
"description": "Noise value used to determine whether or not the replacement is attempted, similar to a percentage. Must be in the range (0.0, 1.0].",
"exclusiveMinimum": 0,
"maximum": 1,
"type": "number"
},
"dimension": {
"description": "Dimension in which this replacement can happen. Must be 'minecraft:overworld'.",
"type": "string"
},
"noise_frequency_scale": {
"description": "Scaling value used to alter the frequency of replacement attempts. A lower frequency will mean a bigger contiguous biome area that occurs less often. A higher frequency will mean smaller contiguous biome areas that occur more often. Must be in the range (0.0, 100.0].",
"exclusiveMinimum": 0,
"maximum": 100,
"type": "number"
},
"targets": {
"description": "Biomes that are going to be replaced by the overriding biome. Target biomes must not contain namespaces.",
"items": {
"$ref": "#/definitions/1493629372"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"amount",
"dimension",
"noise_frequency_scale",
"targets"
],
"title": "Biome Replacement",
"type": "object"
},
"72946555": {
"description": "Controls the blocks used for the default Minecraft Overworld terrain generation.",
"properties": {
"foundation_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used deep underground in this biome"
},
"mid_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used in a layer below the surface of this biome"
},
"sea_floor_depth": {
"description": "Controls how deep below the world water level the floor should occur",
"maximum": 127,
"minimum": 0,
"type": "integer"
},
"sea_floor_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used as a floor for bodies of water in this biome"
},
"sea_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the bodies of water in this biome"
},
"top_material": {
"$ref": "#/definitions/3076687790",
"description": "Controls the block type used for the surface of this biome"
},
"type": {
"const": "minecraft:overworld",
"description": "Controls the type of surface builder to use",
"enum": [
"minecraft:overworld",
"minecraft:frozen_ocean",
"minecraft:mesa",
"minecraft:swamp",
"minecraft:capped",
"minecraft:the_end"
],
"title": "SurfaceBuilderType",
"type": "string"
}
},
"required": [
"foundation_material",
"mid_material",
"sea_floor_depth",
"sea_floor_material",
"sea_material",
"top_material",
"type"
],
"title": "minecraft:overworld",
"type": "object"
},
"800202529": {
"description": "Describes temperature, humidity, precipitation, and similar. Biomes without this component will have default values.",
"properties": {
"downfall": {
"description": "Amount that precipitation affects colors and block changes. Setting to 0 will stop rain from falling in the biome.",
"type": "number"
},
"snow_accumulation": {
"description": "Minimum and maximum snow level, each multiple of 0.125 is another snow layer",
"items": {
"type": "number"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"temperature": {
"description": "Temperature affects a variety of visual and behavioral things, including snow and ice placement, sponge drying, and sky color",
"type": "number"
}
},
"title": "minecraft:climate",
"type": "object"
},
"891697368": {
"description": "An array of any size containing arrays of exactly two elements. For each contained array, the first element is a climate category string ('medium', 'warm', 'lukewarm', 'cold', or 'frozen'). The second element is a positive integer for how much that entry is weighted relative to other entries.",
"items": {
"oneOf": [
{
"enum": [
"medium",
"warm",
"lukewarm",
"cold",
"frozen"
],
"title": "BiomeTemperatureCategory",
"type": "string"
},
{
"type": "integer"
}
]
},
"maxItems": 2,
"minItems": 2,
"title": "minecraft:overworld_generation_rules - Weighted climate categories settings",
"type": "array"
}
},
"description": "Contains a format version and a biome definition",
"properties": {
"format_version": {
"description": "Version of the JSON schema used by this file",
"type": "string"
},
"minecraft:biome": {
"$ref": "#/definitions/4165667524",
"description": "A single biome definition"
}
},
"required": [
"format_version",
"minecraft:biome"
],
"title": "Biome JSON File",
"type": "object",
"x-format-version": "1.21.110"
}