-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add smithing table upgrade recipes to upgrade to netherite weapons
- Loading branch information
1 parent
18eacf5
commit e9505c8
Showing
7 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/paladins/recipes/netherite_claymore_smithing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:smithing", | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"base": { | ||
"item": "paladins:diamond_claymore" | ||
}, | ||
"result": { | ||
"item": "paladins:netherite_claymore" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/paladins/recipes/netherite_great_hammer_smithing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:smithing", | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"base": { | ||
"item": "paladins:diamond_great_hammer" | ||
}, | ||
"result": { | ||
"item": "paladins:netherite_great_hammer" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/paladins/recipes/netherite_holy_staff_smithing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:smithing", | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"base": { | ||
"item": "paladins:holy_staff" | ||
}, | ||
"result": { | ||
"item": "paladins:netherite_holy_staff" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/paladins/recipes/netherite_holy_wand_smithing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:smithing", | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"base": { | ||
"item": "paladins:holy_wand" | ||
}, | ||
"result": { | ||
"item": "paladins:netherite_holy_wand" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/paladins/recipes/netherite_mace_smithing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:smithing", | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"base": { | ||
"item": "paladins:diamond_mace" | ||
}, | ||
"result": { | ||
"item": "paladins:netherite_mace" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters