Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.1.3
Date: ????
Changes:
- Allow the construction zone extender mk01, roboport mk01, and charging station to be used in the upgrade planner with each other
---------------------------------------------------------------------------------------------------
Version: 3.1.2
Date: 2026-07-09
Changes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyindustry",
"version": "3.1.2",
"version": "3.1.3",
"factorio_version": "2.1",
"title": "Pyanodons Industry",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple, przemo1232, protocol_1903",
Expand Down
3 changes: 2 additions & 1 deletion prototypes/buildings/py-roboport-construction-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ ENTITY {
icon_size = 64,
flags = {"placeable-player", "player-creation"},
minable = {mining_time = 0.1, result = "py-ze"},
fast_replaceable_group = "roboport",
max_health = 500,
corpse = "big-remnants",
collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
resistances = {
{
Expand Down
3 changes: 2 additions & 1 deletion prototypes/buildings/py-roboport-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ ENTITY {
icon_size = 64,
flags = {"placeable-player", "player-creation"},
minable = {mining_time = 0.1, result = "py-roboport-mk01"},
fast_replaceable_group = "roboport",
max_health = 500,
corpse = "big-remnants",
collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
collision_box = {{-1.2, -1.2}, {1.2, 1.2}},
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
resistances = {
{
Expand Down