From 009b2fda26224f46cfe1884958f0d483938be55a Mon Sep 17 00:00:00 2001 From: Sekwah Date: Sun, 28 Jun 2020 23:11:23 +0100 Subject: [PATCH] Removed fabric --- settings.gradle | 10 ---------- src/main/resources/advancedportals.common.json | 10 ---------- src/main/resources/fabric.mod.json | 16 ---------------- src/main/resources/mcmod.info | 16 ---------------- 4 files changed, 52 deletions(-) delete mode 100644 settings.gradle delete mode 100644 src/main/resources/advancedportals.common.json delete mode 100644 src/main/resources/fabric.mod.json delete mode 100644 src/main/resources/mcmod.info diff --git a/settings.gradle b/settings.gradle deleted file mode 100644 index 5b60df3..0000000 --- a/settings.gradle +++ /dev/null @@ -1,10 +0,0 @@ -pluginManagement { - repositories { - jcenter() - maven { - name = 'Fabric' - url = 'https://maven.fabricmc.net/' - } - gradlePluginPortal() - } -} diff --git a/src/main/resources/advancedportals.common.json b/src/main/resources/advancedportals.common.json deleted file mode 100644 index 96c01f3..0000000 --- a/src/main/resources/advancedportals.common.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "required": true, - "package": "com.sekwah.advancedportals.fabric.mixins.common", - "compatibilityLevel": "JAVA_8", - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -} \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json deleted file mode 100644 index 59b10f7..0000000 --- a/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "advancedportals", - "name": "Advanced Portals", - "description": "A portal mod for minecraft", - "version": "1.0.0", - "side": "universal", - "initializers": [ - "com.sekwah.advancedportals.fabric.AdvancedPortalsMod" - ], - "requires": { - "fabric": "*" - }, - "mixins": { - "common": "modid.common.json" - } -} \ No newline at end of file diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info deleted file mode 100644 index 5e51f31..0000000 --- a/src/main/resources/mcmod.info +++ /dev/null @@ -1,16 +0,0 @@ -[ -{ - "modid": "advancedportals", - "name": "Advanced Portals", - "description": "A server side mod for portals", - "version": "${version}", - "mcversion": "${mcversion}", - "url": "https://www.spigotmc.org/resources/advanced-portals.14356/", - "updateUrl": "", - "authorList": ["sekwah41"], - "credits": "", - "logoFile": "", - "screenshots": [], - "dependencies": [] -} -]