Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 13, 2022
1 parent 7170347 commit b87399e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Changelog

### 2.0.4
BETA RELEASE

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

### 2.0.3
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 = 0;
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
public static final int REVISION = 3;
public static final int REVISION = 4;
//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 b87399e

Please sign in to comment.