Skip to content

Commit

Permalink
update, update LDlib, changelog (#1031)
Browse files Browse the repository at this point in the history
* update, update LDlib, changelog

* more changelog
  • Loading branch information
screret committed Mar 30, 2024
1 parent f8ac1f6 commit 7f8ec23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 35 deletions.
49 changes: 16 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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/
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencyResolutionManagement {
def architecturyPluginVersion = "3.4-SNAPSHOT"
def architecturyLoomVersion = "1.5-SNAPSHOT"
def macheteVersion = "1.+"
def ldLibVersion = "1.0.24.a"
def ldLibVersion = "1.0.24.b"
def mixinextrasVersion = "0.2.0"

forge {
Expand Down

0 comments on commit 7f8ec23

Please sign in to comment.