Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 7278098

Browse files
committed
2.1.1
0 parents  commit 7278098

192 files changed

Lines changed: 3641 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

1.03 KB

Extra-Recipe

Still struggling to find the Enchanted Golden Apple? Still powerless against anvil wear?

Extra recipe to solve your troubles! What a project specifically does or adds: Diamond / Gold / Iron Horse Armor Recipe, Name Tag Recipe, Totem of Undying Recipe, Enchanted Golden Apple Recipe (and more!)...

Why someone should want to download the project: Because it's so good. :)

Any other critical information the user must know before downloading: You can ask me any questions related to it.

Fun to play!

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "minecraft:smelting",
3+
"category": "misc",
4+
"cookingtime": 900,
5+
"experience": 9,
6+
"ingredient": {
7+
"item": "minecraft:iron_block"
8+
},
9+
"result": "ad_astra:steel_block"
10+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"key": {
4+
"#": {
5+
"item": "ad_astra:steel_nugget"
6+
},
7+
"$": {
8+
"item": "minecraft:painting"
9+
}
10+
},
11+
"pattern": [
12+
" #",
13+
"#$#",
14+
" # "
15+
],
16+
"result": {
17+
"item": "ad_astra:space_painting",
18+
"count": 1
19+
}
20+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"result": {
4+
"item": "ae2:fluix_smart_cable",
5+
"count": 1
6+
},
7+
"ingredients": [
8+
[
9+
{
10+
"item": "ae2:fluix_glass_cable"
11+
},
12+
{
13+
"tag": "minecraft:wool"
14+
},
15+
{
16+
"item": "minecraft:redstone"
17+
},
18+
{
19+
"item": "minecraft:glowstone"
20+
}
21+
]
22+
]
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"key": {
4+
"#": {
5+
"item": "ae2:small_amethyst_bud"
6+
},
7+
"$": {
8+
"item": "ae2:flawed_budding_quartz"
9+
},
10+
"&": {
11+
"item": "ae2:charged_certus_quartz_crystal"
12+
}
13+
},
14+
"pattern": [
15+
"&#&",
16+
"#$#",
17+
"&#&"
18+
],
19+
"result": {
20+
"item": "ae2:flawless_budding_quartz",
21+
"count": 1
22+
}
23+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "minecraft:stonecutting",
3+
"ingredient": {
4+
"item": "ae2:quartz_cluster"
5+
},
6+
"result": "ae2:certus_quartz_crystal",
7+
"count": 3
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "minecraft:stonecutting",
3+
"ingredient": {
4+
"item": "ae2:certus_quartz_crystal"
5+
},
6+
"result": "ae2:large_quartz_bud",
7+
"count": 1
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "minecraft:stonecutting",
3+
"ingredient": {
4+
"item": "ae2:large_quartz_bud"
5+
},
6+
"result": "ae2:medium_quartz_bud",
7+
"count": 1
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "minecraft:stonecutting",
3+
"ingredient": {
4+
"item": "ae2:medium_quartz_bud"
5+
},
6+
"result": "ae2:small_quartz_bud",
7+
"count": 1
8+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
4+
"pattern": [
5+
"#$#",
6+
"$&$",
7+
"#$#"
8+
],
9+
10+
"key": {
11+
"#": {
12+
"item": "minecraft:gold_ingot"
13+
},
14+
"$": {
15+
"item": "minecraft:diamond"
16+
},
17+
"&": {
18+
"item": "buildcraftcore:gear_iron"
19+
}
20+
},
21+
22+
"result": {
23+
"item": "buildcraftcore:gear_diamond",
24+
"count": 1
25+
}
26+
}

0 commit comments

Comments
 (0)