Fix a few broken stone brick/block recipes
This commit is contained in:
parent
ec197173ae
commit
f8b4995b0b
@ -43,7 +43,7 @@ local function register_stone(subname, def)
|
||||
})
|
||||
if not def.no_craft then
|
||||
minetest.register_craft({
|
||||
output = "hades_core:"..subname.."_block",
|
||||
output = id_block,
|
||||
recipe = {
|
||||
{"hades_core:"..subname, "hades_core:"..subname, "hades_core:"..subname},
|
||||
{"hades_core:"..subname, "hades_core:"..subname, "hades_core:"..subname},
|
||||
@ -53,7 +53,7 @@ local function register_stone(subname, def)
|
||||
minetest.register_craft({
|
||||
output = "hades_core:"..subname.." 9",
|
||||
recipe = {
|
||||
{"hades_core:"..subname.."_block"},
|
||||
{id_block},
|
||||
},
|
||||
})
|
||||
end
|
||||
@ -74,7 +74,7 @@ local function register_stone(subname, def)
|
||||
})
|
||||
if not def.no_craft then
|
||||
minetest.register_craft({
|
||||
output = "hades_core:"..subname.."_brick 4",
|
||||
output = id_brick .. " 4",
|
||||
recipe = {
|
||||
{"hades_core:"..subname, "hades_core:"..subname, ""},
|
||||
{"", "hades_core:"..subname, "hades_core:"..subname},
|
||||
|
Loading…
x
Reference in New Issue
Block a user