diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-02-19 20:28:38 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-02-19 20:28:38 -0500 |
| commit | 6f0b00923e8198260bbdb987a311a5a2980409bc (patch) | |
| tree | adeb116194e5432d4c86f302f19f07f711392c82 /src/main/resources/fabric.mod.json | |
| parent | b93a9f1406a38e32c03b75206411aae72defa931 (diff) | |
don't render background on 1.20.2 onwards1.20.2
Diffstat (limited to '')
| -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 64444f6..4d6a5aa 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.1" + "minecraft": "~1.20.2" } } |
