mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
bd4760e504
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
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"
|
|
}
|