Skip to content

Commit

Permalink
Use spec version 2 to avoid having to update NFRT for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jan 2, 2025
1 parent fcc790b commit 894e08d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public CreateUserDevConfig() {}
@TaskAction
public void writeUserDevConfig() throws IOException {
var config = new UserDevConfig(
3,
// TODO: Technically new field... backwards compatible?
2,
"net.neoforged:neoform:%s-%s@zip".formatted(getMinecraftVersion().get(), getRawNeoFormVersion().get()),
"ats/",
"joined.lzma",
Expand Down

0 comments on commit 894e08d

Please sign in to comment.