mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 11:15:17 +00:00
16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "546557485",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"title": "enum StructureTemplateRequestOperation",
|
|
"type": "string",
|
|
"enum": [
|
|
"None",
|
|
"ExportFromSaveMode",
|
|
"ExportFromLoadMode",
|
|
"QuerySavedStructure"
|
|
],
|
|
"x-underlying-type": "uint8"
|
|
} |