Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update, update LDlib, changelog #1031

Merged
merged 2 commits into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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"

Expand Down
Loading