1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-03-25 07:09:48 +01:00
Files
Rocket_Turrets/prototypes/recipe.lua
Wyrrrd 0c0de13bd0 Reorganizing
- Moved integrations to separate directory
- Simplified check for bobplates
- Merged MK1 turret with vanilla turret
2020-03-11 21:26:03 +01:00

16 lines
282 B
Lua

--recipe
rocket_recipe = {
type = "recipe",
name = "rocket-turret",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-launcher", 10},
{"iron-gear-wheel", 5},
{"steel-plate", 20},
{"advanced-circuit", 15},
},
result = "rocket-turret",
}