Removed fabric

This commit is contained in:
Sekwah 2020-06-28 23:11:23 +01:00
parent 4008dbe521
commit 009b2fda26
4 changed files with 0 additions and 52 deletions

View File

@ -1,10 +0,0 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}

View File

@ -1,10 +0,0 @@
{
"required": true,
"package": "com.sekwah.advancedportals.fabric.mixins.common",
"compatibilityLevel": "JAVA_8",
"mixins": [
],
"injectors": {
"defaultRequire": 1
}
}

View File

@ -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"
}
}

View File

@ -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": []
}
]