mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 00:19:32 +01:00
Make white bed redye shapeless
This commit is contained in:
parent
6281d885f1
commit
bbbfeaf116
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ for c=1, #colors do
|
||||||
|
|
||||||
-- Recoloring recipe for white bed
|
-- Recoloring recipe for white bed
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
output = "mcl_beds:bed_"..colorid.."_bottom",
|
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
|
-- Register bed
|
||||||
|
|
Loading…
Reference in a new issue