From 657db124b2d84504afa25415ff919b77708f0d1c Mon Sep 17 00:00:00 2001 From: Daniel Ramp <12480131+DanielRamp@users.noreply.github.com> Date: Sun, 29 Aug 2021 23:26:35 +0200 Subject: [PATCH] docs: generator_settings json for 1.13+ (#1020) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec984459..a6f10d49 100644 --- a/README.md +++ b/README.md @@ -1009,6 +1009,10 @@ For example (just the `-e` bits): -e LEVEL_TYPE=flat -e 'GENERATOR_SETTINGS=3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;' +In Minecraft 1.13+ you need to pass json ([generator site](https://misode.github.io/world/)) like this (details see [here](https://github.com/itzg/docker-minecraft-server/issues/999#issuecomment-907849644)): + + -e LEVEL_TYPE=flat -e 'GENERATOR_SETTINGS={"biome":"minecraft:the_void","layers":[{"block":"minecraft:bedrock","height":1},{"block":"minecraft:stone","height":10},{"block":"minecraft:dirt","height":1}],"structures":{"structures":{}}}' + ### Custom Server Resource Pack You can set a link to a custom resource pack and set it's checksum using the `RESOURCE_PACK` and `RESOURCE_PACK_SHA1` options respectively, the default is blank: