Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Release v1.1.9 - add dependency on WideChests & RIP whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprcheese committed Jan 19, 2018
1 parent 9516a75 commit 68564b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Squeak Through 1.1.8
Squeak Through 1.1.9
====================

Version 1.1.8 was released December 17, 2017, and was tested using Factorio v0.16.5. It primarily features code by Nommy, with contribution from Lupin, and is maintained by Supercheese.
Version 1.1.9 was released January 19, 2018, and was tested using Factorio v0.16.16. It primarily features code by Nommy, with contribution from Lupin, and is maintained by Supercheese.

This small mod reduces the collision boxes for many structures, allowing you to "squeak through" them while walking around your base.
Say goodbye to the frustration of having your path blocked by your steam engines or solar panels when walking around your base!
Expand Down
5 changes: 5 additions & 0 deletions Changelog.txt → changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.1.9
Date: 19. 12. 2017
Changes:
- Add dependency for compatibility with Merging Chests (bug reported by abordoli).
---------------------------------------------------------------------------------------------------
Version: 1.1.8
Date: 17. 12. 2017
Changes:
Expand Down
16 changes: 8 additions & 8 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Squeak Through",
"version": "1.1.8",
"factorio_version": "0.16",
"title": "Squeak Through",
"author": "Nommy, Lupin, & Supercheese",
"homepage": "http://www.factorioforums.com/forum/viewtopic.php?f=91&t=16476",
"dependencies": ["base"],
"description": "Allows you to walk between what used to be obstacles such as directly adjacent solar panels, pipes, steam engines, mining drills, and chests. No more frustration when walking about your base!"
"name": "Squeak-Through",
"version": "1.1.9",
"factorio_version": "0.16",
"title": "Squeak Through",
"author": "Nommy, Lupin, & Supercheese",
"homepage": "http://www.factorioforums.com/forum/viewtopic.php?f=91&t=16476",
"dependencies": ["base", "? WideChests"],
"description": "Allows you to walk between what used to be obstacles such as directly adjacent solar panels, pipes, steam engines, mining drills, and chests. No more frustration when walking about your base!"
}

0 comments on commit 68564b2

Please sign in to comment.