diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2023-10-28 19:28:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 19:28:53 -0400 |
commit | fb4217d48c9a5ec5e7111b532268ada3052b793e (patch) | |
tree | d20d82bb139dc268b6383a33af4530a0c7cf8471 | |
parent | 1c6a4235dcf550ed779e9023d0ad1e4a2c555118 (diff) | |
download | autumnBiome-fb4217d48c9a5ec5e7111b532268ada3052b793e.tar.gz autumnBiome-fb4217d48c9a5ec5e7111b532268ada3052b793e.tar.bz2 autumnBiome-fb4217d48c9a5ec5e7111b532268ada3052b793e.zip |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ # autumnBiome -A Minecraft datapack which adds a autumn biome. +A Minecraft datapack which adds three autumn biomes, each with different leaf colors. + +Using a datapack allows clients of a server or multiplayer world to see the leaf colors, without the need for client side mods or texture packs. + +These biomes can be applied via worldEdit with the `//setbiome` command. +The worldEdit Spigot plugin does not support custom biomes, you will need to use the worldEdit client-side mod. |