diff --git a/fabric/pom.xml b/fabric/pom.xml new file mode 100644 index 000000000..d6a527f79 --- /dev/null +++ b/fabric/pom.xml @@ -0,0 +1,52 @@ + + + + viaversion-parent + us.myles + 3.0.0-SNAPSHOT + + 4.0.0 + + viaversion-fabric + + + + + . + true + src/main/resources/ + + ** + + + + + + org.codehaus.mojo + templating-maven-plugin + 1.0.0 + + + filter-src + + filter-sources + + + + + + + + + + + us.myles + viaversion-common + ${project.parent.version} + provided + + + + \ No newline at end of file diff --git a/fabric/src/main/resources/assets/viaversion/textures/squarelogo.png b/fabric/src/main/resources/assets/viaversion/textures/squarelogo.png new file mode 100644 index 000000000..68a6fcea1 Binary files /dev/null and b/fabric/src/main/resources/assets/viaversion/textures/squarelogo.png differ diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..cbcd9099d --- /dev/null +++ b/fabric/src/main/resources/fabric.mod.json @@ -0,0 +1,28 @@ +{ + "schemaVersion": 1, + "id": "viaversion", + "name": "ViaVersion API", + "version": "${project.version}", + "description": "${project.description}", + "license": "MIT", + "contact": { + "homepage": "https://viaversion.com/", + "issues": "https://github.com/ViaVersion/ViaVersion/issues", + "sources": "https://github.com/ViaVersion/ViaVersion" + }, + "icon": "assets/viaversion/textures/squarelogo.png", + "environment": "*", + "authors": [ + "_MylesC", + "Matsv" + ], + "depends": { + "fabricloader": ">=0.4.0" + }, + "recommends": { + "viafabric": ">=0.2.0-SNAPSHOT" + }, + "custom": { + "modmenu:api": true + } +} \ No newline at end of file diff --git a/jar/pom.xml b/jar/pom.xml index 2312c1a69..7cbdb4324 100644 --- a/jar/pom.xml +++ b/jar/pom.xml @@ -101,6 +101,11 @@ viaversion-bungee ${project.parent.version} + + us.myles + viaversion-fabric + ${project.parent.version} + us.myles viaversion-sponge diff --git a/pom.xml b/pom.xml index 75beb0df9..2532c5459 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ common bukkit bungee + fabric sponge sponge-legacy velocity