Compare commits

..

3 commits

Author SHA1 Message Date
Sergeant Acoustic 9efedbe82c Remove duplicate copper nugget smelting recipe 2025-08-27 01:20:32 +01:00
Sergeant Acoustic aa8dfd9e52 Add drop for emerald plush 2025-08-27 01:20:32 +01:00
Sergeant Acoustic fa3e749363 Re-remove redundant stone to copper recipies
These are dealt with by the stone_tool_materials tag
2025-08-27 01:20:32 +01:00
9 changed files with 11 additions and 164 deletions

View file

@ -7,4 +7,4 @@
"name": "mc_rebalance:acoustic_plush"
}]
}]
}
}

View file

@ -0,0 +1,10 @@
{
"type": "minecraft:block",
"pools": [{
"rolls": 1.0,
"entries": [{
"type": "minecraft:item",
"name": "mc_rebalance:emerald_plush"
}]
}]
}

View file

@ -1,39 +0,0 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:stone_pickaxe"
},
{
"item": "minecraft:stone_shovel"
},
{
"item": "minecraft:stone_axe"
},
{
"item": "minecraft:stone_hoe"
},
{
"item": "minecraft:stone_sword"
},
{
"item": "paxelsfordummies:stone_paxel"
},
{
"item": "advanced_copper:copper_armor_helmet"
},
{
"item": "advanced_copper:copper_armor_chestplate"
},
{
"item": "advanced_copper:copper_armor_leggings"
},
{
"item": "advanced_copper:copper_armor_boots"
}
],
"result": "tconstruct:copper_nugget"
}

View file

@ -1,39 +0,0 @@
{
"type": "minecraft:smelting",
"category": "misc",
"cookingtime": 200,
"experience": 0.1,
"ingredient": [
{
"item": "minecraft:stone_pickaxe"
},
{
"item": "minecraft:stone_shovel"
},
{
"item": "minecraft:stone_axe"
},
{
"item": "minecraft:stone_hoe"
},
{
"item": "minecraft:stone_sword"
},
{
"item": "paxelsfordummies:stone_paxel"
},
{
"item": "advanced_copper:copper_armor_helmet"
},
{
"item": "advanced_copper:copper_armor_chestplate"
},
{
"item": "advanced_copper:copper_armor_leggings"
},
{
"item": "advanced_copper:copper_armor_boots"
}
],
"result": "tconstruct:copper_nugget"
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 21",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_axe"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_hoe"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_pickaxe"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_shovel"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
" 1 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_sword"
},
"show_notification":true
}