diff --git a/gradle.properties b/gradle.properties index 1b50bc9..103b22d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version=1.0.2 +mod_version=1.0.3 maven_group=com.kckarnige archives_base_name=slowbronze diff --git a/src/main/resources/data/bronze/recipe/bronze_boots.json b/src/main/resources/data/bronze/recipe/bronze_boots.json index 086d30c..53c675d 100644 --- a/src/main/resources/data/bronze/recipe/bronze_boots.json +++ b/src/main/resources/data/bronze/recipe/bronze_boots.json @@ -6,7 +6,7 @@ "item": "slowbronze:bronze_plate" }, "C": { - "item": "minecraft:chainmail_boots" + "item": "minecraft:iron_boots" } }, "pattern": [ diff --git a/src/main/resources/data/bronze/recipe/bronze_chestplate.json b/src/main/resources/data/bronze/recipe/bronze_chestplate.json index ee04e2e..91a30fb 100644 --- a/src/main/resources/data/bronze/recipe/bronze_chestplate.json +++ b/src/main/resources/data/bronze/recipe/bronze_chestplate.json @@ -6,7 +6,7 @@ "item": "slowbronze:bronze_plate" }, "C": { - "item": "minecraft:chainmail_chestplate" + "item": "minecraft:iron_chestplate" } }, "pattern": [ diff --git a/src/main/resources/data/bronze/recipe/bronze_helmet.json b/src/main/resources/data/bronze/recipe/bronze_helmet.json index 646f752..bded324 100644 --- a/src/main/resources/data/bronze/recipe/bronze_helmet.json +++ b/src/main/resources/data/bronze/recipe/bronze_helmet.json @@ -6,7 +6,7 @@ "item": "slowbronze:bronze_plate" }, "C": { - "item": "minecraft:chainmail_helmet" + "item": "minecraft:iron_helmet" } }, "pattern": [ diff --git a/src/main/resources/data/bronze/recipe/bronze_leggings.json b/src/main/resources/data/bronze/recipe/bronze_leggings.json index 61b677c..4309c76 100644 --- a/src/main/resources/data/bronze/recipe/bronze_leggings.json +++ b/src/main/resources/data/bronze/recipe/bronze_leggings.json @@ -6,7 +6,7 @@ "item": "slowbronze:bronze_plate" }, "C": { - "item": "minecraft:chainmail_leggings" + "item": "minecraft:iron_leggings" } }, "pattern": [ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b8a3d5b..7986e5b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,8 +2,8 @@ "schemaVersion": 1, "id": "slowbronze", "version": "${version}", - "name": "Bronze: Slow Your Roll Compat", - "description": "This is a compatibility mod for the 'Bronze' mod to make in compatible with 'Slow Your Roll'", + "name": "Slow Your Bronze", + "description": "A compatibility mod to make the 'Bronze' mod compatible with 'Slow Your Roll'.", "authors": [ "KayoticCarnige" ],