[my_misc_doors] Replace "stained_wood:grey" with "stained_wood:gray".

This commit is contained in:
AntumDeluge 2016-08-07 21:34:34 -07:00
parent 2bb131dd1e
commit a1aaf7dc82
2 changed files with 6 additions and 6 deletions

View File

@ -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({

View File

@ -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({