add first patch
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "minecraft:diamond_block"
|
||||
},
|
||||
"A": {
|
||||
"item": "numismatics:ancient_coin"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" DA",
|
||||
"DAD",
|
||||
"AD "
|
||||
],
|
||||
"result": {
|
||||
"item": "rehooked:diamond_chain"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"E": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"H": {
|
||||
"item": "rehooked:diamond_hook"
|
||||
},
|
||||
"W": {
|
||||
"item": "numismatics:prismatic_coin"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"EEH",
|
||||
" WE",
|
||||
"P E"
|
||||
],
|
||||
"result": {
|
||||
"item": "rehooked:ender_hook"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "minecraft:chain"
|
||||
},
|
||||
"N": {
|
||||
"item": "numismatics:neptunium_coin"
|
||||
},
|
||||
"H": {
|
||||
"item": "rehooked:wood_hook"
|
||||
},
|
||||
"I": {
|
||||
"tag": "forge:ingots/iron"
|
||||
}
|
||||
},
|
||||
"pattern": ["IIN",
|
||||
" HI",
|
||||
"C I"],
|
||||
"result": {
|
||||
"item": "rehooked:iron_hook"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Reference in New Issue
Block a user