You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
17
assets/minecraft/recipes/acacia_boat.json
Normal file
17
assets/minecraft/recipes/acacia_boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_boat"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/acacia_door.json
Normal file
19
assets/minecraft/recipes/acacia_door.json
Normal 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
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/recipes/acacia_fence.json
Normal file
21
assets/minecraft/recipes/acacia_fence.json
Normal 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
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/recipes/acacia_fence_gate.json
Normal file
20
assets/minecraft/recipes/acacia_fence_gate.json
Normal 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"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/acacia_planks.json
Normal file
18
assets/minecraft/recipes/acacia_planks.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/acacia_stairs.json
Normal file
19
assets/minecraft/recipes/acacia_stairs.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/acacia_wooden_slab.json
Normal file
18
assets/minecraft/recipes/acacia_wooden_slab.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/activator_rail.json
Normal file
23
assets/minecraft/recipes/activator_rail.json
Normal 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
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/andesite.json
Normal file
17
assets/minecraft/recipes/andesite.json
Normal 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
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/recipes/anvil.json
Normal file
20
assets/minecraft/recipes/anvil.json
Normal 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
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/recipes/armor_stand.json
Normal file
20
assets/minecraft/recipes/armor_stand.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"///",
|
||||
" / ",
|
||||
"/_/"
|
||||
],
|
||||
"key": {
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"_": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/arrow.json
Normal file
23
assets/minecraft/recipes/arrow.json
Normal 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
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/recipes/beacon.json
Normal file
22
assets/minecraft/recipes/beacon.json
Normal 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"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/beetroot_soup.json
Normal file
19
assets/minecraft/recipes/beetroot_soup.json
Normal 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"
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/birch_boat.json
Normal file
17
assets/minecraft/recipes/birch_boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_boat"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/birch_door.json
Normal file
19
assets/minecraft/recipes/birch_door.json
Normal 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
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/recipes/birch_fence.json
Normal file
21
assets/minecraft/recipes/birch_fence.json
Normal 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
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/recipes/birch_fence_gate.json
Normal file
20
assets/minecraft/recipes/birch_fence_gate.json
Normal 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"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/birch_planks.json
Normal file
18
assets/minecraft/recipes/birch_planks.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/birch_stairs.json
Normal file
19
assets/minecraft/recipes/birch_stairs.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/birch_wooden_slab.json
Normal file
18
assets/minecraft/recipes/birch_wooden_slab.json
Normal 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
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/recipes/black_banner.json
Normal file
22
assets/minecraft/recipes/black_banner.json
Normal 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
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/recipes/black_bed.json
Normal file
44
assets/minecraft/recipes/black_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/black_bed_from_white_bed.json
Normal file
18
assets/minecraft/recipes/black_bed_from_white_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/black_carpet.json
Normal file
18
assets/minecraft/recipes/black_carpet.json
Normal 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
|
||||
}
|
||||
}
|
||||
43
assets/minecraft/recipes/black_concrete_powder.json
Normal file
43
assets/minecraft/recipes/black_concrete_powder.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/black_stained_glass.json
Normal file
23
assets/minecraft/recipes/black_stained_glass.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/black_stained_glass_pane.json
Normal file
19
assets/minecraft/recipes/black_stained_glass_pane.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/black_stained_hardened_clay.json
Normal file
23
assets/minecraft/recipes/black_stained_hardened_clay.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/black_wool.json
Normal file
18
assets/minecraft/recipes/black_wool.json
Normal 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
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/recipes/blaze_powder.json
Normal file
12
assets/minecraft/recipes/blaze_powder.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blaze_powder",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/recipes/blue_banner.json
Normal file
22
assets/minecraft/recipes/blue_banner.json
Normal 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
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/recipes/blue_bed.json
Normal file
44
assets/minecraft/recipes/blue_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/blue_bed_from_white_bed.json
Normal file
18
assets/minecraft/recipes/blue_bed_from_white_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/blue_carpet.json
Normal file
18
assets/minecraft/recipes/blue_carpet.json
Normal 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
|
||||
}
|
||||
}
|
||||
43
assets/minecraft/recipes/blue_concrete_powder.json
Normal file
43
assets/minecraft/recipes/blue_concrete_powder.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/blue_stained_glass.json
Normal file
23
assets/minecraft/recipes/blue_stained_glass.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/blue_stained_glass_pane.json
Normal file
19
assets/minecraft/recipes/blue_stained_glass_pane.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/blue_stained_hardened_clay.json
Normal file
23
assets/minecraft/recipes/blue_stained_hardened_clay.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/blue_wool.json
Normal file
18
assets/minecraft/recipes/blue_wool.json
Normal 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
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/boat.json
Normal file
17
assets/minecraft/recipes/boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:boat"
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/bone_block.json
Normal file
17
assets/minecraft/recipes/bone_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
}
|
||||
14
assets/minecraft/recipes/bone_meal_from_block.json
Normal file
14
assets/minecraft/recipes/bone_meal_from_block.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15,
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
14
assets/minecraft/recipes/bone_meal_from_bone.json
Normal file
14
assets/minecraft/recipes/bone_meal_from_bone.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shapeless",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
25
assets/minecraft/recipes/book.json
Normal file
25
assets/minecraft/recipes/book.json
Normal 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
|
||||
}
|
||||
}
|
||||
42
assets/minecraft/recipes/bookshelf.json
Normal file
42
assets/minecraft/recipes/bookshelf.json
Normal 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"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/bow.json
Normal file
19
assets/minecraft/recipes/bow.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" #X",
|
||||
"# X",
|
||||
" #X"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bow"
|
||||
}
|
||||
}
|
||||
39
assets/minecraft/recipes/bowl.json
Normal file
39
assets/minecraft/recipes/bowl.json
Normal 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
|
||||
}
|
||||
}
|
||||
14
assets/minecraft/recipes/bread.json
Normal file
14
assets/minecraft/recipes/bread.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bread"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/brewing_stand.json
Normal file
18
assets/minecraft/recipes/brewing_stand.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" B ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brewing_stand"
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/recipes/brick_block.json
Normal file
15
assets/minecraft/recipes/brick_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:brick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brick_block"
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/recipes/brick_slab.json
Normal file
16
assets/minecraft/recipes/brick_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:brick_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 4,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/brick_stairs.json
Normal file
17
assets/minecraft/recipes/brick_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:brick_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/recipes/brown_banner.json
Normal file
22
assets/minecraft/recipes/brown_banner.json
Normal 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
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/recipes/brown_bed.json
Normal file
44
assets/minecraft/recipes/brown_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/brown_bed_from_white_bed.json
Normal file
18
assets/minecraft/recipes/brown_bed_from_white_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/brown_carpet.json
Normal file
18
assets/minecraft/recipes/brown_carpet.json
Normal 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
|
||||
}
|
||||
}
|
||||
43
assets/minecraft/recipes/brown_concrete_powder.json
Normal file
43
assets/minecraft/recipes/brown_concrete_powder.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/brown_stained_glass.json
Normal file
23
assets/minecraft/recipes/brown_stained_glass.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/brown_stained_glass_pane.json
Normal file
19
assets/minecraft/recipes/brown_stained_glass_pane.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/brown_stained_hardened_clay.json
Normal file
23
assets/minecraft/recipes/brown_stained_hardened_clay.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/brown_wool.json
Normal file
18
assets/minecraft/recipes/brown_wool.json
Normal 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
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/recipes/bucket.json
Normal file
15
assets/minecraft/recipes/bucket.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bucket"
|
||||
}
|
||||
}
|
||||
25
assets/minecraft/recipes/cake.json
Normal file
25
assets/minecraft/recipes/cake.json
Normal 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"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/carrot_on_a_stick.json
Normal file
18
assets/minecraft/recipes/carrot_on_a_stick.json
Normal 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"
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/recipes/cauldron.json
Normal file
16
assets/minecraft/recipes/cauldron.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cauldron"
|
||||
}
|
||||
}
|
||||
39
assets/minecraft/recipes/chest.json
Normal file
39
assets/minecraft/recipes/chest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/chest_minecart.json
Normal file
18
assets/minecraft/recipes/chest_minecart.json
Normal 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"
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/chiseled_quartz_block.json
Normal file
17
assets/minecraft/recipes/chiseled_quartz_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 7
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_block",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/chiseled_red_sandstone.json
Normal file
17
assets/minecraft/recipes/chiseled_red_sandstone.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone_slab2",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:red_sandstone",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/chiseled_sandstone.json
Normal file
17
assets/minecraft/recipes/chiseled_sandstone.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 1
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sandstone",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/chiseled_stonebrick.json
Normal file
17
assets/minecraft/recipes/chiseled_stonebrick.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 5
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stonebrick",
|
||||
"data": 3
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/recipes/clay.json
Normal file
15
assets/minecraft/recipes/clay.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:clay_ball"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:clay"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/clock.json
Normal file
19
assets/minecraft/recipes/clock.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:clock"
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/recipes/coal.json
Normal file
16
assets/minecraft/recipes/coal.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:coal_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:coal",
|
||||
"data": 0,
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/coal_block.json
Normal file
17
assets/minecraft/recipes/coal_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:coal",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:coal_block"
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/recipes/coarse_dirt.json
Normal file
21
assets/minecraft/recipes/coarse_dirt.json
Normal 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
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/recipes/cobblestone_slab.json
Normal file
16
assets/minecraft/recipes/cobblestone_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 3,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/cobblestone_wall.json
Normal file
17
assets/minecraft/recipes/cobblestone_wall.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cobblestone_wall",
|
||||
"data": 0,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/comparator.json
Normal file
23
assets/minecraft/recipes/comparator.json
Normal 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"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/compass.json
Normal file
19
assets/minecraft/recipes/compass.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:compass"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/cookie.json
Normal file
19
assets/minecraft/recipes/cookie.json
Normal 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
|
||||
}
|
||||
}
|
||||
38
assets/minecraft/recipes/crafting_table.json
Normal file
38
assets/minecraft/recipes/crafting_table.json
Normal 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"
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/recipes/cyan_banner.json
Normal file
22
assets/minecraft/recipes/cyan_banner.json
Normal 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
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/recipes/cyan_bed.json
Normal file
44
assets/minecraft/recipes/cyan_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/cyan_bed_from_white_bed.json
Normal file
18
assets/minecraft/recipes/cyan_bed_from_white_bed.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/cyan_carpet.json
Normal file
18
assets/minecraft/recipes/cyan_carpet.json
Normal 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
|
||||
}
|
||||
}
|
||||
43
assets/minecraft/recipes/cyan_concrete_powder.json
Normal file
43
assets/minecraft/recipes/cyan_concrete_powder.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/cyan_dye.json
Normal file
18
assets/minecraft/recipes/cyan_dye.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/cyan_stained_glass.json
Normal file
23
assets/minecraft/recipes/cyan_stained_glass.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/cyan_stained_glass_pane.json
Normal file
19
assets/minecraft/recipes/cyan_stained_glass_pane.json
Normal 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
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/recipes/cyan_stained_hardened_clay.json
Normal file
23
assets/minecraft/recipes/cyan_stained_hardened_clay.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/cyan_wool.json
Normal file
18
assets/minecraft/recipes/cyan_wool.json
Normal 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
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/recipes/dark_oak_boat.json
Normal file
17
assets/minecraft/recipes/dark_oak_boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "boat",
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 5
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_boat"
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/dark_oak_door.json
Normal file
19
assets/minecraft/recipes/dark_oak_door.json
Normal 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
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/recipes/dark_oak_fence.json
Normal file
21
assets/minecraft/recipes/dark_oak_fence.json
Normal 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
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/recipes/dark_oak_fence_gate.json
Normal file
20
assets/minecraft/recipes/dark_oak_fence_gate.json
Normal 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"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/dark_oak_planks.json
Normal file
18
assets/minecraft/recipes/dark_oak_planks.json
Normal 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
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/recipes/dark_oak_stairs.json
Normal file
19
assets/minecraft/recipes/dark_oak_stairs.json
Normal 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
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/recipes/dark_oak_wooden_slab.json
Normal file
18
assets/minecraft/recipes/dark_oak_wooden_slab.json
Normal 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
Reference in New Issue
Block a user