Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
- Updated internal mod name
- Changed crafting recipe to use copper ingots
  • Loading branch information
kckarnige committed Sep 28, 2024
1 parent d2f8755 commit 35faa34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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.1
mod_version=1.0.2
maven_group=com.kckarnige
archives_base_name=wham

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/wham/recipe/mace_head.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"item": "minecraft:heavy_core"
},
"=": {
"item": "minecraft:iron_ingot"
"item": "minecraft:copper_ingot"
},
"-": {
"item": "minecraft:iron_nugget"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "wham",
"version": "${version}",
"name": "Wham!",
"name": "Wham! - A Mace Overhaul",
"description": "A mod that gives the mace a complete overhaul!",
"authors": [
"KayoticCarnige"
Expand Down
Binary file modified wham_craftExample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35faa34

Please sign in to comment.