Compare commits
No commits in common. "5ae72647c2eabd426ef68f068790403ab36c8af4" and "9e8a61756d017eb608fb0875873b69f4682c6c23" have entirely different histories.
5ae72647c2
...
9e8a61756d
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,5 @@
|
|||
"count": 1,
|
||||
"id": "mc_rebalance:netherite_paxel"
|
||||
},
|
||||
"template": {
|
||||
"item": "minecraft:netherite_upgrade_smithing_template"
|
||||
}
|
||||
"template": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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": []
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels"
|
||||
]
|
||||
}
|
||||
|
|
@ -6,6 +6,10 @@
|
|||
},
|
||||
"filter": {
|
||||
"block": [
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "recipe/netherite_upgrade_smithing_template.json"
|
||||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "recipe/wooden"
|
||||
|
|
|
|||
Loading…
Reference in a new issue