Skip to content

Commit

Permalink
Updated name and armor recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Aug 17, 2024
1 parent c0e3ef8 commit 8fd5781
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/bronze/recipe/bronze_boots.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "slowbronze:bronze_plate"
},
"C": {
"item": "minecraft:chainmail_boots"
"item": "minecraft:iron_boots"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "slowbronze:bronze_plate"
},
"C": {
"item": "minecraft:chainmail_chestplate"
"item": "minecraft:iron_chestplate"
}
},
"pattern": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/bronze/recipe/bronze_helmet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "slowbronze:bronze_plate"
},
"C": {
"item": "minecraft:chainmail_helmet"
"item": "minecraft:iron_helmet"
}
},
"pattern": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/bronze/recipe/bronze_leggings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"item": "slowbronze:bronze_plate"
},
"C": {
"item": "minecraft:chainmail_leggings"
"item": "minecraft:iron_leggings"
}
},
"pattern": [
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 8fd5781

Please sign in to comment.