Skip to content

Commit

Permalink
Remove LazyDFU, 1.19.4 DFU optimizations are good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Feb 28, 2023
1 parent 885195a commit 328350e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ dependencies {
modRuntimeOnly "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"

modRuntimeOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
modRuntimeOnly "maven.modrinth:lazydfu:${project.lazydfu_version}"
// modRuntimeOnly "maven.modrinth:sodium:${project.sodium_version}"
// modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
modRuntimeOnly "maven.modrinth:starlight:${project.starlight_version}"
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ yarn_mappings = 1.19.4-pre2+build.1
# If true, third-party mods will be loaded during runtime in the developer run configurations
use_third_party_mods = true

# Mods currently incompatible with 1.19.4-pre2 have been omitted from here and build.gradle

modmenu_version = 6.1.0-beta.3
lazydfu_version = 0.1.3
# sodium_version = mc1.19.3-0.4.9
# lithium_version = mc1.19.3-0.10.4
starlight_version = 1.1.1+1.19
Expand Down

0 comments on commit 328350e

Please sign in to comment.