Skip to content

Commit b87399e

Browse files
committed
2.0.4
1 parent 7170347 commit b87399e

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
### 2.0.4
4+
BETA RELEASE
5+
6+
* Add support for Galacticraft dimensions and GTCEu veins
7+
* Add extruder recipes using dust for polymers (Polyethylene, PTFE, etc)
8+
* Change the gem texture for Quartzite and Certus Quartz
9+
* Add the ability to name GT machines, and display the name as a "name tag" rendered in-world
10+
* Fix Hammer and Hammering Enchant not respecting Nether/End ores, not using proper fortune calculations, and dropping ore blocks for non-stone ores
11+
* Fix crash with LittleTiles and Ore Blocks
12+
* Fix Drills mining 2 blocks at a time when in single block mode
13+
* Fix issue with multiblocks not being able to run when missing some output hatch types in rare situations
14+
* Fix EnergyNet issues, where power could seemingly get "stuck" and allowed machines to be powered "wirelessly"
15+
* Adjust GT loot values
16+
* Fix recipe conflicts in the Ore Washer
17+
* Add Lathe recipes for Buzzsaw Blades
18+
* Fix recipe conflicts with Fluid Regulators
19+
* Fix Multiblock Autobuild not replacing blocks like Grass, Leaves, Snow, etc
20+
* Fix Nichrome Mixer recipe conflict
21+
* Fix Radon chemical reactor recipe
22+
* Fix Toluene fuel burn time
23+
* Fix some Arc Furnace recipes being too high of an EU/t
24+
* Fix buffers voiding items when broken
25+
* Swap the ore vein weights of Cassiterite and Copper-Tin veins, to make Cassiterite more common
26+
* Many small autogen recipe tweaks (fix arcing blocks just giving blocks still, redo lens lathe recipes, more gem ore byproducts)
27+
* Slightly rebalance the Pump (machine)
28+
* Cut Rock Breaker EU/t costs (tiers are still the same)
29+
* Fix logging warnings about Hassium missing flags
30+
* Fix crash with some multiblock structures (none available in CEu, but possible from addons or MBT)
31+
* Recipe cleanups of some duplicate recipes (glowstone, redstone, etc)
32+
* Add UHV+ components, for addons to utilize
33+
334
### 2.0.3
435
BETA RELEASE
536

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 = 0;
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 = 3;
9+
public static final int REVISION = 4;
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)