Create/Update assets for version 1.12.2

This commit is contained in:
InventiveBot
2018-01-13 19:17:52 +00:00
parent edd2521bab
commit 3360cc4a4e
5926 changed files with 352052 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:acacia_boat"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:acacia_door",
"count": 3
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:acacia_fence",
"count": 3
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:acacia_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:log2",
"data": 0
}
},
"result": {
"item": "minecraft:planks",
"data": 4,
"count": 4
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:acacia_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 4
}
},
"result": {
"item": "minecraft:wooden_slab",
"data": 4,
"count": 6
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"XSX",
"X#X",
"XSX"
],
"key": {
"#": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:activator_rail",
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:stone",
"data": 3
},
{
"item": "minecraft:cobblestone"
}
],
"result": {
"item": "minecraft:stone",
"data": 5,
"count": 2
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"III",
" i ",
"iii"
],
"key": {
"I": {
"item": "minecraft:iron_block"
},
"i": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:anvil",
"data": 0
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"///",
" / ",
"/_/"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"_": {
"item": "minecraft:stone_slab",
"data": 0
}
},
"result": {
"item": "minecraft:armor_stand"
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"X",
"#",
"Y"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:flint"
},
"Y": {
"item": "minecraft:feather"
}
},
"result": {
"item": "minecraft:arrow",
"count": 4
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
"GGG",
"GSG",
"OOO"
],
"key": {
"S": {
"item": "minecraft:nether_star"
},
"G": {
"item": "minecraft:glass"
},
"O": {
"item": "minecraft:obsidian"
}
},
"result": {
"item": "minecraft:beacon"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"OOO",
"OOO",
" B "
],
"key": {
"B": {
"item": "minecraft:bowl"
},
"O": {
"item": "minecraft:beetroot"
}
},
"result": {
"item": "minecraft:beetroot_soup"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:birch_boat"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:birch_door",
"count": 3
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:birch_fence",
"count": 3
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:birch_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:log",
"data": 2
}
},
"result": {
"item": "minecraft:planks",
"data": 2,
"count": 4
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:birch_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 2
}
},
"result": {
"item": "minecraft:wooden_slab",
"data": 2,
"count": 6
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 15
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:banner",
"data": 0
}
}

View File

@@ -0,0 +1,44 @@
{
"type": "crafting_shaped",
"group": "bed",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 15
},
"X": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:bed",
"data": 15
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "dyed_bed",
"ingredients": [
{
"item": "minecraft:bed",
"data": 0
},
{
"item": "minecraft:dye",
"data": 0
}
],
"result": {
"item": "minecraft:bed",
"data": 15
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 15
}
},
"result": {
"item": "minecraft:carpet",
"data": 15,
"count": 3
}
}

View File

@@ -0,0 +1,43 @@
{
"type": "crafting_shapeless",
"group": "concrete_powder",
"ingredients": [
{
"item": "minecraft:dye",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
}
],
"result": {
"item": "minecraft:concrete_powder",
"data": 15,
"count": 8
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_glass",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:dye",
"data": 0
}
},
"result": {
"item": "minecraft:stained_glass",
"data": 15,
"count": 8
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stained_glass",
"data": 15
}
},
"result": {
"item": "minecraft:stained_glass_pane",
"data": 15,
"count": 16
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_hardened_clay",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:hardened_clay"
},
"X": {
"item": "minecraft:dye",
"data": 0
}
},
"result": {
"item": "minecraft:stained_hardened_clay",
"data": 15,
"count": 8
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:dye",
"data": 0
},
{
"item": "minecraft:wool",
"data": 0
}
],
"result": {
"item": "minecraft:wool",
"data": 15
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:blaze_rod"
}
],
"result": {
"item": "minecraft:blaze_powder",
"count": 2
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 11
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:banner",
"data": 4
}
}

View File

@@ -0,0 +1,44 @@
{
"type": "crafting_shaped",
"group": "bed",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 11
},
"X": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:bed",
"data": 11
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "dyed_bed",
"ingredients": [
{
"item": "minecraft:bed",
"data": 0
},
{
"item": "minecraft:dye",
"data": 4
}
],
"result": {
"item": "minecraft:bed",
"data": 11
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 11
}
},
"result": {
"item": "minecraft:carpet",
"data": 11,
"count": 3
}
}

View File

@@ -0,0 +1,43 @@
{
"type": "crafting_shapeless",
"group": "concrete_powder",
"ingredients": [
{
"item": "minecraft:dye",
"data": 4
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
}
],
"result": {
"item": "minecraft:concrete_powder",
"data": 11,
"count": 8
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_glass",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:dye",
"data": 4
}
},
"result": {
"item": "minecraft:stained_glass",
"data": 11,
"count": 8
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stained_glass",
"data": 11
}
},
"result": {
"item": "minecraft:stained_glass_pane",
"data": 11,
"count": 16
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_hardened_clay",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:hardened_clay"
},
"X": {
"item": "minecraft:dye",
"data": 4
}
},
"result": {
"item": "minecraft:stained_hardened_clay",
"data": 11,
"count": 8
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:dye",
"data": 4
},
{
"item": "minecraft:wool",
"data": 0
}
],
"result": {
"item": "minecraft:wool",
"data": 11
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 0
}
},
"result": {
"item": "minecraft:boat"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"XXX",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "minecraft:dye",
"data": 15
}
},
"result": {
"item": "minecraft:bone_block"
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "crafting_shapeless",
"group": "bonemeal",
"ingredients": [
{
"item": "minecraft:bone_block"
}
],
"result": {
"item": "minecraft:dye",
"data": 15,
"count": 9
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "crafting_shapeless",
"group": "bonemeal",
"ingredients": [
{
"item": "minecraft:bone"
}
],
"result": {
"item": "minecraft:dye",
"data": 15,
"count": 3
}
}

View File

@@ -0,0 +1,25 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:paper",
"data": 0
},
{
"item": "minecraft:leather",
"data": 0
}
],
"result": {
"item": "minecraft:book",
"count": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"type": "crafting_shaped",
"pattern": [
"###",
"XXX",
"###"
],
"key": {
"#": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
],
"X": {
"item": "minecraft:book"
}
},
"result": {
"item": "minecraft:bookshelf"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
" #X",
"# X",
" #X"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:bow"
}
}

View File

@@ -0,0 +1,39 @@
{
"type": "crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:bowl",
"count": 4
}
}

View File

@@ -0,0 +1,14 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:wheat"
}
},
"result": {
"item": "minecraft:bread"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"pattern": [
" B ",
"###"
],
"key": {
"B": {
"item": "minecraft:blaze_rod"
},
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:brewing_stand"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:brick"
}
},
"result": {
"item": "minecraft:brick_block"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:brick_block"
}
},
"result": {
"item": "minecraft:stone_slab",
"data": 4,
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:brick_block"
}
},
"result": {
"item": "minecraft:brick_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 12
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:banner",
"data": 3
}
}

View File

@@ -0,0 +1,44 @@
{
"type": "crafting_shaped",
"group": "bed",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 12
},
"X": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:bed",
"data": 12
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "dyed_bed",
"ingredients": [
{
"item": "minecraft:bed",
"data": 0
},
{
"item": "minecraft:dye",
"data": 3
}
],
"result": {
"item": "minecraft:bed",
"data": 12
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 12
}
},
"result": {
"item": "minecraft:carpet",
"data": 12,
"count": 3
}
}

View File

@@ -0,0 +1,43 @@
{
"type": "crafting_shapeless",
"group": "concrete_powder",
"ingredients": [
{
"item": "minecraft:dye",
"data": 3
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
}
],
"result": {
"item": "minecraft:concrete_powder",
"data": 12,
"count": 8
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_glass",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:dye",
"data": 3
}
},
"result": {
"item": "minecraft:stained_glass",
"data": 12,
"count": 8
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stained_glass",
"data": 12
}
},
"result": {
"item": "minecraft:stained_glass_pane",
"data": 12,
"count": 16
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_hardened_clay",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:hardened_clay"
},
"X": {
"item": "minecraft:dye",
"data": 3
}
},
"result": {
"item": "minecraft:stained_hardened_clay",
"data": 12,
"count": 8
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:dye",
"data": 3
},
{
"item": "minecraft:wool",
"data": 0
}
],
"result": {
"item": "minecraft:wool",
"data": 12
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:bucket"
}
}

View File

@@ -0,0 +1,25 @@
{
"type": "crafting_shaped",
"pattern": [
"AAA",
"BEB",
"CCC"
],
"key": {
"A": {
"item": "minecraft:milk_bucket"
},
"B": {
"item": "minecraft:sugar"
},
"C": {
"item": "minecraft:wheat"
},
"E": {
"item": "minecraft:egg"
}
},
"result": {
"item": "minecraft:cake"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"pattern": [
"# ",
" X"
],
"key": {
"#": {
"item": "minecraft:fishing_rod"
},
"X": {
"item": "minecraft:carrot"
}
},
"result": {
"item": "minecraft:carrot_on_a_stick"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"# #",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:cauldron"
}
}

View File

@@ -0,0 +1,39 @@
{
"type": "crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:chest"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"pattern": [
"A",
"B"
],
"key": {
"A": {
"item": "minecraft:chest"
},
"B": {
"item": "minecraft:minecart"
}
},
"result": {
"item": "minecraft:chest_minecart"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab",
"data": 7
}
},
"result": {
"item": "minecraft:quartz_block",
"data": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab2",
"data": 0
}
},
"result": {
"item": "minecraft:red_sandstone",
"data": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab",
"data": 1
}
},
"result": {
"item": "minecraft:sandstone",
"data": 1
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab",
"data": 5
}
},
"result": {
"item": "minecraft:stonebrick",
"data": 3
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:clay_ball"
}
},
"result": {
"item": "minecraft:clay"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
" # ",
"#X#",
" # "
],
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:clock"
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:coal_block"
}
},
"result": {
"item": "minecraft:coal",
"data": 0,
"count": 9
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:coal",
"data": 0
}
},
"result": {
"item": "minecraft:coal_block"
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "crafting_shaped",
"pattern": [
"DG",
"GD"
],
"key": {
"D": {
"item": "minecraft:dirt",
"data": 0
},
"G": {
"item": "minecraft:gravel"
}
},
"result": {
"item": "minecraft:dirt",
"data": 1,
"count": 4
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:stone_slab",
"data": 3,
"count": 6
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:cobblestone_wall",
"data": 0,
"count": 6
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
" # ",
"#X#",
"III"
],
"key": {
"#": {
"item": "minecraft:redstone_torch"
},
"X": {
"item": "minecraft:quartz"
},
"I": {
"item": "minecraft:stone",
"data": 0
}
},
"result": {
"item": "minecraft:comparator"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
" # ",
"#X#",
" # "
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:compass"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"#X#"
],
"key": {
"#": {
"item": "minecraft:wheat"
},
"X": {
"item": "minecraft:dye",
"data": 3
}
},
"result": {
"item": "minecraft:cookie",
"count": 8
}
}

View File

@@ -0,0 +1,38 @@
{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:crafting_table"
}
}

View File

@@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 9
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:banner",
"data": 6
}
}

View File

@@ -0,0 +1,44 @@
{
"type": "crafting_shaped",
"group": "bed",
"pattern": [
"###",
"XXX"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 9
},
"X": [
{
"item": "minecraft:planks",
"data": 0
},
{
"item": "minecraft:planks",
"data": 1
},
{
"item": "minecraft:planks",
"data": 2
},
{
"item": "minecraft:planks",
"data": 3
},
{
"item": "minecraft:planks",
"data": 4
},
{
"item": "minecraft:planks",
"data": 5
}
]
},
"result": {
"item": "minecraft:bed",
"data": 9
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "dyed_bed",
"ingredients": [
{
"item": "minecraft:bed",
"data": 0
},
{
"item": "minecraft:dye",
"data": 6
}
],
"result": {
"item": "minecraft:bed",
"data": 9
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "carpet",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 9
}
},
"result": {
"item": "minecraft:carpet",
"data": 9,
"count": 3
}
}

View File

@@ -0,0 +1,43 @@
{
"type": "crafting_shapeless",
"group": "concrete_powder",
"ingredients": [
{
"item": "minecraft:dye",
"data": 6
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:sand",
"data": 0
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
},
{
"item": "minecraft:gravel"
}
],
"result": {
"item": "minecraft:concrete_powder",
"data": 9,
"count": 8
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:dye",
"data": 4
},
{
"item": "minecraft:dye",
"data": 2
}
],
"result": {
"item": "minecraft:dye",
"data": 6,
"count": 2
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_glass",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:dye",
"data": 6
}
},
"result": {
"item": "minecraft:stained_glass",
"data": 9,
"count": 8
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stained_glass",
"data": 9
}
},
"result": {
"item": "minecraft:stained_glass_pane",
"data": 9,
"count": 16
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"group": "stained_hardened_clay",
"pattern": [
"###",
"#X#",
"###"
],
"key": {
"#": {
"item": "minecraft:hardened_clay"
},
"X": {
"item": "minecraft:dye",
"data": 6
}
},
"result": {
"item": "minecraft:stained_hardened_clay",
"data": 9,
"count": 8
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:dye",
"data": 6
},
{
"item": "minecraft:wool",
"data": 0
}
],
"result": {
"item": "minecraft:wool",
"data": 9
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"group": "boat",
"pattern": [
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:dark_oak_boat"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:dark_oak_door",
"count": 3
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:dark_oak_fence",
"count": 3
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:dark_oak_fence_gate"
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:log2",
"data": 1
}
},
"result": {
"item": "minecraft:planks",
"data": 5,
"count": 4
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:dark_oak_stairs",
"count": 4
}
}

View File

@@ -0,0 +1,18 @@
{
"type": "crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 5
}
},
"result": {
"item": "minecraft:wooden_slab",
"data": 5,
"count": 6
}
}

Some files were not shown because too many files have changed in this diff Show More