Created
November 12, 2016 22:14
-
-
Save mrtopf/9033a1e3883e22c48ef2b0dc1e78f0ff to your computer and use it in GitHub Desktop.
Remove all decoration and spawns from all biomes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all = forAllBiomes() | |
all.removeAllSpawns("CREATURE") | |
all.removeAllSpawns("WATER_CREATURE") | |
all.removeAllSpawns("CAVE_CREATURE") | |
all.removeAllSpawns("MONSTER") | |
all.set("genTallPlants", false) | |
all.removeDecoration("BIG_SHROOM") | |
all.removeDecoration("CACTUS") | |
all.removeDecoration("DEAD_BUSH") | |
all.removeDecoration("LILYPAD") | |
all.removeDecoration("FLOWERS") | |
all.removeDecoration("PUMPKIN") | |
all.removeDecoration("REED") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment