mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
change recipes
This commit is contained in:
parent
0f61f73e6b
commit
239a0298f5
1 changed files with 6 additions and 5 deletions
|
@ -515,9 +515,9 @@ doors.register("door_bar", {
|
|||
sound_open = "doors_steel_door_open",
|
||||
sound_close = "doors_steel_door_close",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "default:steel_ingot"},
|
||||
{"", ""},
|
||||
{"default:steel_ingot", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
},
|
||||
})
|
||||
|
||||
|
@ -748,8 +748,9 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = 'doors:trapdoor_bar',
|
||||
recipe = {
|
||||
{"", "default:steel_ingot"},
|
||||
{"default:steel_ingot", ""},
|
||||
{"", "", ""},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue