forked from nalc/homedecor_modpack
fix banister recipes to point to the "horizontal" ones
This commit is contained in:
parent
01b55f1a9a
commit
704870b7d1
|
@ -3271,7 +3271,7 @@ for i in ipairs(homedecor.banister_materials) do
|
|||
local dye2 = homedecor.banister_materials[i][8]
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:banister_"..name.."_left 2",
|
||||
output = "homedecor:banister_"..name.."_horizontal 2",
|
||||
recipe = {
|
||||
{ topmat, "", dye1 },
|
||||
{ vertmat, topmat, "" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user