Browse Source

Turn off give_initial_stuff.

master
poikilos 3 years ago
parent
commit
4653a25b79
  1. 1
      build.py
  2. 1
      patches/subgame/minetest.conf
  3. 2
      patches/subgame/minetest.server-example.conf

1
build.py

@ -46,6 +46,7 @@ gamespec['remove_mods'] = [
"placecraft", # interferes with eating
"more_chests", # See https://github.com/poikilos/EnlivenMinetest/issues/446
"emeralds", # See https://github.com/poikilos/EnlivenMinetest/issues/497
"give_initial_stuff", # or make it configurable (It only uses a give_initial_stuff boolean, no configurable item list)
]
myDir = os.path.dirname(__file__)
mods_stopgap = os.path.join(myDir, "patches", "mods-stopgap")

1
patches/subgame/minetest.conf

@ -19,6 +19,7 @@
# EnlivenMinetest installer also appends
# EnlivenMinetest/overrides/CenterOfTheSun/append/minetest/minetest.conf
give_initial_stuff = false
enable_lapis_mod_columns = true
enable_footsteps = true
lifetimer = 20000

2
patches/subgame/minetest.server-example.conf

@ -46,7 +46,7 @@ protector_hurt = 3
# - IGNORED by CenterOfTheSun (see
# overrides/CenterOfTheSun/minetest/worlds/CenterOfTheSun/world.conf)
enable_pvp = false
give_initial_stuff = true
give_initial_stuff = false
nightspeed = 90
# The fast priv can allow glitch-jumping over or through protected walls
# by skipping across water or jumping out of water.

Loading…
Cancel
Save