diff --git a/README.md b/README.md index 131c20e1..1798535f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Turns players and mobs into ponies. -http://minelittlepony-mod.com +https://minelittlepony-mod.com ## Building @@ -31,6 +31,6 @@ Once you have fabric installed, simply download the MineLittlePony-version.jar f ## Installation (Modders): -Maven: `http://repo.minelittlepony-mod.com/maven/snapshot` +Maven: `https://repo.minelittlepony-mod.com/maven/snapshot` -Dependency: `com.minelittlepony:MineLittlePony:4.0.1-1.15` +Dependency: `com.minelittlepony:MineLittlePony:4.0.4-1.15.2` diff --git a/build.gradle b/build.gradle index 22e6fcd7..82bf8691 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,3 @@ -// Fabric build script -// 03/06/2019 -// https://github.com/FabricMC/fabric-example-mod/blob/master/build.gradle - plugins { id 'java-library' id 'fabric-loom' version '0.2.6-SNAPSHOT' @@ -45,11 +41,11 @@ minecraft { repositories { maven { name = 'minelp' - url = 'http://repo.minelittlepony-mod.com/maven/snapshot' + url = 'https://repo.minelittlepony-mod.com/maven/snapshot' } maven { name = 'minelp-release' - url = 'http://repo.minelittlepony-mod.com/maven/release' + url = 'https://repo.minelittlepony-mod.com/maven/release' } } @@ -134,7 +130,7 @@ publishing { pom { name = "MineLittlePony" description = "HD Skins support for Minecraft" - url = "http://minelittlepony-mod.com" + url = "https://minelittlepony-mod.com" licenses { license { name = "MIT Public License" diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c4c9cd57..082e58d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,7 +9,7 @@ ], "contact": { "homepage": "https://minelittlepony-mod.com/", - "sources": "http://github.com/MineLittlePony/MineLittlePony", + "sources": "https://github.com/MineLittlePony/MineLittlePony", "issues": "https://github.com/MineLittlePony/MineLittlePony/issues" }, "license": "MIT",