1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-11-17 15:48:31 +01:00

add prefix to settings key

This commit is contained in:
codexp 2018-04-09 21:06:16 +02:00 committed by Vanessa Dannenberg
parent 8132cfc6f8
commit 7e98534179

View File

@ -2950,7 +2950,7 @@ minetest.register_craft({
},
})
if not minetest.settings:get_bool("disable_coin_crafting") then
if not minetest.settings:get_bool("homedecor.disable_coin_crafting") then
minetest.register_craft({
type = "shapeless",
output = "homedecor:coin 5",