diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7bb07118..b67fc68b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- 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 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8643ac3386..5c497b3926 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/