We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd904 commit becb708Copy full SHA for becb708
gradle.properties
@@ -30,6 +30,6 @@ jei_version=15.19.5.99
30
31
curios_version = 5.2.0-beta.3+1.20.1
32
33
-mod_group_id=io.github.realantengineer.formicapi
+mod_group_id=com.rae.formicapi
34
mod_authors=Real Ant Engineer
35
mod_description=Example mod description.\nNewline characters can be used and will be replaced properly.
src/main/resources/formicapi.mixins.json
@@ -2,7 +2,7 @@
2
"required": false,
3
"minVersion": "0.8",
4
"priority": 900,
5
- "package": "io.github.realantengineer.formicapi.mixin",
+ "package": "com.rae.formicapi.mixin",
6
"compatibilityLevel": "JAVA_17",
7
"refmap": "formicapi.refmap.json",
8
"mixins" : [],
0 commit comments