diff options
| -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" } } |
