[my_cottage_doors] Use "coloredwood" mod rather than "stained_wood" for
crafting.
This commit is contained in:
parent
78108c1eba
commit
76b4109025
@ -1,3 +1,3 @@
|
|||||||
default
|
default
|
||||||
mdoors
|
mdoors
|
||||||
stained_wood
|
coloredwood
|
||||||
|
@ -27,18 +27,18 @@ end
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "my_cottage_doors:door1_locked 1",
|
output = "my_cottage_doors:door1_locked 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", "default:steel_ingot"},
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", "default:steel_ingot"},
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"}
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", "default:steel_ingot"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "my_cottage_doors:door2_locked 1",
|
output = "my_cottage_doors:door2_locked 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"stained_wood:red", "stained_wood:red", ""},
|
{"colored_wood:wood_red", "colored_wood:wood_red", ""},
|
||||||
{"stained_wood:red", "stained_wood:red", "default:steel_ingot"},
|
{"colored_wood:wood_red", "colored_wood:wood_red", "default:steel_ingot"},
|
||||||
{"stained_wood:red", "stained_wood:red", ""}
|
{"colored_wood:wood_red", "colored_wood:wood_red", ""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -27,18 +27,18 @@ end
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "my_cottage_doors:door1 1",
|
output = "my_cottage_doors:door1 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", "default:steel_ingot"},
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", ""},
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", ""},
|
||||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"}
|
{"colored_wood:wood_yellow", "colored_wood:wood_yellow", "default:steel_ingot"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "my_cottage_doors:door2 1",
|
output = "my_cottage_doors:door2 1",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"stained_wood:red", "stained_wood:red", ""},
|
{"colored_wood:wood_red", "colored_wood:wood_red", ""},
|
||||||
{"stained_wood:red", "stained_wood:red", ""},
|
{"colored_wood:wood_red", "colored_wood:wood_red", ""},
|
||||||
{"stained_wood:red", "stained_wood:red", ""}
|
{"colored_wood:wood_red", "colored_wood:wood_red", ""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user