Skip to content

Commit

Permalink
update LDlib to fix server crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Mar 31, 2024
1 parent a72439b commit 646c3d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@
Version: 1.1.4.a

### ADDITIONS:
- 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 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
- fix server crash in LDlib

### CHANGES:
- 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)
- Use a grid-based UI for the multiblock part switcher
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.a
mod_version = 1.1.4.b
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.b"
def ldLibVersion = "1.0.24.c"
def mixinextrasVersion = "0.2.0"
def shimmerVersion = "0.2.2"

Expand Down

0 comments on commit 646c3d0

Please sign in to comment.