9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
This commit is contained in:
Daniel Mills
2020-08-08 19:14:22 -04:00
parent bde7886119
commit 2460f36bf8

View File

@@ -578,6 +578,7 @@
"items": {"$ref": "#/definitions/iriscompatabilityfilter"}
},
"name": {
"minLength": 2,
"description": "The human readable name of this dimension",
"type": "string"
},
@@ -2570,6 +2571,7 @@
"items": {"$ref": "#/definitions/irisbiomedecorator"}
},
"name": {
"minLength": 2,
"description": "This is the human readable name for this biome. This can and should be different than the file name. This is not used for loading biomes in other objects.",
"type": "string"
},
@@ -4337,6 +4339,7 @@
"items": {"$ref": "#/definitions/iriseffect"}
},
"name": {
"minLength": 2,
"description": "The name of the region",
"type": "string"
},
@@ -4711,6 +4714,7 @@
"minimum": 1
},
"name": {
"minLength": 2,
"description": "This is the human readable name for this structure. Such as Red Dungeon or Tropical Village.",
"type": "string"
},