mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
change bar doors recipe
This commit is contained in:
parent
4582240f98
commit
0f61f73e6b
1 changed files with 3 additions and 3 deletions
|
@ -516,7 +516,7 @@ doors.register("door_bar", {
|
||||||
sound_close = "doors_steel_door_close",
|
sound_close = "doors_steel_door_close",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:steel_ingot"},
|
||||||
{"default:tin_ingot", "default:tin_ingot"},
|
{"", ""},
|
||||||
{"default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", "default:steel_ingot"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
@ -748,8 +748,8 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'doors:trapdoor_bar',
|
output = 'doors:trapdoor_bar',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:tin_ingot", "default:tin_ingot"},
|
{"", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "default:steel_ingot"},
|
{"default:steel_ingot", ""},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue