Skip to content

Commit

Permalink
add(great runeblade recipes)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed Oct 1, 2024
1 parent 79197b2 commit 66096fe
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"betterend"
]
}
],
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"base": {
"item": "death_knights:great_netherite_runeblade"
},
"addition": {
"item": "betterend:aeternium_ingot"
},
"result": {
"item": "death_knights:great_aeternium_runeblade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"B": {
"item": "minecraft:diamond"
},
"H": [
{
"tag": "c:wood_sticks"
},
{
"item": "minecraft:stick"
}
],
"R": {
"item": "death_knights:runecarved_stone"
}
},
"pattern": [
" RB",
"BBR",
"HB "
],
"result": {
"id": "death_knights:great_diamond_runeblade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"B": {
"item": "minecraft:iron_ingot"
},
"H": [
{
"tag": "c:wood_sticks"
},
{
"item": "minecraft:stick"
}
],
"R": {
"item": "death_knights:runecarved_stone"
}
},
"pattern": [
" RB",
"BBR",
"HB "
],
"result": {
"id": "death_knights:great_iron_runeblade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"base": {
"item": "death_knights:great_diamond_runeblade"
},
"addition": {
"item": "minecraft:netherite_ingot"
},
"result": {
"item": "death_knights:great_netherite_runeblade"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"betternether"
]
}
],
"type": "minecraft:smithing_transform",
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"base": {
"item": "death_knights:great_netherite_runeblade"
},
"addition": {
"item": "betternether:nether_ruby"
},
"result": {
"item": "death_knights:great_ruby_runeblade"
}
}

0 comments on commit 66096fe

Please sign in to comment.