Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed Jan 30, 2022
1 parent 452f3a4 commit 04b6d72
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Changelog

### 2.1.1
BETA RELEASE

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

### 2.1.0
BETA RELEASE

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public final class GregTechVersion {
//This number is incremented every major feature update
public static final int MINOR = 1;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 0;
public static final int REVISION = 1;
//This String is for additional info on the release version if needed (like alpha, beta, rc). Comment out when unused
public static final String EXTRA = "beta";
//This is the String formatted version, used in builds
Expand Down

0 comments on commit 04b6d72

Please sign in to comment.