Compare commits

..

No commits in common. "5ae72647c2eabd426ef68f068790403ab36c8af4" and "9e8a61756d017eb608fb0875873b69f4682c6c23" have entirely different histories.

18 changed files with 133 additions and 56 deletions

View file

@ -1,5 +0,0 @@
{
"values": [
"#mc_rebalance:paxels"
]
}

View file

@ -17,7 +17,7 @@
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 5.5,
"amount": 4.5,
"operation": "add_value"
},
{
@ -30,7 +30,6 @@
],
"minecraft:max_stack_size": 1,
"minecraft:damage": 0,
"minecraft:max_damage": 2031,
"minecraft:fire_resistant": {}
"minecraft:max_damage": 2031
}
}

View file

@ -10,7 +10,5 @@
"count": 1,
"id": "mc_rebalance:netherite_paxel"
},
"template": {
"item": "minecraft:netherite_upgrade_smithing_template"
}
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_axe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_axe"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_boots"
},
"result": {
"count": 1,
"id": "minecraft:netherite_boots"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_chestplate"
},
"result": {
"count": 1,
"id": "minecraft:netherite_chestplate"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_helmet"
},
"result": {
"count": 1,
"id": "minecraft:netherite_helmet"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_hoe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_hoe"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_leggings"
},
"result": {
"count": 1,
"id": "minecraft:netherite_leggings"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_pickaxe"
},
"result": {
"count": 1,
"id": "minecraft:netherite_pickaxe"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_shovel"
},
"result": {
"count": 1,
"id": "minecraft:netherite_shovel"
},
"template": []
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:smithing_transform",
"addition": {
"item": "minecraft:netherite_ingot"
},
"base": {
"item": "minecraft:diamond_sword"
},
"result": {
"count": 1,
"id": "minecraft:netherite_sword"
},
"template": []
}

View file

@ -1,25 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:end_stone"
},
"S": {
"item": "minecraft:netherite_upgrade_smithing_template"
}
},
"pattern": [
"#S#",
"CCC",
"###"
],
"result": {
"count": 2,
"id": "minecraft:netherite_upgrade_smithing_template"
},
"show_notification": true
}

View file

@ -1,5 +0,0 @@
{
"values": [
"#mc_rebalance:paxels"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"#mc_rebalance:paxels"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"#mc_rebalance:paxels"
]
}

View file

@ -1,5 +0,0 @@
{
"values": [
"#mc_rebalance:paxels"
]
}

View file

@ -6,6 +6,10 @@
},
"filter": {
"block": [
{
"namespace": "minecraft",
"path": "recipe/netherite_upgrade_smithing_template.json"
},
{
"namespace": "minecraft",
"path": "recipe/wooden"