Add files via upload

This commit is contained in:
Steven Tracey 2020-11-21 01:01:54 -05:00 committed by GitHub
parent 7fddf1abcc
commit 6517b657b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "minecraft:diamond"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:diamond_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "minecraft:emerald"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:emerald_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "minecraft:diamond_block"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:enchanted_diamond_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "minecraft:emerald_block"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:enchanted_emerald_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#A#",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_block"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:enchanted_iron_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "vanilla:platinum_block"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:enchanted_platinum_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "minecraft:iron_ingot"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:iron_apple",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"iAi",
"iii"
],
"key": {
"i": {
"item": "vanilla:platinum_ingot"
},
"A": {
"item": "minecraft:apple"
}
},
"result": {
"item": "vanilla:platinum_apple",
"count": 1
}
}