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