change recipes

This commit is contained in:
TumeniNodes 2019-08-17 11:55:10 -04:00
parent 0f61f73e6b
commit 239a0298f5

View file

@ -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"},
}
})