mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-04-23 22:23:17 +02:00
Reorganizing
- Moved integrations to separate directory - Simplified check for bobplates - Merged MK1 turret with vanilla turret
This commit is contained in:
+2
-57
@@ -1,6 +1,6 @@
|
||||
--item
|
||||
|
||||
item0 = {
|
||||
rocket_item = {
|
||||
type = "item",
|
||||
name = "rocket-turret",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-icon.png",
|
||||
@@ -9,59 +9,4 @@ item0 = {
|
||||
order = "b[turret]-c[base]-d[rocket]",
|
||||
place_result = "rocket-turret",
|
||||
stack_size = 50,
|
||||
}
|
||||
|
||||
item1 = {
|
||||
type = "item",
|
||||
name = "rocket-turret-mk1",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-mk1-icon.png",
|
||||
icon_size = 32,
|
||||
subgroup = "defensive-structure",
|
||||
order = "b[turret]-c[base]-d[rocket-mk1]",
|
||||
place_result = "rocket-turret-mk1",
|
||||
stack_size = 50,
|
||||
}
|
||||
|
||||
item2 = {
|
||||
type = "item",
|
||||
name = "rocket-turret-mk2",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-mk2-icon.png",
|
||||
icon_size = 32,
|
||||
subgroup = "defensive-structure",
|
||||
order = "b[turret]-c[base]-d[rocket-mk2]",
|
||||
place_result = "rocket-turret-mk2",
|
||||
stack_size = 50,
|
||||
}
|
||||
|
||||
item3 = {
|
||||
type = "item",
|
||||
name = "rocket-turret-mk3",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-mk3-icon.png",
|
||||
icon_size = 32,
|
||||
subgroup = "defensive-structure",
|
||||
order = "b[turret]-c[base]-d[rocket-mk3]",
|
||||
place_result = "rocket-turret-mk3",
|
||||
stack_size = 50,
|
||||
}
|
||||
|
||||
item4 = {
|
||||
type = "item",
|
||||
name = "rocket-turret-mk4",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-mk4-icon.png",
|
||||
icon_size = 32,
|
||||
subgroup = "defensive-structure",
|
||||
order = "b[turret]-c[base]-d[rocket-mk4]",
|
||||
place_result = "rocket-turret-mk4",
|
||||
stack_size = 50,
|
||||
}
|
||||
|
||||
item5 = {
|
||||
type = "item",
|
||||
name = "rocket-turret-mk5",
|
||||
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-mk5-icon.png",
|
||||
icon_size = 32,
|
||||
subgroup = "defensive-structure",
|
||||
order = "b[turret]-c[base]-d[rocket-mk5]",
|
||||
place_result = "rocket-turret-mk5",
|
||||
stack_size = 50,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user