diff --git a/bobwarfare/changelog.txt b/bobwarfare/changelog.txt index 600d291fd..a6390434d 100644 --- a/bobwarfare/changelog.txt +++ b/bobwarfare/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.3.0 +Date: ??? + Bugfixes: + - Fixed Artillery Turret order #165 +--------------------------------------------------------------------------------------------------- Version: 1.2.0 Date: 22. 12. 2023 Bugfixes: diff --git a/bobwarfare/info.json b/bobwarfare/info.json index 62371eecb..c459286a8 100644 --- a/bobwarfare/info.json +++ b/bobwarfare/info.json @@ -1,6 +1,6 @@ { "name": "bobwarfare", - "version": "1.2.0", + "version": "1.3.0", "factorio_version": "1.1", "title": "Bob's Warfare mod", "author": "Bobingabout", diff --git a/bobwarfare/prototypes/item/turrets.lua b/bobwarfare/prototypes/item/turrets.lua index 2cc338879..e3e0f0ac1 100644 --- a/bobwarfare/prototypes/item/turrets.lua +++ b/bobwarfare/prototypes/item/turrets.lua @@ -201,7 +201,7 @@ data:extend({ icon_size = 64, icon_mipmaps = 4, subgroup = "defensive-structure", - order = "b[turret]-d[artillery-turret]-2", + order = "b[turret]-d[artillery-turret]-a[turret]2", place_result = "bob-artillery-turret-2", stack_size = 10, }, @@ -213,7 +213,7 @@ data:extend({ icon_size = 64, icon_mipmaps = 4, subgroup = "defensive-structure", - order = "b[turret]-d[artillery-turret]-3", + order = "b[turret]-d[artillery-turret]-a[turret]3", place_result = "bob-artillery-turret-3", stack_size = 10, },