diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-04-23 15:21:53 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-04-23 15:21:53 -0400 |
| commit | da625c7c16186bfbe4901013d67cb2301d277cf9 (patch) | |
| tree | d1a183758fdfa470403a78b101eb3d45b5b70dc8 /src/main/resources | |
| parent | 60d34fa950384a2ee8db7d7bbef45aa48452e467 (diff) | |
prevent loading below 1.20.51.20.5
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4d6a5aa..4da63f8 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.2" + "minecraft": "~1.20.5" } } |
