1
0
mirror of https://github.com/Wyrrrd/Rocket_Turrets.git synced 2026-04-23 22:23:17 +02:00

Various fixes

- Fixed some things still referring to rocket-turret-mk1
- Fixed recipe order
- Improved readability
This commit is contained in:
Wyrrrd
2020-03-16 00:13:12 +01:00
parent 0c0de13bd0
commit 2ba82873b9
8 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ rocket_entity = {
icon = "__Rocket_Turrets__/graphics/icon/turret-rocket-icon.png",
icon_size = 32,
flags = {"placeable-player", "player-creation"},
minable = {mining_time = 0.7, result = "rocket-turret-mk1"},
minable = {mining_time = 0.7, result = "rocket-turret"},
max_health = 400,
corpse = "small-remnants",
collision_box = {{-0.7, -0.7 }, {0.7, 0.7}},