1
0
mirror of https://github.com/HybridDog/riesenpilz.git synced 2024-09-27 14:50:34 +02:00
riesenpilz/settings.lua
HybridDog 52fec01943 Remove not working mapgen settings and disable mapgen
Unfortunately there is no easy way to create very rare biomes in minetest.
2018-08-07 13:09:02 +02:00

26 lines
675 B
Lua

--This file contains configuration options for riesenpilz mod.
-- mapgen size etc. does not work
riesenpilz.enable_mapgen = false
--Generate giant mushroom biomes everywhere
riesenpilz.always_generate = false
--Enables smooth transition of biomes.
riesenpilz.smooth = true
--says some information.
riesenpilz.info = true
--informs the players too
riesenpilz.inform_all = false--minetest.is_singleplayer()
--1:<a bit of information> 2:<acceptable amount of information> 3:<lots of text>
riesenpilz.max_spam = 2
--3d apple
riesenpilz.change_apple = true
--disallows growing a mushroom if it not every node would have a free place
riesenpilz.giant_restrict_area = false