1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-30 19:59:06 +00:00
Files
bedrock-samples/metadata/json_schemas/server/SpawnDifficulty Legacy.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

14 lines
345 B
JSON

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