Compare commits

...

2 commits

Author SHA1 Message Date
Sergeant Acoustic 5ae72647c2 Add paxels to the relevant tags 2026-01-28 00:29:18 +00:00
Sergeant Acoustic ab924ece23 Readd smithing templates
Also port cheaper smithing template recipe
2026-01-28 00:26:47 +00:00
18 changed files with 56 additions and 133 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,25 @@
{
"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

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

View file

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

View file

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

View file

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

View file

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