From 823a9b78e512d3743ef07a3e02a094af9f9350c8 Mon Sep 17 00:00:00 2001 From: Ghostipedia <46772882+Ghostipedia@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:29:50 -0400 Subject: [PATCH] 1.4.1 (#1930) Co-authored-by: YoungOnion <39562198+YoungOnionMC@users.noreply.github.com> --- CHANGELOG.md | 54 ++++++++++++++++++++++------------------------- gradle.properties | 2 +- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70421b5793..e7da322a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,35 @@ # ChangeLog -Version: 1.4.0 +Version: 1.4.1 ### ADDITIONS: - - Added Dual Hatches for LuV+ - - Added Reservoir Hatch - - Added Charcoal Pile Igniter and Lighters - - Added a Variety of Decor Blocks - - Added Creative Computation Provider - - Added a variety of Jade tooltip support - - Added forge:siftables for all siftable materials - - Added a Variety of new recipes for minecraft related items - - Added the ME Pattern Buffer and Me Pattern Buffer Proxy - - Added Electric Wire Cutters - - Added More RecipeSchema's For KubeJS - - Added the capability to tape crates - - Added the ability to clear data from items by crafting + +- Added Textures for Computer Casings styled around the new texture standard +- Fluid Tags for Molten Fluids & Plasmas +- Datasticks will now render the primary item within contained data when holding SHIFT ### CHANGES: - - Modified how fluids are registered in KubeJS & Java - **ADDON & PACKDEVS WILL NEED TO UPDATE MODS/SCRIPTS** - - Modified a variety of colors for GTMaterials - - Batteries now display charge in tooltip - - Better Fluid Tooltips - - Switched from Zedtech to Gregtech:Refreshed for base textures, this is still a WIP. +- Parallel Hatches can no longer be shared. +- SI Formatting for large fluid amounts +- Updated all hatches and busses recipes to match GTCEU : 1.12.2 +- Hazard gear works in curios slots +- Changed the location of the dimension icon for dimension based recipes +- KubeJS Support for research methods +- Research recipes now display CWU total in JADE and use the proper EU values. +- PACK DEVS ! - Can now define render toggles for multiblocks +- ADDON DEVS ! - OCLogic has been modified, please verify your addons reflect these new changes. ### FIXES: -- AE2 Busses and Hatches now properly work -- Fix Fusion Ring Rendering -- Fix miners destroying batteries -- Fix lighters destroying blocks -- Fix GTArmors from destroying selected items in creative -- Fix Quarktech Armor lang -- Fix CTM not working with computer casings -- Fixed Multi Rotation Render & Multi Rotation -- Fixed Infinite Item Duping with the assemblyline + +- Fixed Rubber Leaves and Saplings not being able to compost. +- Fix fluid output slots accepting manual inputs +- Large variety of recipe logic and OC logic fixes +- Fixed AEParts in assembly lines having wrong recipe voltages +- Fixes Crashes due to null recipes caused by HighTier being disabled +- Fixed PartialNBT usage in recipes +- Various KubeJS recipe fixes +- ME Export Bus is now considered an "EXPORT_ITEMS" part ability +- Fix bedrock ore miner not overclocking +- Assembly line Structure no longer allows MEBufferParts diff --git a/gradle.properties b/gradle.properties index 91d2a3403c..2c8c62de06 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.4.0 +mod_version = 1.4.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/