From f4bf70032a45b4daa7805ca38f2d820645dc9a6b Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 29 Jul 2022 20:51:53 +0200 Subject: no arch --- common/src/main/resources/architectury.common.json | 3 --- .../src/main/resources/notenoughupdates-common.mixins.json | 12 ------------ common/src/main/resources/notenoughupdates.accesswidener | 1 - 3 files changed, 16 deletions(-) delete mode 100644 common/src/main/resources/architectury.common.json delete mode 100644 common/src/main/resources/notenoughupdates-common.mixins.json delete mode 100644 common/src/main/resources/notenoughupdates.accesswidener (limited to 'common/src/main/resources') diff --git a/common/src/main/resources/architectury.common.json b/common/src/main/resources/architectury.common.json deleted file mode 100644 index 017e6cd..0000000 --- a/common/src/main/resources/architectury.common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "accessWidener": "notenoughupdates.accesswidener" -} diff --git a/common/src/main/resources/notenoughupdates-common.mixins.json b/common/src/main/resources/notenoughupdates-common.mixins.json deleted file mode 100644 index e83444e..0000000 --- a/common/src/main/resources/notenoughupdates-common.mixins.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "required": true, - "package": "net.examplemod.mixin", - "compatibilityLevel": "JAVA_16", - "client": [ - ], - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -} diff --git a/common/src/main/resources/notenoughupdates.accesswidener b/common/src/main/resources/notenoughupdates.accesswidener deleted file mode 100644 index 236e6b1..0000000 --- a/common/src/main/resources/notenoughupdates.accesswidener +++ /dev/null @@ -1 +0,0 @@ -accessWidener v2 named -- cgit