This commit is contained in:
DaanV2
2021-11-20 21:02:56 +01:00
parent c438007de2
commit 64f40fde84
9 changed files with 10 additions and 20 deletions

View File

@@ -9,20 +9,7 @@
"destination": {
"type": "string",
"description": "The destination value defines what type of treasure map they receive.",
"enum": [
"endcity",
"fortress",
"mineshaft",
"monument",
"ruins",
"stronghold",
"temple",
"village",
"mansion",
"shipwreck",
"buriedtreasure",
"pillageroutpost"
],
"enum": ["endcity", "fortress", "mineshaft", "monument", "ruins", "stronghold", "temple", "village", "mansion", "shipwreck", "buriedtreasure", "pillageroutpost"],
"title": "Destination"
}
}