1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-03-26 23:59:48 +01:00

Reorganizing

- Moved integrations to separate directory
- Simplified check for bobplates
- Merged MK1 turret with vanilla turret
This commit is contained in:
Wyrrrd
2020-03-11 21:26:03 +01:00
parent 170056d8f7
commit 0c0de13bd0
18 changed files with 744 additions and 839 deletions

View File

@@ -1,6 +1,6 @@
--recipe
recipe0 = {
rocket_recipe = {
type = "recipe",
name = "rocket-turret",
enabled = false,
@@ -13,95 +13,4 @@ recipe0 = {
{"advanced-circuit", 15},
},
result = "rocket-turret",
}
recipe1 = {
type = "recipe",
name = "rocket-turret-mk1",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-launcher", 10},
{"iron-gear-wheel", 5},
{"steel-plate", 20},
{"electronic-circuit", 15},
},
result = "rocket-turret-mk1",
}
recipe2 = {
type = "recipe",
name = "rocket-turret-mk2",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-turret-mk1", 1},
{"steel-gear-wheel", 10},
{"steel-plate", 20},
{"battery", 5},
{"electronic-circuit", 5},
},
result = "rocket-turret-mk2",
}
recipe3 = {
type = "recipe",
name = "rocket-turret-mk3",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-turret-mk2", 1},
{"steel-bearing", 10},
{"invar-alloy", 20},
{"advanced-circuit", 20},
},
result = "rocket-turret-mk3",
}
recipe4 = {
type = "recipe",
name = "rocket-turret-mk4",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-turret-mk3", 1},
{"titanium-gear-wheel", 10},
{"titanium-plate", 20},
{"processing-unit", 20},
},
result = "rocket-turret-mk4",
}
recipe5_1 = {
type = "recipe",
name = "rocket-turret-mk5",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-turret-mk4", 1},
{"nitinol-gear-wheel", 10},
{"nitinol-alloy", 20},
{"processing-unit", 20},
},
result = "rocket-turret-mk5",
}
recipe5_2 = {
type = "recipe",
name = "rocket-turret-mk5",
enabled = false,
energy_required = 10,
ingredients =
{
{"rocket-turret-mk4", 1},
{"nitinol-gear-wheel", 10},
{"nitinol-alloy", 20},
{"advanced-processing-unit", 20},
},
result = "rocket-turret-mk5",
}