diff --git a/README.md b/README.md index 74b38ab..95c6688 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Templates +# Templates 2 -[>> Downloads <<](https://github.com/CottonMC/Templates/releases) +[>> Downloads <<](https://modrinth.com/mod/templates-2) *Slopes?* diff --git a/build.gradle b/build.gradle index c4fdb03..f3350c0 100755 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ if(rootProject.file("private.gradle").exists()) { //Publishing details archivesBaseName = "templates" group = "io.github.cottonmc" -version = "2.0.1+1.20.1" +version = "2.0.2+1.20.1" repositories { mavenCentral() diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a17a060..620ce92 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,16 +2,19 @@ "schemaVersion": 1, "id": "templates", "version": "$version", - "name": "Templates", - "icon": "assets/templates/icon.png", + "name": "Templates 2", "description": "An API for templated blocks", - "license": "MIT", - "contact": { - "sources": "https://github.com/CottonMC/Templates" - }, - "mixins": [ - "templates.mixins.json" + "authors": [ + "quaternary", + "LemmaEOF", + "Grondag" ], + "contact": { + "homepage": "https://highlysuspect.agency/", + "sources": "https://github.com/quat1024/templates-mod" + }, + "license": "MIT", + "icon": "templates-icon.png", "environment": "*", "entrypoints": { "main": [ @@ -21,9 +24,12 @@ "io.github.cottonmc.templates.TemplatesClient" ] }, + "mixins": [ + "templates.mixins.json" + ], "depends": { "minecraft": ">=1.20.1", "fabricloader": "*", "fabric-api": "*" } -} +} \ No newline at end of file diff --git a/src/main/resources/assets/templates/icon.png b/src/main/resources/templates-icon.png similarity index 100% rename from src/main/resources/assets/templates/icon.png rename to src/main/resources/templates-icon.png