diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-12-12 22:23:07 +0100 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-12-12 22:23:07 +0100 |
commit | c11770ea6f633c90599f2d0f72537f2268d3edfb (patch) | |
tree | c569a0413a1e3d36a4c4c03d8d7298d2de9021e0 /src/main/resources | |
parent | 50c730331fae8b9e793dc053e668acf2673692e7 (diff) | |
download | Skyblocker-c11770ea6f633c90599f2d0f72537f2268d3edfb.tar.gz Skyblocker-c11770ea6f633c90599f2d0f72537f2268d3edfb.tar.bz2 Skyblocker-c11770ea6f633c90599f2d0f72537f2268d3edfb.zip |
fix log4j2
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 560b5f0e..250e5737 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "skyblocker.mixins.json" ], "depends": { - "fabricloader": ">=0.11.3", + "fabricloader": ">=0.12.11", "fabric": "*", "cloth-config2": "*", "minecraft": "1.17.x", |