1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-03 17:19:55 +00:00
Files
bedrock-samples/metadata/json_schemas/server/spawn/legacy/SpawnDifficulty Legacy.json
2025-09-09 10:02:11 -07:00

13 lines
249 B
JSON

{
"$id": "1357270677",
"$schema": "http://json-schema.org/draft-07/schema#",
"enum": [
"peaceful",
"easy",
"normal",
"hard"
],
"title": "SpawnDifficulty Legacy",
"type": "string",
"x-format-version": "MISSING VERSION"
}