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

16 lines
323 B
JSON
Raw Normal View History

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"]
}
}