mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-12 12:50:22 +02:00
initial commit
subgame + mods
This commit is contained in:
27
mods/riesenpilz/settings.lua
Normal file
27
mods/riesenpilz/settings.lua
Normal file
@ -0,0 +1,27 @@
|
||||
--This file contains configuration options for riesenpilz mod.
|
||||
|
||||
riesenpilz.enable_mapgen = true
|
||||
|
||||
--Generate giant mushroom biomes everywhere
|
||||
riesenpilz.always_generate = false
|
||||
|
||||
--Enables smooth transition of biomes.
|
||||
riesenpilz.smooth = true
|
||||
|
||||
--rarity in %
|
||||
riesenpilz.mapgen_rarity = 0.1
|
||||
|
||||
--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
|
||||
riesenpilz.inform_all = minetest.is_singleplayer()
|
||||
|
||||
--1:<a bit of information> 2:<acceptable amount of information> 3:<lots of text>
|
||||
riesenpilz.max_spam = 2
|
Reference in New Issue
Block a user