[my_hidden_doors] Use "coloredwood" rather than "stained_wood" for
crafting.
This commit is contained in:
parent
cbf9b49f8d
commit
6b0e60e72a
@ -1,3 +1,3 @@
|
|||||||
default
|
default
|
||||||
mdoors
|
mdoors
|
||||||
stained_wood
|
coloredwood
|
||||||
|
@ -112,9 +112,9 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "my_hidden_doors:hidden_door_grey 1",
|
output = "my_hidden_doors:hidden_door_grey 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"stained_wood:gray_dark", "stained_wood:gray_dark", ""},
|
{"coloredwood:wood_gray_dark", "coloredwood:wood_gray_dark", ""},
|
||||||
{"stained_wood:gray_dark", "stained_wood:gray_dark", ""},
|
{"coloredwood:wood_gray_dark", "coloredwood:wood_gray_dark", ""},
|
||||||
{"stained_wood:gray_dark", "stained_wood:gray_dark", ""}
|
{"coloredwood:wood_gray_dark", "coloredwood:wood_gray_dark", ""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user