mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -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",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot"},
|
||||
{"default:tin_ingot", "default:tin_ingot"},
|
||||
{"", ""},
|
||||
{"default:steel_ingot", "default:steel_ingot"},
|
||||
},
|
||||
})
|
||||
|
@ -748,8 +748,8 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = 'doors:trapdoor_bar',
|
||||
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