You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/recipes/_all.json
Normal file
1
data/minecraft/recipes/_all.json
Normal file
File diff suppressed because one or more lines are too long
1
data/minecraft/recipes/_list.json
Normal file
1
data/minecraft/recipes/_list.json
Normal file
File diff suppressed because one or more lines are too long
17
data/minecraft/recipes/acacia_boat.json
Normal file
17
data/minecraft/recipes/acacia_boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "boat",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:acacia_boat"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/acacia_button.json
Normal file
13
data/minecraft/recipes/acacia_button.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:acacia_button"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/acacia_chest_boat.json
Normal file
16
data/minecraft/recipes/acacia_chest_boat.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "chest_boat",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:acacia_boat"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:acacia_chest_boat"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/acacia_door.json
Normal file
19
data/minecraft/recipes/acacia_door.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_door",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:acacia_door"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/acacia_fence.json
Normal file
21
data/minecraft/recipes/acacia_fence.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_fence",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:acacia_fence"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/acacia_fence_gate.json
Normal file
20
data/minecraft/recipes/acacia_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/acacia_planks.json
Normal file
14
data/minecraft/recipes/acacia_planks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:acacia_logs"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/acacia_pressure_plate.json
Normal file
16
data/minecraft/recipes/acacia_pressure_plate.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_pressure_plate",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:acacia_pressure_plate"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/acacia_sign.json
Normal file
22
data/minecraft/recipes/acacia_sign.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_sign",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:acacia_sign"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/acacia_slab.json
Normal file
17
data/minecraft/recipes/acacia_slab.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_slab",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:acacia_slab"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/acacia_stairs.json
Normal file
19
data/minecraft/recipes/acacia_stairs.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:acacia_stairs"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/acacia_trapdoor.json
Normal file
18
data/minecraft/recipes/acacia_trapdoor.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "minecraft:acacia_trapdoor"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/acacia_wood.json
Normal file
18
data/minecraft/recipes/acacia_wood.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:acacia_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
||||
24
data/minecraft/recipes/activator_rail.json
Normal file
24
data/minecraft/recipes/activator_rail.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"XSX",
|
||||
"X#X",
|
||||
"XSX"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:activator_rail"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/amethyst_block.json
Normal file
16
data/minecraft/recipes/amethyst_block.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:amethyst_shard"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:amethyst_block"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/andesite.json
Normal file
16
data/minecraft/recipes/andesite.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diorite"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/andesite_slab.json
Normal file
16
data/minecraft/recipes/andesite_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:andesite_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "minecraft:andesite"
|
||||
},
|
||||
"result": "minecraft:andesite_slab"
|
||||
}
|
||||
18
data/minecraft/recipes/andesite_stairs.json
Normal file
18
data/minecraft/recipes/andesite_stairs.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:andesite_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:andesite"
|
||||
},
|
||||
"result": "minecraft:andesite_stairs"
|
||||
}
|
||||
17
data/minecraft/recipes/andesite_wall.json
Normal file
17
data/minecraft/recipes/andesite_wall.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:andesite"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:andesite_wall"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:andesite"
|
||||
},
|
||||
"result": "minecraft:andesite_wall"
|
||||
}
|
||||
20
data/minecraft/recipes/anvil.json
Normal file
20
data/minecraft/recipes/anvil.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"III",
|
||||
" i ",
|
||||
"iii"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:anvil"
|
||||
}
|
||||
}
|
||||
4
data/minecraft/recipes/armor_dye.json
Normal file
4
data/minecraft/recipes/armor_dye.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_armordye",
|
||||
"category": "misc"
|
||||
}
|
||||
20
data/minecraft/recipes/armor_stand.json
Normal file
20
data/minecraft/recipes/armor_stand.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"_": {
|
||||
"item": "minecraft:smooth_stone_slab"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"///",
|
||||
" / ",
|
||||
"/_/"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
24
data/minecraft/recipes/arrow.json
Normal file
24
data/minecraft/recipes/arrow.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:flint"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:feather"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"Y"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:arrow"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipes/baked_potato.json
Normal file
10
data/minecraft/recipes/baked_potato.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "food",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.35,
|
||||
"ingredient": {
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
"result": "minecraft:baked_potato"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"category": "food",
|
||||
"cookingtime": 600,
|
||||
"experience": 0.35,
|
||||
"ingredient": {
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
"result": "minecraft:baked_potato"
|
||||
}
|
||||
10
data/minecraft/recipes/baked_potato_from_smoking.json
Normal file
10
data/minecraft/recipes/baked_potato_from_smoking.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smoking",
|
||||
"category": "food",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.35,
|
||||
"ingredient": {
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
"result": "minecraft:baked_potato"
|
||||
}
|
||||
4
data/minecraft/recipes/banner_duplicate.json
Normal file
4
data/minecraft/recipes/banner_duplicate.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_bannerduplicate",
|
||||
"category": "misc"
|
||||
}
|
||||
20
data/minecraft/recipes/barrel.json
Normal file
20
data/minecraft/recipes/barrel.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"S": {
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"P P",
|
||||
"PSP"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:barrel"
|
||||
}
|
||||
}
|
||||
23
data/minecraft/recipes/beacon.json
Normal file
23
data/minecraft/recipes/beacon.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:nether_star"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GSG",
|
||||
"OOO"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:beacon"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/beehive.json
Normal file
20
data/minecraft/recipes/beehive.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
},
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:beehive"
|
||||
}
|
||||
}
|
||||
30
data/minecraft/recipes/beetroot_soup.json
Normal file
30
data/minecraft/recipes/beetroot_soup.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:beetroot_soup"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/birch_boat.json
Normal file
17
data/minecraft/recipes/birch_boat.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "boat",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:birch_boat"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/birch_button.json
Normal file
13
data/minecraft/recipes/birch_button.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:birch_button"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/birch_chest_boat.json
Normal file
16
data/minecraft/recipes/birch_chest_boat.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "chest_boat",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:birch_boat"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:birch_chest_boat"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/birch_door.json
Normal file
19
data/minecraft/recipes/birch_door.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_door",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:birch_door"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/birch_fence.json
Normal file
21
data/minecraft/recipes/birch_fence.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_fence",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:birch_fence"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/birch_fence_gate.json
Normal file
20
data/minecraft/recipes/birch_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/birch_planks.json
Normal file
14
data/minecraft/recipes/birch_planks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:birch_logs"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/birch_pressure_plate.json
Normal file
16
data/minecraft/recipes/birch_pressure_plate.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_pressure_plate",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:birch_pressure_plate"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/birch_sign.json
Normal file
22
data/minecraft/recipes/birch_sign.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_sign",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:birch_sign"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/birch_slab.json
Normal file
17
data/minecraft/recipes/birch_slab.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_slab",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:birch_slab"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/birch_stairs.json
Normal file
19
data/minecraft/recipes/birch_stairs.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:birch_stairs"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/birch_trapdoor.json
Normal file
18
data/minecraft/recipes/birch_trapdoor.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "minecraft:birch_trapdoor"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/birch_wood.json
Normal file
18
data/minecraft/recipes/birch_wood.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:birch_log"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/black_banner.json
Normal file
21
data/minecraft/recipes/black_banner.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "banner",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:black_wool"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_banner"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/black_bed.json
Normal file
20
data/minecraft/recipes/black_bed.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "bed",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:black_wool"
|
||||
},
|
||||
"X": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_bed"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/black_bed_from_white_bed.json
Normal file
16
data/minecraft/recipes/black_bed_from_white_bed.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_bed"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/black_candle.json
Normal file
16
data/minecraft/recipes/black_candle.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_candle"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/black_carpet.json
Normal file
17
data/minecraft/recipes/black_carpet.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:black_wool"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:black_carpet"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/black_carpet_from_white_carpet.json
Normal file
22
data/minecraft/recipes/black_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:black_carpet"
|
||||
}
|
||||
}
|
||||
38
data/minecraft/recipes/black_concrete_powder.json
Normal file
38
data/minecraft/recipes/black_concrete_powder.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:black_concrete_powder"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/black_dye.json
Normal file
13
data/minecraft/recipes/black_dye.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ink_sac"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/black_dye_from_wither_rose.json
Normal file
13
data/minecraft/recipes/black_dye_from_wither_rose.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:wither_rose"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipes/black_glazed_terracotta.json
Normal file
10
data/minecraft/recipes/black_glazed_terracotta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:black_terracotta"
|
||||
},
|
||||
"result": "minecraft:black_glazed_terracotta"
|
||||
}
|
||||
22
data/minecraft/recipes/black_stained_glass.json
Normal file
22
data/minecraft/recipes/black_stained_glass.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_glass",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/black_stained_glass_pane.json
Normal file
18
data/minecraft/recipes/black_stained_glass_pane.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:black_stained_glass"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 16,
|
||||
"item": "minecraft:black_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:black_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/black_terracotta.json
Normal file
22
data/minecraft/recipes/black_terracotta.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_terracotta",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:black_terracotta"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/black_wool.json
Normal file
16
data/minecraft/recipes/black_wool.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:black_wool"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/blackstone_slab.json
Normal file
16
data/minecraft/recipes/blackstone_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:blackstone_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_slab"
|
||||
}
|
||||
18
data/minecraft/recipes/blackstone_stairs.json
Normal file
18
data/minecraft/recipes/blackstone_stairs.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:blackstone_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_stairs"
|
||||
}
|
||||
17
data/minecraft/recipes/blackstone_wall.json
Normal file
17
data/minecraft/recipes/blackstone_wall.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:blackstone_wall"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"result": "minecraft:blackstone_wall"
|
||||
}
|
||||
23
data/minecraft/recipes/blast_furnace.json
Normal file
23
data/minecraft/recipes/blast_furnace.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"III",
|
||||
"IXI",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blast_furnace"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/blaze_powder.json
Normal file
13
data/minecraft/recipes/blaze_powder.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "minecraft:blaze_powder"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/blue_banner.json
Normal file
21
data/minecraft/recipes/blue_banner.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "banner",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blue_wool"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_banner"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/blue_bed.json
Normal file
20
data/minecraft/recipes/blue_bed.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "bed",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blue_wool"
|
||||
},
|
||||
"X": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_bed"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/blue_bed_from_white_bed.json
Normal file
16
data/minecraft/recipes/blue_bed_from_white_bed.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_bed",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:white_bed"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_bed"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/blue_candle.json
Normal file
16
data/minecraft/recipes/blue_candle.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:candle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_candle"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/blue_carpet.json
Normal file
17
data/minecraft/recipes/blue_carpet.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blue_wool"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:blue_carpet"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/blue_carpet_from_white_carpet.json
Normal file
22
data/minecraft/recipes/blue_carpet_from_white_carpet.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:white_carpet"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:blue_carpet"
|
||||
}
|
||||
}
|
||||
38
data/minecraft/recipes/blue_concrete_powder.json
Normal file
38
data/minecraft/recipes/blue_concrete_powder.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sand"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:blue_concrete_powder"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/blue_dye.json
Normal file
13
data/minecraft/recipes/blue_dye.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipes/blue_dye_from_cornflower.json
Normal file
13
data/minecraft/recipes/blue_dye_from_cornflower.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:cornflower"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipes/blue_glazed_terracotta.json
Normal file
10
data/minecraft/recipes/blue_glazed_terracotta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "minecraft:blue_terracotta"
|
||||
},
|
||||
"result": "minecraft:blue_glazed_terracotta"
|
||||
}
|
||||
36
data/minecraft/recipes/blue_ice.json
Normal file
36
data/minecraft/recipes/blue_ice.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:packed_ice"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_ice"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/blue_stained_glass.json
Normal file
22
data/minecraft/recipes/blue_stained_glass.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_glass",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:blue_stained_glass"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipes/blue_stained_glass_pane.json
Normal file
18
data/minecraft/recipes/blue_stained_glass_pane.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blue_stained_glass"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 16,
|
||||
"item": "minecraft:blue_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:blue_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
22
data/minecraft/recipes/blue_terracotta.json
Normal file
22
data/minecraft/recipes/blue_terracotta.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_terracotta",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:terracotta"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "minecraft:blue_terracotta"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipes/blue_wool.json
Normal file
16
data/minecraft/recipes/blue_wool.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:white_wool"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blue_wool"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/bone_block.json
Normal file
17
data/minecraft/recipes/bone_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/bone_meal.json
Normal file
14
data/minecraft/recipes/bone_meal.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipes/bone_meal_from_bone_block.json
Normal file
14
data/minecraft/recipes/bone_meal_from_bone_block.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 9,
|
||||
"item": "minecraft:bone_meal"
|
||||
}
|
||||
}
|
||||
21
data/minecraft/recipes/book.json
Normal file
21
data/minecraft/recipes/book.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:leather"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
}
|
||||
4
data/minecraft/recipes/book_cloning.json
Normal file
4
data/minecraft/recipes/book_cloning.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_bookcloning",
|
||||
"category": "misc"
|
||||
}
|
||||
20
data/minecraft/recipes/bookshelf.json
Normal file
20
data/minecraft/recipes/bookshelf.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:book"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bookshelf"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipes/bow.json
Normal file
20
data/minecraft/recipes/bow.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" #X",
|
||||
"# X",
|
||||
" #X"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bow"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipes/bowl.json
Normal file
17
data/minecraft/recipes/bowl.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"item": "minecraft:bowl"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipes/bread.json
Normal file
15
data/minecraft/recipes/bread.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:bread"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipes/brewing_stand.json
Normal file
19
data/minecraft/recipes/brewing_stand.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:stone_crafting_materials"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" B ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:brewing_stand"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipes/brick.json
Normal file
10
data/minecraft/recipes/brick.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "misc",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.3,
|
||||
"ingredient": {
|
||||
"item": "minecraft:clay_ball"
|
||||
},
|
||||
"result": "minecraft:brick"
|
||||
}
|
||||
16
data/minecraft/recipes/brick_slab.json
Normal file
16
data/minecraft/recipes/brick_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bricks"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:brick_slab"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user