Rezepte angepasst, Nahrungspunkte hinzugefügt

This commit is contained in:
N-Nachtigal 2025-05-13 22:33:52 +02:00
parent 9dbc0b2ba1
commit df69eb154c
8 changed files with 33 additions and 33 deletions

View file

@ -189,7 +189,7 @@ minetest.register_on_mods_loaded(function()
end
end)
local convert_mobs_redo = minetest.settings:get_bool("convert_redo_items", false)
local convert_mobs_redo = minetest.settings:get_bool("convert_redo_items", true)
if convert_mobs_redo then
minetest.register_alias_force("mobs:leather", "animalia:leather")

View file

@ -8,7 +8,7 @@ chunk_spawn_queue_int (Chunk Spawning Queue Execution Interval) float 16
spawn_mobs (Spawn Mobs) bool true
# If true, items from mobs_redo and mobs_animal will be converted to Animalia items
convert_redo_items(Convert Mobs Redo Items) bool false
convert_redo_items(Convert Mobs Redo Items) bool true
# If true, Guano will accumulate under resting bats
guano_accumulation (Guano Accumulation) bool true