1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-19 19:20:23 +02:00
server-nalc/mods/riesenpilz/settings.lua

31 lines
772 B
Lua
Raw Normal View History

2014-10-28 18:01:32 +01:00
--This file contains configuration options for riesenpilz mod.
2015-07-01 12:34:58 +02:00
riesenpilz.enable_mapgen = false
2014-10-28 18:01:32 +01:00
--Generate giant mushroom biomes everywhere
riesenpilz.always_generate = false
--Enables smooth transition of biomes.
riesenpilz.smooth = true
--rarity in %
2015-05-27 09:24:23 +02:00
riesenpilz.mapgen_rarity = 0.25 -- Modif MFF (default = 1)
2014-10-28 18:01:32 +01:00
--size of the generated... (has an effect to the rarity, too)
riesenpilz.mapgen_size = 50
--approximate size of smooth transitions
riesenpilz.smooth_trans_size = 2
--says some information.
riesenpilz.info = true
--informs the players too
2015-12-31 13:43:25 +01:00
riesenpilz.inform_all = false--minetest.is_singleplayer()
2014-10-28 18:01:32 +01:00
--1:<a bit of information> 2:<acceptable amount of information> 3:<lots of text>
riesenpilz.max_spam = 2
2015-12-31 13:43:25 +01:00
--3d apple
riesenpilz.change_apple = true