diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mcmod.info | 12 | ||||
-rw-r--r-- | src/main/resources/veloxcaelo.mixins.json | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..90f1bf6 --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,12 @@ +[ + { + "modid": "veloxcaelo", + "name": "Velox Caelo", + "description": "The sky is not the limit", + "version": "1.0.0", + "mcversion": "1.8.9", + "authorList": [ + "Linnea Gräf" + ] + } +]
\ No newline at end of file diff --git a/src/main/resources/veloxcaelo.mixins.json b/src/main/resources/veloxcaelo.mixins.json new file mode 100644 index 0000000..fcbd00a --- /dev/null +++ b/src/main/resources/veloxcaelo.mixins.json @@ -0,0 +1,9 @@ +{ + "package": "moe.nea.caelo.mixin", + "refmap": "mixins.veloxcaelo.refmap.json", + "plugin": "moe.nea.caelo.init.MixinPlugin", + "minVersion": "0.7", + "compatibilityLevel": "JAVA_8", + "mixins": [ + ] +}
\ No newline at end of file |