mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Put geysers in schema bc i forgor
This commit is contained in:
parent
ac65cc6bb9
commit
49d09ee37b
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user