diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2023-07-21 12:15:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 12:15:37 +0200 |
commit | 2c7e371cb8d566875d767dd20c4a1287d5275b2c (patch) | |
tree | 593b568f15ac5de7cbced5519f8850a37ea7aba7 /src/main/resources/mixins.examplemod.json | |
download | SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.tar.gz SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.tar.bz2 SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.zip |
Initial commit
Diffstat (limited to 'src/main/resources/mixins.examplemod.json')
-rw-r--r-- | src/main/resources/mixins.examplemod.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/mixins.examplemod.json b/src/main/resources/mixins.examplemod.json new file mode 100644 index 0000000..570a0d0 --- /dev/null +++ b/src/main/resources/mixins.examplemod.json @@ -0,0 +1,11 @@ +{ + "package": "${mixinGroup}", + "refmap": "mixins.${modid}.refmap.json", + "minVersion": "0.7", + "compatibilityLevel": "JAVA_8", + "mixins": [ + ], + "client": [ + "MixinGuiMainMenu" + ] +} |