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:
@@ -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}},
|
||||
|
||||
Reference in New Issue
Block a user