Skip to content

Commit

Permalink
chore: version & changelog for 1.2.1 (GregTechCEu#1175)
Browse files Browse the repository at this point in the history
* chore: version & changelog

* chore: add decorative blocks to changelog
  • Loading branch information
mikerooni authored Apr 30, 2024
1 parent fac3145 commit 4e47228
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
41 changes: 36 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,44 @@
# ChangeLog

Version: 1.2.0.a
Version: 1.2.1

### ADDITIONS:
- Ported decorative blocks from 1.12
- Added filtering to Output Hatches
- Added several utility functions to KJS
- Added more ore generator types (Classic & Cuboid)
- Added partial NBT support for recipe inputs
- Added Wood Cutter recipes

### CHANGES:
- Reworked Bedrock Ores
- Note that it is now entirely up to pack developers to register Bedrock Ore Veins!
- Added certain fluid blocks to the minecraft:replaceable tag
- Updated Russian translation

### FIXES:
- Fixed some components not requiring data
- Fixed assembly line recipes with no data not working
- Fixed data module recipe being missing
- Fixed tiered multiblock builders not working
- Fixed some Multiblock builders not working in KJS
- Fixed Turbine Rotors not being damaged
- Fixed Shutter Covers not being registered
- Fixed missing Multiblock Tank recipes
- Fixed GCyM Multiblocks using Perfect Overclocking
- Fixed crash related to the Network Switch Multiblock
- Fixed Data Bank chaining
- Fixed HPCA energy consumption for energy that wasn't input recently
- Fixed Kinetic Output Boxes never stopping
- Fixed World Accelerators using too much energy and always accelerating Block Entities
- Fixed connectivity for Long Distance Pipes
- Fixed Item Collector (now works after reload, no longer requires KJS, fixed tooltip)
- Fixed Research items not rendering in JEI when playing on a server
- Fixed recipes randomly not working after server restarts
- Fixed recipes for ABS & Large Electrolyzer using the wrong wires
- Fixed sounds for Arc Furnace & Boilers not being registered properly
- Fixed Parallel Control Hatch behavior when the recipe voltage matches the machine voltage
- Fixed Wrench interactions in certain situations
- Fixed recipe for Treated Wood
- Fixed KJS Research recipes not registering
- Fixed machines and pipes causing excessive updates to neighboring blocks
- Fixed language entry for Iron III Chloride
- Fixed recycling recipe for Titanium Fluid Cells
- Fixed recipe for Engine Intake Casing
- Fixed any custom recipe capabilities being removed when KJS is installed
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx6G
# Mod Info
mod_id = gtceu
mod_name = GregTech
mod_version = 1.2.0.a
mod_version = 1.2.1
mod_description = GregTech CE Unofficial, ported from 1.12.2
mod_license = LGPL-3.0 license
mod_url = https://github.com/GregTechCEu/GregTech-Modern/
Expand Down

0 comments on commit 4e47228

Please sign in to comment.