From 69d997ea7eddd46275c0cec07f565617b12367d8 Mon Sep 17 00:00:00 2001 From: aleganza Date: Sun, 26 Mar 2023 18:36:10 +0200 Subject: [PATCH] 1.1.1 -> 1.1.2 custom armor effects crash fix --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index f260d97..7242d3f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.14 # Mod Properties - mod_version = 1.1.1+mc1.19.3 + mod_version = 1.1.2+mc1.19.3 maven_group = net.aleganza archives_base_name = plenty-of-armors diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0e6cf9a..e1c4f7b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "plentyofarmors", - "version": "1.1.1", + "version": "1.1.2", "name": "Plenty Of Armors", "description": "Add many unique Armor Sets to your gameplay!", @@ -10,7 +10,7 @@ "rickorso" ], "contact": { - "homepage": "https://fabricmc.net/", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/plenty-of-armors", "sources": "https://github.com/aleganza/Plenty-Of-Armors" },