forked from nalc/homedecor_modpack
add prefix to settings key
This commit is contained in:
parent
8132cfc6f8
commit
7e98534179
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user