riesenpilz/settings.lua

26 lines
676 B
Lua
Raw Permalink Normal View History

2013-04-24 20:53:20 +02:00
--This file contains configuration options for riesenpilz mod.
-- mapgen size etc. does not work
riesenpilz.enable_mapgen = false
2013-04-24 20:53:20 +02:00
2014-08-11 15:17:58 +02:00
--Generate giant mushroom biomes everywhere
2013-08-23 17:34:54 +02:00
riesenpilz.always_generate = false
2013-04-24 20:53:20 +02:00
--Enables smooth transition of biomes.
2014-05-12 20:05:55 +02:00
riesenpilz.smooth = true
2013-08-23 17:34:54 +02:00
2014-08-11 15:17:58 +02:00
--says some information.
2013-08-23 17:34:54 +02:00
riesenpilz.info = true
2014-08-11 15:17:58 +02:00
--informs the players too
2015-08-25 19:48:57 +02:00
riesenpilz.inform_all = false--minetest.is_singleplayer()
2014-08-11 15:17:58 +02:00
--1:<a bit of information> 2:<acceptable amount of information> 3:<lots of text>
riesenpilz.max_spam = 2
2015-11-06 14:27:25 +01:00
--3d apple
2020-05-08 20:25:49 +02:00
riesenpilz.change_apple = false
--disallows growing a mushroom if it not every node would have a free place
riesenpilz.giant_restrict_area = false