Skip to content

Commit

Permalink
Milestones error with default landfill #321
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Feb 26, 2024
1 parent 77af021 commit 29798fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions SeaBlock/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.5.16
Date: ???
Bugfixes:
- Milestones error when mod setting Default landfill type set to Landfill #321
---------------------------------------------------------------------------------------------------
Version: 0.5.15
Date: 13.01.2024
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion SeaBlock/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SeaBlock",
"version": "0.5.15",
"version": "0.5.16",
"factorio_version": "1.1",
"title": "Sea Block",
"author": "Trainwreck",
Expand Down
2 changes: 1 addition & 1 deletion SeaBlock/locale/en/SeaBlock.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ bobmods-assembly-multipurposefurnaces=Recipe furnaces
sb-default-landfill-landfill-dirt-4=[img=item/landfill-dirt-4]Dirt
sb-default-landfill-landfill-dry-dirt=[img=item/landfill-dry-dirt]Dry dirt
sb-default-landfill-landfill-grass-1=[img=item/landfill-grass-1]Grass
sb-default-landfill-landfill-landfill=[img=item/landfill]Landfill
sb-default-landfill-landfill=[img=item/landfill]Landfill
sb-default-landfill-landfill-red-desert-1=[img=item/landfill-red-desert-1]Red desert
sb-default-landfill-landfill-sand-3=[img=item/landfill-sand-3]Sand
2 changes: 1 addition & 1 deletion SeaBlock/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if mods["LandfillPainting"] then
"landfill-dirt-4",
"landfill-dry-dirt",
"landfill-grass-1",
"landfill-landfill",
"landfill",
"landfill-red-desert-1",
"landfill-sand-3",
}
Expand Down

0 comments on commit 29798fe

Please sign in to comment.