Make white bed redye shapeless

This commit is contained in:
Wuzzy 2017-07-25 17:14:59 +02:00
parent 6281d885f1
commit bbbfeaf116
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ for c=1, #colors do
-- Recoloring recipe for white bed
minetest.register_craft({
type = "shapeless",
output = "mcl_beds:bed_"..colorid.."_bottom",
recipe = { { "mcl_beds:bed_white_bottom", colors[c][4] } },
recipe = { "mcl_beds:bed_white_bottom", colors[c][4] },
})
-- Register bed