Skip to content

Commit

Permalink
Update to 1.21 (#59)
Browse files Browse the repository at this point in the history
* Update to 24w21b

* Update to 1.21-pre2
  • Loading branch information
DrexHD authored Jun 5, 2024
1 parent d90cd65 commit 3737590
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void onInitialize() {

@Override
public Identifier getFabricId() {
return new Identifier(ID, "translations");
return Identifier.of(ID, "translations");
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {
}

class Globals {
static def baseVersion = "2.3.0"
static def mcVersion = "1.20.5-rc2"
static def baseVersion = "2.3.1"
static def mcVersion = "1.21-pre2"
static def yarnVersion = "+build.1"
}

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/server_translations.mixin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"MixinMinecraftServer",
"MixinRecipeManager",
"MixinReloadableResourceManagerImpl",
"MixinThreadedAnvilChunkStorage",
"MixinWorldGenerationProgressLogger"
],
"injectors": {
Expand Down

0 comments on commit 3737590

Please sign in to comment.