1
0
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:
SmallJoker
2018-12-29 14:47:17 +01:00
parent 99dbde247e
commit b39a6017d4
3 changed files with 21 additions and 16 deletions

View File

@ -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",