Skip to content

Commit

Permalink
1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Dec 7, 2023
1 parent 3fb5079 commit c1eaf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscript/src/main/java/Buildscript.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class Buildscript extends SimpleFabricProject {
static final boolean SODIUM = true;
static final boolean CUSTOM_SODIUM = false;
static final String MC_VERSION = "1.20.3";
static final String MC_VERSION = "1.20.4";
static final String customSodiumName = "sodium-fabric-mc23w45a-0.5.3git.86b69d2-dirty.jar";

private static final String[] SOURCE_SETS = new String[] {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

"depends": {
"fabricloader": ">=0.12.3",
"minecraft": "1.20.3",
"minecraft": ["1.20.3", "1.20.4"],
"sodium": "0.5.4"
},

Expand Down

0 comments on commit c1eaf73

Please sign in to comment.