diff --git a/.iris/schema/biomes-schema.json b/.iris/schema/biomes-schema.json deleted file mode 100644 index 834cb598..00000000 --- a/.iris/schema/biomes-schema.json +++ /dev/null @@ -1,9332 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "http://volmit.com/iris-schema/irisbiome.json", - "description": "Represents a biome in iris. Biomes are placed inside of regions and hold objects.\nA biome consists of layers (block palletes), decorations, objects & generators.", - "type": "object", - "properties": { - "preprocessors": { - "type": "array", - "minItems": 1, - "items": {"$ref": "#/definitions/erzscripts"}, - "description": "preprocessors\nPreprocess this object in-memory when it's loaded, run scripts using the variable 'Iris.getPreprocessorObject()' and modify properties about this object before it's used.\n \nList