Compare commits

...

3 commits

Author SHA1 Message Date
Sergeant Acoustic 2b3b5fe50f Add more alternate recipes 2026-01-29 20:20:14 +00:00
Sergeant Acoustic c12ff22596 Lower copper ore drop rate
Compensate for this by making decorational copper recipes cheaper
2026-01-29 20:03:01 +00:00
Sergeant Acoustic ec29f044f9 Remove fortune bonus from ancient debris 2026-01-29 19:59:19 +00:00
28 changed files with 537 additions and 5 deletions

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_block"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:exposed_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:exposed_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:oxidized_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:oxidized_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_copper_block"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:waxed_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_exposed_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:waxed_exposed_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_oxidized_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:waxed_oxidized_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_weathered_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:waxed_weathered_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:weathered_copper"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 12,
"id": "minecraft:weathered_copper_door"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_block"
}
},
"pattern": [
"#",
"#",
"#"
],
"result": {
"count": 4,
"id": "minecraft:lightning_rod"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_block"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:exposed_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:exposed_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:oxidized_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:oxidized_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_copper_block"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:waxed_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_exposed_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:waxed_exposed_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_oxidized_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:waxed_oxidized_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:waxed_weathered_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:waxed_weathered_copper_trapdoor"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:weathered_copper"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:weathered_copper_trapdoor"
}
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"item": "minecraft:iron_block"
},
"N": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"N",
"I",
"N"
],
"result": {
"count": 9,
"id": "minecraft:chain"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_nugget"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:iron_bars"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:iron_block"
}
},
"pattern": [
"##",
"##",
"##"
],
"result": {
"count": 27,
"id": "minecraft:iron_door"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:iron_block"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 9,
"id": "minecraft:iron_trapdoor"
}
}

View file

@ -29,11 +29,6 @@
{ {
"type": "minecraft:item", "type": "minecraft:item",
"functions": [ "functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{"function": "minecraft:explosion_decay"} {"function": "minecraft:explosion_decay"}
], ],
"name": "minecraft:netherite_scrap" "name": "minecraft:netherite_scrap"

View file

@ -0,0 +1,52 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"name": "minecraft:copper_ore"
},
{
"type": "minecraft:item",
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:raw_copper"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/copper_ore"
}

View file

@ -0,0 +1,52 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"name": "minecraft:deepslate_copper_ore"
},
{
"type": "minecraft:item",
"functions": [
{
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops",
"function": "minecraft:apply_bonus"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:raw_copper"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/deepslate_copper_ore"
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"## ",
"## "
],
"result": {
"count": 1,
"id": "minecraft:copper_block"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "copper_ingot",
"ingredients": [
{
"item": "minecraft:copper_block"
}
],
"result": {
"count": 4,
"id": "minecraft:copper_ingot"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "copper_ingot",
"ingredients": [
{
"item": "minecraft:waxed_copper_block"
}
],
"result": {
"count": 4,
"id": "minecraft:copper_ingot"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 4,
"id": "minecraft:copper_trapdoor"
}
}