diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-20 15:10:49 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-20 16:20:56 +0200 |
commit | 3ad44b992fbb6859b01a99eae1a317ea67754e4d (patch) | |
tree | daf1d3b317d51af547c69d13fe36322de7425cca /src/main/resources/firmament.mixins.json | |
parent | 9b1b1446814f971e914c034aab00c95fdae87163 (diff) | |
download | Firmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.tar.gz Firmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.tar.bz2 Firmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.zip |
Make builds reproducible allowing for verifying builds
[no changelog]
Diffstat (limited to 'src/main/resources/firmament.mixins.json')
-rw-r--r-- | src/main/resources/firmament.mixins.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/resources/firmament.mixins.json b/src/main/resources/firmament.mixins.json deleted file mode 100644 index cdf66e0..0000000 --- a/src/main/resources/firmament.mixins.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "required": true, - "plugin": "moe.nea.firmament.init.MixinPlugin", - "package": "moe.nea.firmament.mixins", - "compatibilityLevel": "JAVA_17", - "injectors": { - "defaultRequire": 1 - }, - "refmap": "Firmament-refmap.json" -} |