From 4f8ca665888f10504d2995e9bed4b95ea60554c3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 21 Jul 2023 10:15:53 +0000 Subject: Initialize template repository proper Set package name to com.github.romangraef.skyblockplayersanonymous Set project name to SkyblockPlayersAnonymous Set modid to skyblockplayersanonymous --- src/main/resources/mixins.examplemod.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/main/resources/mixins.examplemod.json (limited to 'src/main/resources/mixins.examplemod.json') diff --git a/src/main/resources/mixins.examplemod.json b/src/main/resources/mixins.examplemod.json deleted file mode 100644 index 570a0d0..0000000 --- a/src/main/resources/mixins.examplemod.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "package": "${mixinGroup}", - "refmap": "mixins.${modid}.refmap.json", - "minVersion": "0.7", - "compatibilityLevel": "JAVA_8", - "mixins": [ - ], - "client": [ - "MixinGuiMainMenu" - ] -} -- cgit