You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
1
data/minecraft/recipe/_all.json
Normal file
1
data/minecraft/recipe/_all.json
Normal file
File diff suppressed because one or more lines are too long
1
data/minecraft/recipe/_list.json
Normal file
1
data/minecraft/recipe/_list.json
Normal file
File diff suppressed because one or more lines are too long
16
data/minecraft/recipe/acacia_boat.json
Normal file
16
data/minecraft/recipe/acacia_boat.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "boat",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:acacia_boat"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/acacia_button.json
Normal file
12
data/minecraft/recipe/acacia_button.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
"minecraft:acacia_planks"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:acacia_button"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipe/acacia_chest_boat.json
Normal file
13
data/minecraft/recipe/acacia_chest_boat.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "chest_boat",
|
||||
"ingredients": [
|
||||
"minecraft:chest",
|
||||
"minecraft:acacia_boat"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:acacia_chest_boat"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/acacia_door.json
Normal file
17
data/minecraft/recipe/acacia_door.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_door",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:acacia_door"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/acacia_fence.json
Normal file
17
data/minecraft/recipe/acacia_fence.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_fence",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:acacia_fence"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/acacia_fence_gate.json
Normal file
17
data/minecraft/recipe/acacia_fence_gate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/acacia_hanging_sign.json
Normal file
18
data/minecraft/recipe/acacia_hanging_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "hanging_sign",
|
||||
"key": {
|
||||
"#": "minecraft:stripped_acacia_log",
|
||||
"X": "minecraft:chain"
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_hanging_sign"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/acacia_planks.json
Normal file
12
data/minecraft/recipe/acacia_planks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
"#minecraft:acacia_logs"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:acacia_planks"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/acacia_pressure_plate.json
Normal file
15
data/minecraft/recipe/acacia_pressure_plate.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_pressure_plate",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:acacia_pressure_plate"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/acacia_sign.json
Normal file
18
data/minecraft/recipe/acacia_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_sign",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks",
|
||||
"X": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:acacia_sign"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/acacia_slab.json
Normal file
15
data/minecraft/recipe/acacia_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_slab",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_slab"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/acacia_stairs.json
Normal file
17
data/minecraft/recipe/acacia_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:acacia_stairs"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/acacia_trapdoor.json
Normal file
16
data/minecraft/recipe/acacia_trapdoor.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:acacia_trapdoor"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/acacia_wood.json
Normal file
16
data/minecraft/recipe/acacia_wood.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/activator_rail.json
Normal file
18
data/minecraft/recipe/activator_rail.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:redstone_torch",
|
||||
"S": "minecraft:stick",
|
||||
"X": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"XSX",
|
||||
"X#X",
|
||||
"XSX"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:activator_rail"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/amethyst_block.json
Normal file
15
data/minecraft/recipe/amethyst_block.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:amethyst_shard"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:amethyst_block"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/andesite.json
Normal file
12
data/minecraft/recipe/andesite.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:diorite",
|
||||
"minecraft:cobblestone"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:andesite"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipe/andesite_slab.json
Normal file
14
data/minecraft/recipe/andesite_slab.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:andesite_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:andesite",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:andesite_slab"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/andesite_stairs.json
Normal file
16
data/minecraft/recipe/andesite_stairs.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:andesite_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:andesite",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:andesite_stairs"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/andesite_wall.json
Normal file
15
data/minecraft/recipe/andesite_wall.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:andesite_wall"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:andesite",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:andesite_wall"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/anvil.json
Normal file
17
data/minecraft/recipe/anvil.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"I": "minecraft:iron_block",
|
||||
"i": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"III",
|
||||
" i ",
|
||||
"iii"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:anvil"
|
||||
}
|
||||
}
|
||||
4
data/minecraft/recipe/armor_dye.json
Normal file
4
data/minecraft/recipe/armor_dye.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_armordye",
|
||||
"category": "misc"
|
||||
}
|
||||
17
data/minecraft/recipe/armor_stand.json
Normal file
17
data/minecraft/recipe/armor_stand.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"/": "minecraft:stick",
|
||||
"_": "minecraft:smooth_stone_slab"
|
||||
},
|
||||
"pattern": [
|
||||
"///",
|
||||
" / ",
|
||||
"/_/"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/arrow.json
Normal file
18
data/minecraft/recipe/arrow.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"X": "minecraft:flint",
|
||||
"Y": "minecraft:feather"
|
||||
},
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"Y"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:arrow"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/baked_potato.json
Normal file
10
data/minecraft/recipe/baked_potato.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "food",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.35,
|
||||
"ingredient": "minecraft:potato",
|
||||
"result": {
|
||||
"id": "minecraft:baked_potato"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"category": "food",
|
||||
"cookingtime": 600,
|
||||
"experience": 0.35,
|
||||
"ingredient": "minecraft:potato",
|
||||
"result": {
|
||||
"id": "minecraft:baked_potato"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/baked_potato_from_smoking.json
Normal file
10
data/minecraft/recipe/baked_potato_from_smoking.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smoking",
|
||||
"category": "food",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.35,
|
||||
"ingredient": "minecraft:potato",
|
||||
"result": {
|
||||
"id": "minecraft:baked_potato"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipe/bamboo_block.json
Normal file
19
data/minecraft/recipe/bamboo_block.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo",
|
||||
"minecraft:bamboo"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_block"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/bamboo_button.json
Normal file
12
data/minecraft/recipe/bamboo_button.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
"minecraft:bamboo_planks"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_button"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipe/bamboo_chest_raft.json
Normal file
13
data/minecraft/recipe/bamboo_chest_raft.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "chest_boat",
|
||||
"ingredients": [
|
||||
"minecraft:chest",
|
||||
"minecraft:bamboo_raft"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_chest_raft"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/bamboo_door.json
Normal file
17
data/minecraft/recipe/bamboo_door.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_door",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:bamboo_door"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/bamboo_fence.json
Normal file
17
data/minecraft/recipe/bamboo_fence.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_fence",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:bamboo_fence"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/bamboo_fence_gate.json
Normal file
17
data/minecraft/recipe/bamboo_fence_gate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/bamboo_hanging_sign.json
Normal file
18
data/minecraft/recipe/bamboo_hanging_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "hanging_sign",
|
||||
"key": {
|
||||
"#": "minecraft:stripped_bamboo_block",
|
||||
"X": "minecraft:chain"
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_hanging_sign"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/bamboo_mosaic.json
Normal file
15
data/minecraft/recipe/bamboo_mosaic.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_slab"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_mosaic"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipe/bamboo_mosaic_slab.json
Normal file
14
data/minecraft/recipe/bamboo_mosaic_slab.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_mosaic"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_mosaic_slab"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/bamboo_mosaic_stairs.json
Normal file
16
data/minecraft/recipe/bamboo_mosaic_stairs.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_mosaic"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:bamboo_mosaic_stairs"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/bamboo_planks.json
Normal file
12
data/minecraft/recipe/bamboo_planks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
"#minecraft:bamboo_blocks"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:bamboo_planks"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/bamboo_pressure_plate.json
Normal file
15
data/minecraft/recipe/bamboo_pressure_plate.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_pressure_plate",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_pressure_plate"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/bamboo_raft.json
Normal file
16
data/minecraft/recipe/bamboo_raft.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "boat",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:bamboo_raft"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/bamboo_sign.json
Normal file
18
data/minecraft/recipe/bamboo_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_sign",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks",
|
||||
"X": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:bamboo_sign"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/bamboo_slab.json
Normal file
15
data/minecraft/recipe/bamboo_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_slab",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_slab"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/bamboo_stairs.json
Normal file
17
data/minecraft/recipe/bamboo_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:bamboo_stairs"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/bamboo_trapdoor.json
Normal file
16
data/minecraft/recipe/bamboo_trapdoor.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:bamboo_trapdoor"
|
||||
}
|
||||
}
|
||||
4
data/minecraft/recipe/banner_duplicate.json
Normal file
4
data/minecraft/recipe/banner_duplicate.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_bannerduplicate",
|
||||
"category": "misc"
|
||||
}
|
||||
17
data/minecraft/recipe/barrel.json
Normal file
17
data/minecraft/recipe/barrel.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"P": "#minecraft:planks",
|
||||
"S": "#minecraft:wooden_slabs"
|
||||
},
|
||||
"pattern": [
|
||||
"PSP",
|
||||
"P P",
|
||||
"PSP"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:barrel"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/beacon.json
Normal file
18
data/minecraft/recipe/beacon.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"G": "minecraft:glass",
|
||||
"O": "minecraft:obsidian",
|
||||
"S": "minecraft:nether_star"
|
||||
},
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GSG",
|
||||
"OOO"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:beacon"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/beehive.json
Normal file
17
data/minecraft/recipe/beehive.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"H": "minecraft:honeycomb",
|
||||
"P": "#minecraft:planks"
|
||||
},
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:beehive"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/beetroot_soup.json
Normal file
17
data/minecraft/recipe/beetroot_soup.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
"minecraft:bowl",
|
||||
"minecraft:beetroot",
|
||||
"minecraft:beetroot",
|
||||
"minecraft:beetroot",
|
||||
"minecraft:beetroot",
|
||||
"minecraft:beetroot",
|
||||
"minecraft:beetroot"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:beetroot_soup"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/birch_boat.json
Normal file
16
data/minecraft/recipe/birch_boat.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "boat",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:birch_boat"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/birch_button.json
Normal file
12
data/minecraft/recipe/birch_button.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "wooden_button",
|
||||
"ingredients": [
|
||||
"minecraft:birch_planks"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:birch_button"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipe/birch_chest_boat.json
Normal file
13
data/minecraft/recipe/birch_chest_boat.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "chest_boat",
|
||||
"ingredients": [
|
||||
"minecraft:chest",
|
||||
"minecraft:birch_boat"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:birch_chest_boat"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/birch_door.json
Normal file
17
data/minecraft/recipe/birch_door.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_door",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:birch_door"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/birch_fence.json
Normal file
17
data/minecraft/recipe/birch_fence.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_fence",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:birch_fence"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/birch_fence_gate.json
Normal file
17
data/minecraft/recipe/birch_fence_gate.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"W": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/birch_hanging_sign.json
Normal file
18
data/minecraft/recipe/birch_hanging_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "hanging_sign",
|
||||
"key": {
|
||||
"#": "minecraft:stripped_birch_log",
|
||||
"X": "minecraft:chain"
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_hanging_sign"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/birch_planks.json
Normal file
12
data/minecraft/recipe/birch_planks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
"#minecraft:birch_logs"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:birch_planks"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/birch_pressure_plate.json
Normal file
15
data/minecraft/recipe/birch_pressure_plate.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_pressure_plate",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:birch_pressure_plate"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/birch_sign.json
Normal file
18
data/minecraft/recipe/birch_sign.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "wooden_sign",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks",
|
||||
"X": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" X "
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:birch_sign"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/birch_slab.json
Normal file
15
data/minecraft/recipe/birch_slab.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_slab",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_slab"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/birch_stairs.json
Normal file
17
data/minecraft/recipe/birch_stairs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:birch_stairs"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/birch_trapdoor.json
Normal file
16
data/minecraft/recipe/birch_trapdoor.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_trapdoor"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/birch_wood.json
Normal file
16
data/minecraft/recipe/birch_wood.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:birch_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/black_banner.json
Normal file
18
data/minecraft/recipe/black_banner.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "banner",
|
||||
"key": {
|
||||
"#": "minecraft:black_wool",
|
||||
"|": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:black_banner"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/black_bed.json
Normal file
17
data/minecraft/recipe/black_bed.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "bed",
|
||||
"key": {
|
||||
"#": "minecraft:black_wool",
|
||||
"X": "#minecraft:planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:black_bed"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/black_bundle.json
Normal file
10
data/minecraft/recipe/black_bundle.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_transmute",
|
||||
"category": "equipment",
|
||||
"group": "bundle_dye",
|
||||
"input": "#minecraft:bundles",
|
||||
"material": "minecraft:black_dye",
|
||||
"result": {
|
||||
"id": "minecraft:black_bundle"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipe/black_candle.json
Normal file
13
data/minecraft/recipe/black_candle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_candle",
|
||||
"ingredients": [
|
||||
"minecraft:candle",
|
||||
"minecraft:black_dye"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:black_candle"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/black_carpet.json
Normal file
15
data/minecraft/recipe/black_carpet.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": "minecraft:black_wool"
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:black_carpet"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipe/black_concrete_powder.json
Normal file
20
data/minecraft/recipe/black_concrete_powder.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
"minecraft:black_dye",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"id": "minecraft:black_concrete_powder"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/black_dye.json
Normal file
12
data/minecraft/recipe/black_dye.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
"minecraft:ink_sac"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/black_dye_from_wither_rose.json
Normal file
12
data/minecraft/recipe/black_dye_from_wither_rose.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
"minecraft:wither_rose"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:black_dye"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/black_glazed_terracotta.json
Normal file
10
data/minecraft/recipe/black_glazed_terracotta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": "minecraft:black_terracotta",
|
||||
"result": {
|
||||
"id": "minecraft:black_glazed_terracotta"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/black_shulker_box.json
Normal file
10
data/minecraft/recipe/black_shulker_box.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_transmute",
|
||||
"category": "misc",
|
||||
"group": "shulker_box_dye",
|
||||
"input": "#minecraft:shulker_boxes",
|
||||
"material": "minecraft:black_dye",
|
||||
"result": {
|
||||
"id": "minecraft:black_shulker_box"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/black_stained_glass.json
Normal file
18
data/minecraft/recipe/black_stained_glass.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_glass",
|
||||
"key": {
|
||||
"#": "minecraft:glass",
|
||||
"X": "minecraft:black_dye"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"id": "minecraft:black_stained_glass"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/black_stained_glass_pane.json
Normal file
16
data/minecraft/recipe/black_stained_glass_pane.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": "minecraft:black_stained_glass"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 16,
|
||||
"id": "minecraft:black_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "stained_glass_pane",
|
||||
"key": {
|
||||
"#": "minecraft:glass_pane",
|
||||
"$": "minecraft:black_dye"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#$#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"id": "minecraft:black_stained_glass_pane"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/black_terracotta.json
Normal file
18
data/minecraft/recipe/black_terracotta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "stained_terracotta",
|
||||
"key": {
|
||||
"#": "minecraft:terracotta",
|
||||
"X": "minecraft:black_dye"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"id": "minecraft:black_terracotta"
|
||||
}
|
||||
}
|
||||
14
data/minecraft/recipe/blackstone_slab.json
Normal file
14
data/minecraft/recipe/blackstone_slab.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:blackstone_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:blackstone",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:blackstone_slab"
|
||||
}
|
||||
}
|
||||
16
data/minecraft/recipe/blackstone_stairs.json
Normal file
16
data/minecraft/recipe/blackstone_stairs.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:blackstone_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:blackstone",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blackstone_stairs"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/blackstone_wall.json
Normal file
15
data/minecraft/recipe/blackstone_wall.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:blackstone_wall"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:blackstone",
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blackstone_wall"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/blast_furnace.json
Normal file
18
data/minecraft/recipe/blast_furnace.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:smooth_stone",
|
||||
"I": "minecraft:iron_ingot",
|
||||
"X": "minecraft:furnace"
|
||||
},
|
||||
"pattern": [
|
||||
"III",
|
||||
"IXI",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blast_furnace"
|
||||
}
|
||||
}
|
||||
11
data/minecraft/recipe/blaze_powder.json
Normal file
11
data/minecraft/recipe/blaze_powder.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
"minecraft:blaze_rod"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:blaze_powder"
|
||||
}
|
||||
}
|
||||
18
data/minecraft/recipe/blue_banner.json
Normal file
18
data/minecraft/recipe/blue_banner.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "banner",
|
||||
"key": {
|
||||
"#": "minecraft:blue_wool",
|
||||
"|": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_banner"
|
||||
}
|
||||
}
|
||||
17
data/minecraft/recipe/blue_bed.json
Normal file
17
data/minecraft/recipe/blue_bed.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "bed",
|
||||
"key": {
|
||||
"#": "minecraft:blue_wool",
|
||||
"X": "#minecraft:planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"XXX"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_bed"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/blue_bundle.json
Normal file
10
data/minecraft/recipe/blue_bundle.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_transmute",
|
||||
"category": "equipment",
|
||||
"group": "bundle_dye",
|
||||
"input": "#minecraft:bundles",
|
||||
"material": "minecraft:blue_dye",
|
||||
"result": {
|
||||
"id": "minecraft:blue_bundle"
|
||||
}
|
||||
}
|
||||
13
data/minecraft/recipe/blue_candle.json
Normal file
13
data/minecraft/recipe/blue_candle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "dyed_candle",
|
||||
"ingredients": [
|
||||
"minecraft:candle",
|
||||
"minecraft:blue_dye"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_candle"
|
||||
}
|
||||
}
|
||||
15
data/minecraft/recipe/blue_carpet.json
Normal file
15
data/minecraft/recipe/blue_carpet.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "carpet",
|
||||
"key": {
|
||||
"#": "minecraft:blue_wool"
|
||||
},
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"id": "minecraft:blue_carpet"
|
||||
}
|
||||
}
|
||||
20
data/minecraft/recipe/blue_concrete_powder.json
Normal file
20
data/minecraft/recipe/blue_concrete_powder.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
"minecraft:blue_dye",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel",
|
||||
"minecraft:gravel"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"id": "minecraft:blue_concrete_powder"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/blue_dye.json
Normal file
12
data/minecraft/recipe/blue_dye.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
"minecraft:lapis_lazuli"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipe/blue_dye_from_cornflower.json
Normal file
12
data/minecraft/recipe/blue_dye_from_cornflower.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
"minecraft:cornflower"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_dye"
|
||||
}
|
||||
}
|
||||
10
data/minecraft/recipe/blue_glazed_terracotta.json
Normal file
10
data/minecraft/recipe/blue_glazed_terracotta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 200,
|
||||
"experience": 0.1,
|
||||
"ingredient": "minecraft:blue_terracotta",
|
||||
"result": {
|
||||
"id": "minecraft:blue_glazed_terracotta"
|
||||
}
|
||||
}
|
||||
19
data/minecraft/recipe/blue_ice.json
Normal file
19
data/minecraft/recipe/blue_ice.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:packed_ice"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:blue_ice"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user