[my_misc_doors] Replace "stained_wood:grey" with "stained_wood:gray".
This commit is contained in:
parent
2bb131dd1e
commit
a1aaf7dc82
@ -39,9 +39,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "my_misc_doors:door2_locked 1",
|
||||
recipe = {
|
||||
{"stained_wood:grey", "stained_wood:grey", ""},
|
||||
{"stained_wood:grey", "stained_wood:grey", "default:steel_ingot"},
|
||||
{"stained_wood:grey", "stained_wood:grey", ""}
|
||||
{"stained_wood:gray", "stained_wood:gray", ""},
|
||||
{"stained_wood:gray", "stained_wood:gray", "default:steel_ingot"},
|
||||
{"stained_wood:gray", "stained_wood:gray", ""}
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
@ -38,9 +38,9 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "my_misc_doors:door2 1",
|
||||
recipe = {
|
||||
{"stained_wood:grey", "stained_wood:grey", ""},
|
||||
{"stained_wood:grey", "stained_wood:grey", ""},
|
||||
{"stained_wood:grey", "stained_wood:grey", ""}
|
||||
{"stained_wood:gray", "stained_wood:gray", ""},
|
||||
{"stained_wood:gray", "stained_wood:gray", ""},
|
||||
{"stained_wood:gray", "stained_wood:gray", ""}
|
||||
}
|
||||
})
|
||||
minetest.register_craft({
|
||||
|
Loading…
x
Reference in New Issue
Block a user