Skip to content

Commit e1ab805

Browse files
committed
2.3.2
1 parent d1c1bce commit e1ab805

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

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

3+
## 2.3.2
4+
5+
BETA RELEASE
6+
7+
Featured Changes:
8+
* Added a Heating Coil Registry with CT Support for adding and removing Coils
9+
* Fixed fluid tanks being shown twice in TheOneProbe
10+
* Fixed machines overclocking too many times
11+
* Overhauled and redesigned TheOneProbe providers for GT machines
12+
* Overhauled Explosion Configs: machines can now explode in rain, water, and more
13+
14+
* Fixed Electric Blast Furnace recipes of Magnetic Dusts
15+
* Fixed UHV Energy Hatch recipes
16+
* Disabled wrench rotation of the Clipboard
17+
* Increased machine speed of GT recipes for vanilla items and GT covers
18+
* Added Soft Hammer toggles for Item and Fluid I/O hatch auto-input/output
19+
* Allowed Steam Solar Boilers to work in the desert when raining
20+
* Fixed Steam Solar Boilers working in dimensions with no sun (The End)
21+
* Changed Hermetic Casings to use a custom model and non-hardcoded textures
22+
* Fixed crash with recursive nodes in the Terminal Recipe Chart App
23+
* Improved multiblock JEI page block list ItemBlock accuracy
24+
* Fixed crashes from Bedrock Fluid Veins
25+
* Fixed being able to Silk Touch VariantActiveBlocks, such as Heating Coils
26+
* Blacklisted the Crafting Station from the Terminal Console App
27+
* Fixed multiblock coil bonuses not applying when not overclocking
28+
* Fixed Wireless Digital Interface Cover creating highlight boxes in the wrong dimension
29+
* Fixed Prospector Scanners showing Galacticraft planet blocks as Copper Ore
30+
* Fixed Digital Interface Covers having unbounded slot selection
31+
* Fixed Digital Interface Cover energy bar overflow
32+
* Fixed fluids being extractable from input hatches with pipes
33+
* Cleaned up Steam Multiblock tooltips
34+
* Added fluid input minimum to Large Miners
35+
* Fixed Supply Exact on Robot Arms not working above 1 stack of items
36+
* Fixed numerous recipe conflicts in the Large Chemical Reactor
37+
* Updated Russian Translation
38+
* Internal: Updated Repository README with attribution and relevant links
39+
* Internal: Stopped using some helper methods from CodeChickenLib
40+
* Internal: Added Integer and String Block Unlisted Properties
41+
* Internal: Changes to fluid related methods in MetaTileEntity
42+
* Added `fillInternalTankFromFluidContainer(IFluidHandler fluidHandler)`
43+
* Added `fillContainerFromInternalTank(IFluidHandler fluidHandler)`
44+
* Removed `fillInternalTankFromFluidContainer(IItemHandlerModifiable importItems, IItemHandlerModifiable exportItems, int inputSlot, int outputSlot)`
45+
* Removed `fillContainerFromInternalTank(IItemHandlerModifiable importItems, IItemHandlerModifiable exportItems, int inputSlot, int outputSlot)`
46+
347
### 2.3.1
448

549
BETA RELEASE (hotifx)

src/main/java/gregtech/GregTechVersion.java

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

0 commit comments

Comments
 (0)