update currency, homedecor, unified inventory

This commit is contained in:
Vanessa Dannenberg
2018-06-23 17:26:11 -04:00
parent cd92583834
commit 2a6246016b
22 changed files with 725 additions and 206 deletions

View File

@@ -130,6 +130,24 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:table_lamp_off",
recipe = {
{ "wool:white", "default:torch", "wool:white"},
{ "", "group:stick", ""},
{ "", "moreblocks:slab_wood", "" },
},
})
minetest.register_craft({
output = "homedecor:table_lamp_off",
recipe = {
{ "cottages:wool", "default:torch", "cottages:wool"},
{ "", "group:stick", ""},
{ "", "moreblocks:slab_wood", "" },
},
})
minetest.register_craft({
output = "homedecor:standing_lamp_off",
recipe = {