Skip to content

Commit 1646fd3

Browse files
committed
Merge pull request jodli#43 from Silari/master
Bump version to 1.8.2 for release.
1 parent be5ac84 commit 1646fd3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

changelog.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 1.8.2
3+
Date: 2024-01-01
4+
Changes:
5+
- Thanks to Silari for these wonderful fixes! <3
6+
- Adds Space Exploration support to allow building on space platforms
7+
- Adds a setting to change who can set Infinity Chest filters
8+
- Updated the event menus to include new events and categorize some old ones that weren't
9+
Bugfixes:
10+
- Fixed a bug logging parameters when mining an item on the ground
11+
---------------------------------------------------------------------------------------------------
212
Version: 1.8.1
313
Date: 2023-02-22
414
Features:
@@ -17,12 +27,12 @@ Date: 2023-02-22
1727
- Removed all scripting for fluid-source, fluid-void, super-radar, super-beacon, super-roboport, energy-void, energy-source, passive-energy-void, passive-energy-source. They no longer require it. See details below.
1828
- Changed all creative entities requiring power to use a void energy source, rather than a burner source. Scripting is no longer required to keep these entities powered, and they're less apt to break if moved via script.
1929
- Removed fuel scripting for creative-lab, item-source, item-duplicator, item-void.
20-
- Changed Heat Source and Heat Void to use the Heat Interface prototype instead.
30+
- Changed Heat Source and Heat Void to use the Heat Interface prototype instead.
2131
- Removed all on-tick scripting for Heat Source and Heat void. There is only a quick script ran on placement that sets the temperature.
2232
- These look different now due to the differences in how heat-interfaces work - they don't have separate connection sprites like heat pipes do, so they are locked into the 4 way sprite.
2333
- Changed creative-chest, creative-provider-chest, void chest, void storage chest, and void requester chest to use the vanilla infinity chest. No changes in usage should be present.
2434
- Removed all on-tick scripting for these entities. There is a quick script ran on placement that sets them up.
25-
- creative-chest and creative-provider-chest have two minor regressions:
35+
- creative-chest and creative-provider-chest have two minor regressions:
2636
- Copy/paste no longer works since the base game considers them non-operable. As it appears this only set the group number, and not the filters, this is fairly minor.
2737
- The inventory display mode also doesn't do anything for them, since infinity chests sort their contents. Technically it DOES have a slight change in how the filters are set, but as those are only viewable in the editor this isn't particularly useful.
2838
- Changed Fluid Void to use the vanilla infinity pipe.

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "creative-mod",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"title": "Creative Mod",
55
"author": "Y.Petremann, rk84, Mooncat, Chrisgbk, jodli",
66
"homepage": "https://forums.factorio.com/viewtopic.php?f=97&t=28005",

0 commit comments

Comments
 (0)