docker-minecraft-server/examples/vanilla-tweaks/vanillatweaks-datapacks.json

18 lines
368 B
JSON
Raw Normal View History

2022-01-04 03:59:19 +00:00
{
"type": "datapacks",
2022-01-04 03:59:19 +00:00
"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"
2022-01-04 03:59:19 +00:00
}