mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-23 07:40:17 +02:00
Fix broken recipes and missing aliases (again)
This commit is contained in:
@ -104,7 +104,7 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:table_lamp_off",
|
||||
output = "homedecor:table_lamp_white_off",
|
||||
recipe = {
|
||||
{"default:paper","default:torch" ,"default:paper"},
|
||||
{"","group:stick",""},
|
||||
@ -113,7 +113,7 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:table_lamp_off",
|
||||
output = "homedecor:table_lamp_white_off",
|
||||
recipe = {
|
||||
{"default:paper","default:torch" ,"default:paper"},
|
||||
{"","group:stick",""},
|
||||
@ -122,9 +122,9 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:standing_lamp_bottom_off",
|
||||
output = "homedecor:standing_lamp_white_off",
|
||||
recipe = {
|
||||
{"homedecor:table_lamp_off"},
|
||||
{"homedecor:table_lamp_white_off"},
|
||||
{"group:stick"},
|
||||
{"group:stick"},
|
||||
},
|
||||
@ -132,7 +132,7 @@ minetest.register_craft({
|
||||
|
||||
minetest.register_craft({
|
||||
type = "fuel",
|
||||
recipe = "homedecor:table_lamp_off",
|
||||
recipe = "homedecor:table_lamp_white_off",
|
||||
burntime = 10,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user