Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
25
mods/riesenpilz/settings.lua
Normal file
25
mods/riesenpilz/settings.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
--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
|
Loading…
Add table
Add a link
Reference in a new issue