mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
18 lines
368 B
JSON
18 lines
368 B
JSON
|
{
|
||
|
"type": "datapacks",
|
||
|
"version": "1.18",
|
||
|
"packs": {
|
||
|
"survival": [
|
||
|
"graves",
|
||
|
"multiplayer sleep",
|
||
|
"afk display",
|
||
|
"armor statues",
|
||
|
"unlock all recipes",
|
||
|
"fast leaf decay",
|
||
|
"coordinates hud"
|
||
|
],
|
||
|
"items": ["armored elytra"]
|
||
|
},
|
||
|
"result": "ok"
|
||
|
}
|