Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e619083b57 | |||
| 1d4fbf6365 | |||
| 5d5b2f730b |
+11
-1
@@ -1,4 +1,14 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.1.0
|
||||
Date: 2020-12-02
|
||||
Changes:
|
||||
- Version bump for base game 1.1
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.18.5
|
||||
Date: 2020-11-23
|
||||
Bugfixes:
|
||||
- Bumped version to fix version mess
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.18.3
|
||||
Date: 2020-11-22
|
||||
Changes:
|
||||
@@ -85,4 +95,4 @@ Date: 2020-02-24
|
||||
- Any item or fluid can be displayed, but unlike IR 0.17, the displays use the standard icon for the item instead of a high-res sprite.
|
||||
- Copper, iron and steel displays are provided by default.
|
||||
- Now uses ghost tags instead of hax to store plate settings in blueprints.
|
||||
- GUI now remembers its previous location on the screen, and closes automatically if you walk out of range.
|
||||
- GUI now remembers its previous location on the screen, and closes automatically if you walk out of range.
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "IndustrialDisplayPlates",
|
||||
"version": "0.18.3",
|
||||
"version": "1.1.0",
|
||||
"title": "Industrial Display Plates",
|
||||
"author": "Wyrrrd",
|
||||
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
|
||||
"dependencies": [
|
||||
"base >= 0.18.27",
|
||||
"base >= 1.1.0",
|
||||
"(?)IndustrialRevolution"
|
||||
],
|
||||
"description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.",
|
||||
"factorio_version": "0.18"
|
||||
"factorio_version": "1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user