Use steel for helicopter craft recipe

master
Jordan Irwin 2021-04-19 15:53:48 -07:00
parent 95fe5a72e2
commit 95239d63e6
1 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@ antum.clearCraftOutput("helicopter:cabin")
antum.registerCraft({
output = 'helicopter:cabin',
recipe = {
{'', 'group:wood', ''},
{'group:wood', 'homedecor:motor','default:glass'},
{'group:wood','group:wood','group:wood'},
{'default:steel_ingot', 'default:steel_ingot', ''},
{'default:steel_ingot', 'homedecor:motor','default:glass'},
{'default:steel_ingot','default:steel_ingot','default:steel_ingot'},
}
})