[my_cottage_doors] Replace dependency on "my_door_wood" with
"stained_wood".
This commit is contained in:
parent
be77a639c8
commit
2bb131dd1e
@ -1,3 +1,3 @@
|
||||
default
|
||||
mdoors
|
||||
my_door_wood
|
||||
stained_wood
|
||||
|
@ -27,18 +27,18 @@ end
|
||||
minetest.register_craft({
|
||||
output = "my_cottage_doors:door1_locked 1",
|
||||
recipe = {
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", "default:steel_ingot"},
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", "default:steel_ingot"},
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", "default:steel_ingot"}
|
||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "my_cottage_doors:door2_locked 1",
|
||||
recipe = {
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", ""},
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", "default:steel_ingot"},
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", ""}
|
||||
{"stained_wood:red", "stained_wood:red", ""},
|
||||
{"stained_wood:red", "stained_wood:red", "default:steel_ingot"},
|
||||
{"stained_wood:red", "stained_wood:red", ""}
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -27,18 +27,18 @@ end
|
||||
minetest.register_craft({
|
||||
output = "my_cottage_doors:door1 1",
|
||||
recipe = {
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", "default:steel_ingot"},
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", ""},
|
||||
{"my_door_wood:wood_yellow", "my_door_wood:wood_yellow", "default:steel_ingot"}
|
||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"},
|
||||
{"stained_wood:yellow", "stained_wood:yellow", ""},
|
||||
{"stained_wood:yellow", "stained_wood:yellow", "default:steel_ingot"}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "my_cottage_doors:door2 1",
|
||||
recipe = {
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", ""},
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", ""},
|
||||
{"my_door_wood:wood_red", "my_door_wood:wood_red", ""}
|
||||
{"stained_wood:red", "stained_wood:red", ""},
|
||||
{"stained_wood:red", "stained_wood:red", ""},
|
||||
{"stained_wood:red", "stained_wood:red", ""}
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user