Files
minecraft-bedrock-json-schemas/source/behaviour/biomes/1.12.0/components/minecraft.ignore_automatic_features.json
2021-02-10 02:07:15 +01:00

10 lines
421 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.ignore_automatic_features",
"title": "Ignore automatic features",
"description": "No features will be automatically attached to this Biome, only features specified in the minecraft:forced_features component will appear.",
"type": "object",
"additionalProperties": false,
"properties": {}
}