mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-07-20 09:00:24 +02:00
Add backwards-compatiblity, tidy config.default.txt
This commit is contained in:
@ -23,6 +23,11 @@ if bitchange.use_quartz and minetest.get_modpath("quartz") then
|
||||
})
|
||||
end
|
||||
|
||||
if bitchange.use_moreores_tin then
|
||||
bitchange.use_default_tin = true
|
||||
minetest.log("warning", "[bitchange] Loaded deprecated setting 'use_default_tin'")
|
||||
end
|
||||
|
||||
if bitchange.use_default_tin then
|
||||
minetest.register_craft({
|
||||
output = "bitchange:mineninth 18",
|
||||
|
Reference in New Issue
Block a user