Skip to content

Commit e250c2b

Browse files
authored
Merge pull request #23 from MikoTheBoi/master
Added parry shield and rapier recipes
2 parents 4be9e90 + 3c1ab94 commit e250c2b

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"#X#",
5+
"XGX",
6+
"#X#"
7+
],
8+
"key": {
9+
"#": {
10+
"item": "minecraft:gold_ingot"
11+
},
12+
"X": {
13+
"item": "minecraft:red_dye"
14+
},
15+
"G": {
16+
"item": "minecraft:gold_block"
17+
}
18+
},
19+
"result": {
20+
"item": "astraladditions:parry_shield"
21+
}
22+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
" E#",
5+
"XF ",
6+
"OX "
7+
],
8+
"key": {
9+
"#": {
10+
"item": "createastral:prismatic_crystal"
11+
},
12+
"X": {
13+
"item": "ad_astra:ostrum_plate"
14+
},
15+
"F": {
16+
"item": "astraladditions:fragile_item"
17+
},
18+
"O": {
19+
"item": "createaddition:iron_rod"
20+
},
21+
"E": {
22+
"item": "tech_reborn:electronic_circuit"
23+
}
24+
},
25+
"result": {
26+
"item": "astraladditions:rapier"
27+
}
28+
}

0 commit comments

Comments
 (0)