diff options
author | isXander <isxander@users.noreply.github.com> | 2022-08-30 20:04:21 +0100 |
---|---|---|
committer | isXander <isxander@users.noreply.github.com> | 2022-08-30 20:04:21 +0100 |
commit | 9d0a5e937f97c1c17d034393e01636d5241f376a (patch) | |
tree | 40b15bc97835c798d6b4489afaf8c84970c3ea0b /src/main/resources/fabric.mod.json | |
parent | d643a44c866504a642f9de0055417a82585d96e5 (diff) | |
download | YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.gz YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.bz2 YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.zip |
Builder API done!
gui now...
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 95b5d16..708c30e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,9 +17,6 @@ "entrypoints": { }, - "mixins": [ - "fabric-mod-template.mixins.json" - ], "depends": { "fabricloader": ">=0.14.0", "minecraft": "1.19.x", |