Skip to content

Commit 9641b57

Browse files
committed
Support for Factorio 1.1
1 parent 2d49836 commit 9641b57

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Factorio_Better-Inserters
2-
This Mod adds inserter capacity bonus for normal insertes to 25,50,75,100 and stack inserters to 50,100,150,200.
3-
4-
https://mods.factorio.com/mods/DerMistkaefer/BetterInserters/
52

6-
# Changelog
7-
1.2.0 - Update to Factorio 1.0
3+
This Mod adds inserter capacity bonus for normal insertes to 25,50,75,100 and stack inserters to 50,100,150,200.
84

9-
1.1.1 - Update to Factorio 0.18
5+
[https://mods.factorio.com/mods/DerMistkaefer/BetterInserters](https://mods.factorio.com/mods/DerMistkaefer/BetterInserters)
106

11-
1.1.0 - Update to Factorio 0.15
7+
## Changelog
128

13-
1.0.0 - First Release
9+
[Factorio Changelog File](../blob/master/changelog.txt)

changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 1.3.0
3+
Date: 05.12.2020
4+
Features:
5+
- Support for Factorio 1.1
6+
---------------------------------------------------------------------------------------------------
7+
Version: 1.2.0
8+
Date: 14.08.2020
9+
Features:
10+
- Support for Factorio 1.0
11+
---------------------------------------------------------------------------------------------------
12+
Version: 1.1.1
13+
Date: 28.01.2020
14+
Features:
15+
- Support for Factorio 0.18
16+
---------------------------------------------------------------------------------------------------
17+
Version: 1.1.0
18+
Date: 10.05.2017
19+
Features:
20+
- Support for Factorio 0.15
21+
---------------------------------------------------------------------------------------------------
22+
Version: 1.0.0
23+
Date: xx.xx.2016
24+
Features:
25+
- First Release

info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "BetterInserters",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"title": "Better Inserters",
55
"author": "DerMistkaefer",
66
"contact": "http://www.dermistkaefer.com/contact",
77
"homepage": "http://www.dermistkaefer.com",
88
"description": "This Mod adds inserter capacity bonus for normal insertes to 25,50,75,100 and stack inserters to 50,100,150,200.",
9-
"factorio_version": "1.0",
9+
"factorio_version": "1.1",
1010
"dependencies": ["base >= 1.0.0"]
1111
}

0 commit comments

Comments
 (0)