Added biomes schema

This commit is contained in:
DaanV2
2021-02-06 14:00:02 +01:00
parent 3e788aedcf
commit 2dac416125
14 changed files with 675 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "minecraft.behavior.biomes.1.12.0.components.minecraft.the_end_surface",
"title": "The end surface",
"description": "Use default Minecraft End terrain generation.",
"type": "object",
"additionalProperties": false,
"properties": { }
}