Mods hinzugefügt und geändert. Höhlen, Himmelsinseln und Asteroiden.

This commit is contained in:
N-Nachtigal 2025-05-15 00:49:46 +02:00
parent df3b4e6104
commit ef2b11dbee
62 changed files with 5344 additions and 121 deletions

View file

@ -20,7 +20,7 @@ end
--== EDITABLE OPTIONS ==--
-- Depth of the nether
local nether_middle = -20000
local nether_middle = -30000
-- forest bottom perlin multiplication
local f_bottom_scale = 4

View file

@ -1,5 +1,5 @@
local default_settings = {
trap_players = true,
trap_players = false,
log_to_chat = false,
log_level = 2,
overworld_help = true,

View file

@ -6,7 +6,7 @@
# hellish effort to go back to their home in the overworld.
# It is recommended to disable this setting in creative mode or if damage is
# disabled.
nether.trap_players (Trap players) bool true
nether.trap_players (Trap players) bool false
# If enabled, show log messages in the chat and not only in debug.txt
nether.log_to_chat (Log messages to chat) bool false