Skip to content

Commit 04b6d72

Browse files
committed
2.1.1
1 parent 452f3a4 commit 04b6d72

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Changelog
22

3+
### 2.1.1
4+
BETA RELEASE
5+
6+
* Overhaul Sound System
7+
* Muffling machines now no longer requires a world reload, and works immediately
8+
* Sounds will no longer stop working entirely after some amount of time
9+
* Machines running sound are now more performant
10+
* Fix crash with Prospector Tool on servers
11+
* Fix covers on pipes not being able to open UIs
12+
* Fix issues with Large Turbines on servers
13+
* Fix some GT blocks having their textures broken after changing Resource Packs / using F3+T
14+
* Fix log spam in some situations with Fluid Pipes
15+
* Fix Rock Breaker NPE on load, causing the machine to occasionally disappear
16+
* Fix crash using Macerators in PA/APA
17+
* Fix Prospector Tool and Item Magnets not saving their state between world loads
18+
* Fix ULV Casing getting colored by the default machine color config
19+
* Fix lag when playing a GT record
20+
* Fix some Furnace recipe removal errors
21+
* Adjust some circuit tier tooltips to better match the circuit theme's color
22+
* Slightly tweak the Wool maceration/assembling recipes
23+
* Internal: Pipes no longer have textures bound to IconSets. Removes approximately 288 textures from the Atlas
24+
* Internal: Rename `HermeticCasings.class` -> `BlockHermeticCasing.class`
25+
326
### 2.1.0
427
BETA RELEASE
528

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public final class GregTechVersion {
66
//This number is incremented every major feature update
77
public static final int MINOR = 1;
88
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
9-
public static final int REVISION = 0;
9+
public static final int REVISION = 1;
1010
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
1111
public static final String EXTRA = "beta";
1212
//This is the String formatted version, used in builds

0 commit comments

Comments
 (0)