Add copper nugget data + paxel/copper armour smelting

This commit is contained in:
Sergeant Acoustic 2026-01-30 02:15:56 +00:00
parent 82c77c3e4b
commit 63af082af2
9 changed files with 229 additions and 0 deletions

View file

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

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "copper_ingot",
"key": {
"#": {
"item": "mc_rebalance:copper_nugget"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:copper_ingot"
}
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:copper_ingot"
}
],
"result": {
"count": 9,
"id": "mc_rebalance:copper_nugget"
}
}

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:stone_tools"
},
{
"item": "mc_rebalance:copper_helmet"
},
{
"item": "mc_rebalance:copper_chestplate"
},
{
"item": "mc_rebalance:copper_leggings"
},
{
"item": "mc_rebalance:copper_boots"
}
],
"result": {
"id": "mc_rebalance:copper_nugget"
}
}

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:stone_tools"
},
{
"item": "mc_rebalance:copper_helmet"
},
{
"item": "mc_rebalance:copper_chestplate"
},
{
"item": "mc_rebalance:copper_leggings"
},
{
"item": "mc_rebalance:copper_boots"
}
],
"result": {
"id": "mc_rebalance:copper_nugget"
}
}

View file

@ -0,0 +1,29 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:golden_tools"
},
{
"item": "minecraft:golden_helmet"
},
{
"item": "minecraft:golden_chestplate"
},
{
"item": "minecraft:golden_leggings"
},
{
"item": "minecraft:golden_boots"
},
{
"item": "minecraft:golden_horse_armor"
}
],
"result": {
"id": "minecraft:gold_nugget"
}
}

View file

@ -0,0 +1,29 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:golden_tools"
},
{
"item": "minecraft:golden_helmet"
},
{
"item": "minecraft:golden_chestplate"
},
{
"item": "minecraft:golden_leggings"
},
{
"item": "minecraft:golden_boots"
},
{
"item": "minecraft:golden_horse_armor"
}
],
"result": {
"id": "minecraft:gold_nugget"
}
}

View file

@ -0,0 +1,41 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:iron_tools"
},
{
"item": "minecraft:iron_helmet"
},
{
"item": "minecraft:iron_chestplate"
},
{
"item": "minecraft:iron_leggings"
},
{
"item": "minecraft:iron_boots"
},
{
"item": "minecraft:iron_horse_armor"
},
{
"item": "minecraft:chainmail_helmet"
},
{
"item": "minecraft:chainmail_chestplate"
},
{
"item": "minecraft:chainmail_leggings"
},
{
"item": "minecraft:chainmail_boots"
}
],
"result": {
"id": "minecraft:iron_nugget"
}
}

View file

@ -0,0 +1,41 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"ingredient": [
{
"tag": "defaulted:iron_tools"
},
{
"item": "minecraft:iron_helmet"
},
{
"item": "minecraft:iron_chestplate"
},
{
"item": "minecraft:iron_leggings"
},
{
"item": "minecraft:iron_boots"
},
{
"item": "minecraft:iron_horse_armor"
},
{
"item": "minecraft:chainmail_helmet"
},
{
"item": "minecraft:chainmail_chestplate"
},
{
"item": "minecraft:chainmail_leggings"
},
{
"item": "minecraft:chainmail_boots"
}
],
"result": {
"id": "minecraft:iron_nugget"
}
}