mirror of
https://github.com/HybridDog/riesenpilz.git
synced 2024-11-15 23:10:22 +01:00
52fec01943
Unfortunately there is no easy way to create very rare biomes in minetest.
26 lines
675 B
Lua
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
|