Skip to content

Commit

Permalink
Remove LazyDFU from Fabric dev env
Browse files Browse the repository at this point in the history
1.19.4 DFU optimizations in vanilla have made this unnecessary
  • Loading branch information
williewillus committed Jul 22, 2023
1 parent b10acc5 commit 54391eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ dependencies {
compileOnly "mezz.jei:jei-1.20.1-common-api:15.0.0.14"

modRuntimeOnly "maven.modrinth:here-be-no-dragons:1.0.0"
modRuntimeOnly "maven.modrinth:lazydfu:0.1.3"
}

compileJava {
Expand Down

3 comments on commit 54391eb

@artemisSystem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@williewillus
Copy link
Member Author

@williewillus williewillus commented on 54391eb Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

1.19.4 optimized DFU dramatically, there's basically no startup cost anymore. Try it and see.

@artemisSystem
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh right, i forgot

Please sign in to comment.