diff options
| author | 2020-02-25 08:56:28 -0600 | |
|---|---|---|
| committer | 2020-02-25 14:56:28 +0000 | |
| commit | b38f2b0f52513a0e63d09ec540b272ad9be287fb (patch) | |
| tree | a9bec1fbd9e7c3c615f47f16f14ab956255cee2a /src/main/resources/fabric.mod.json | |
| parent | 1.15.2 (diff) | |
Add minVersion to template mixin config (#41)
* Add minVersion to mixin config
* Bump loader dep requriement to >=0.7.4
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -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 50ad0fe..197c798 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "fabricloader": ">=0.7.2", + "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.15.x" }, |
