diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6c873c52..594b67f91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,24 @@ # ChangeLog -Version: 1.1.4 +Version: 1.1.4.a ### ADDITIONS: -- add Curios slot for magnets -- add compass pages for coke oven, EBF, large boiler -- add collapsible entry for ore blocks in REI +- added more wiremill recipes for different wire sizes +- made rubber saplings & leaves compostable +- made spray paint able to paint multiple blocks in a chain if crouching +- added ability to use block/fluid tags in multiblock patterns ### FIXES: -- fix proxy recipes not being found -- add dimension requirements for fluid veins -- fix world accelerator block entity duplication and/or voiding -- fix multi-amp transformer capacity -- fix machines not connecting to already placed cables -- fix battery buffers allowing stacked batteries -- fix bucket emptying behavior -- fix item collector behavior -- fix issues with EMI integration -- fix ConcurrentModificationException in recipe conditions -- fix large boiler fuel consumption and steam output display -- fix descriptions for impure ore cauldron actions -- fix item tooltip performance issues -- fix KJS not being able to remove GT tags -- improve performance in the JEI integration by caching recipe UI size -- improve ingredient lookup performance -- fix bucket model -- fix chainsaw durability consumption -- fix large miner crashes -- fix fluid drilling rig EU/t usage and add extra tooltips -- fix distinct bus mode not working with ghost circuits -- fix item filter mode resetting every time the UI is opened -- fix pumps inserting the same fluid into more than one slot -- fix pump/conveyor covers and other machines being able to extract from a creative tank's internal slot -- fix startup crash when creating custom coils using KJS +- fix AMD driver error in LDlib +- fixed bucket model +- fixed PA accepting multiblock machines +- fixed fluid pipes crashing when connected to other mods' blocks +- fixed large DT outputs not being ordered +- fixed wooden brick form disappearing after use +- fixed pyrolyse oven not getting bonuses if recipe didn't overclock +- fixed shovels crashing if somehow used to path air +- fixed full spray paint cans rendering the bar as empty ### CHANGES: -- updated Russian and Chinese translations -- buff the large miner's fortune level -- removed async recipe searching, as it's no longer necessary -- make UI titlebars only scroll/roll when hovering over them +- ported multi-amp energy hatches not giving overclocks. You now always need 2 energy hatches for an overclock. +- made dynamic data- and resourcepacks appear in the pack list(s) diff --git a/gradle.properties b/gradle.properties index fc269c5469..03bc2f18b7 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.1.4 +mod_version = 1.1.4.a mod_description = GregTech CE Unofficial, ported from 1.12.2 mod_license = LGPL-3.0 license mod_url = https://github.com/GregTechCEu/GregTech-Modern/ diff --git a/settings.gradle b/settings.gradle index 16f164c495..59fcb479bb 100644 --- a/settings.gradle +++ b/settings.gradle @@ -43,7 +43,7 @@ dependencyResolutionManagement { def vineFlowerVersion = "1.+" def macheteVersion = "1.+" def configurationVersion = "2.2.0" - def ldLibVersion = "1.0.24.a" + def ldLibVersion = "1.0.24.b" def mixinextrasVersion = "0.2.0" def shimmerVersion = "0.2.2"