-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
35 lines (35 loc) · 1.74 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Changed:
- Changed chest setting to be a boolean so you can only decide between not removing them and removing them if they're empty within 10mins.
- Re-wrote everything to be better.
---------------------------------------------------------------------------------------------------
Version: 1.1.0
New:
- Added a bunch of comments to the code denoting the logic at hand and how it works.
- Made it so if other mods add new entities of prototype mining-drill, with a radius larger than 3 will also work properly. (Hopefully)
Changed:
- Moved some checks happening at the start of the game instead of every time it checks an entity. Because it only had to run once.
---------------------------------------------------------------------------------------------------
Version: 1.0.3
Patch:
- Fixed Mod Description not showing up in game.
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 2021-10-20
Incompatibility:
- Discovered Mod was incompible with Cursed Filter Mining Drill.
Patch:
- Changed makefile to full the right name for the zip file.
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2021-10-15
Patch:
- Created a makefile and shifted stuff around for Factorio's Mod Portal.
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2021-10-13
Base:
- Added Drills being removed.
- Added Chests being removed based off mod settings.
- Added Belts being removed based off mod settings.