diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 12:48:28 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 12:48:28 -0400 |
| commit | 02e970af6923ba8d0da4726c23fe8683c77acf31 (patch) | |
| tree | a6e2b1b13f3f4fc0e420770b57a143adbf7bd4b6 | |
| parent | da625c7c16186bfbe4901013d67cb2301d277cf9 (diff) | |
update to 1.21
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | build.gradle.kts | 2 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -10,3 +10,6 @@ bin *.hprof + +/.direnv +/.envrc diff --git a/build.gradle.kts b/build.gradle.kts index 8468adf..cf52534 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("fabric-loom") version "1.6-SNAPSHOT" } -val minecraftVersion = "1.20.5" +val minecraftVersion = "1.21" version = "1.0.0+$minecraftVersion" group = "net.inyourwalls" diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4da63f8..6862123 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,6 +27,6 @@ "depends": { "fabricloader": ">=0.14.22", "java": ">=17", - "minecraft": "~1.20.5" + "minecraft": "~1.21" } } |
