fix banister recipes to point to the "horizontal" ones

This commit is contained in:
Vanessa Ezekowitz 2015-05-11 20:30:00 -04:00
parent 01b55f1a9a
commit 704870b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -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, "" },