diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-09 13:30:58 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-09 13:30:58 +0200 |
commit | 4ddcec6dda5b09b5f792ab96e97efc35c910527a (patch) | |
tree | c09042f7e2119e7daf0e53171d0f3afbfba0b085 /modules.txt | |
parent | c428e0a93a0c27851c733b0600e46dc923444ccb (diff) | |
download | skycraft-4ddcec6dda5b09b5f792ab96e97efc35c910527a.tar.xz |
New Schem system, Added Wither Spawning
Diffstat (limited to 'modules.txt')
-rw-r--r-- | modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.txt b/modules.txt index a3e7f33..f224f72 100644 --- a/modules.txt +++ b/modules.txt @@ -1 +1 @@ -return {common={"common","random","request",},main={"commands","flower_spread","lobby","lucky_block","mapgen","money","plots","ranks","spawns","tpa","trade",},onload={"lava_cooling","lobby_load","monster_egg_stone_block","nether_portal","sapling_mutation","shop","spawn","void",},}
\ No newline at end of file +return {common={"common","random","request","schems",},main={"commands","flower_spread","lobby","lucky_block","mapgen","money","plots","ranks","spawns","tpa","trade","wither_spawn",},onload={"lava_cooling","lobby_load","monster_egg_stone_block","nether_portal","sapling_mutation","shop","spawn","void",},}
\ No newline at end of file |