Put geysers in schema bc i forgor

This commit is contained in:
Nick 2022-03-23 00:17:24 -04:00
parent ac65cc6bb9
commit 49d09ee37b

View File

@ -648,6 +648,19 @@
} }
} }
} }
},
"geysers": {
"type": "array",
"description": "A set of geysers",
"items": {
"type": "object",
"properties": {
"position": {
"$ref": "#/$defs/vector3",
"description": "The position of this geyser"
}
}
}
} }
} }
}, },