forked from mtcontrib/homedecor_modpack
require white dye for "light" tiles recipe
This commit is contained in:
parent
d61a990fc9
commit
c05378f20f
@ -2230,8 +2230,8 @@ minetest.register_craft( {
|
|||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
output = "homedecor:bathroom_tiles_light 4",
|
output = "homedecor:bathroom_tiles_light 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "group:marble", "group:marble" },
|
{ "group:marble", "group:marble", "" },
|
||||||
{ "group:marble", "group:marble" }
|
{ "group:marble", "group:marble", "dye:white" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user