mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
28
servers/bedrock/behavior_packs/vanilla/recipes/acacia_boat.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/acacia_boat.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_boat"
|
||||
},
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:boat",
|
||||
"data": 4
|
||||
}
|
||||
}
|
||||
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_door.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_door.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_door"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla/recipes/acacia_fence.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla/recipes/acacia_fence.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_fence"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:fence",
|
||||
"data": 4,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/acacia_fence_gate.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/acacia_fence_gate.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_fence_gate"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_planks"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:log2",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_stripped.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_stripped.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_planks_from_stripped"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_stripped_wood.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_stripped_wood.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_planks_from_stripped_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 12
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_wood.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_planks_from_wood.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_planks_from_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_stairs.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_stairs.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_stairs"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wood.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wood.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:log2",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 4,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wood_stripped.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wood_stripped.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_wood_stripped"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 12,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wooden_slab.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/acacia_wooden_slab.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_wooden_slab"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wooden_slab",
|
||||
"data": 4,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/activator_rail.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/activator_rail.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:activator_rail"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/andesite.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/andesite.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:andesite"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:stone",
|
||||
"data": 3
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:stone",
|
||||
"data": 5,
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/andesite_stairs.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/andesite_stairs.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:andesite_stairs"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone",
|
||||
"data": 5
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:andesite_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/andesite_wall.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/andesite_wall.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:andesite_wall"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone",
|
||||
"data": 5
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cobblestone_wall",
|
||||
"data": 4,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/anvil.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/anvil.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:anvil"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"III",
|
||||
" i ",
|
||||
"iii"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"i": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:anvil",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/armor_stand.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/armor_stand.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:armor_stand"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"///",
|
||||
" / ",
|
||||
"/_/"
|
||||
],
|
||||
"key": {
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"_": {
|
||||
"item": "minecraft:double_stone_slab",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/arrow.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/arrow.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:arrow"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"Y"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:flint"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:feather"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:arrow",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_bricks.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_bricks.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_bricks"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brick_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_creeper.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_creeper.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_creeper"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:skull",
|
||||
"data": 4
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_flower.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_flower.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_flower"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_flower",
|
||||
"data": 8
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 2
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_skull.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_skull.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_skull"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_thing.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_thing.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_thing"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:appleenchanted"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 3
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_vines.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/recipes/banner_pattern_vines.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:banner_pattern_vines"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner_pattern",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:vine"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:banner_pattern",
|
||||
"data": 5
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/barrel.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/barrel.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:barrel"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#-#",
|
||||
"# #",
|
||||
"#-#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"-": {
|
||||
"item": "minecraft:wooden_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel"
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla/recipes/basic_map_to_enhanced.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/recipes/basic_map_to_enhanced.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:basic_map_to_enhanced"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:emptymap",
|
||||
"data": 1
|
||||
},
|
||||
{
|
||||
"item": "minecraft:compass"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:emptymap",
|
||||
"data": 2
|
||||
}
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla/recipes/beacon.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla/recipes/beacon.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beacon"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GSG",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:netherstar"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"O": {
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:beacon"
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla/recipes/beetroot_soup.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla/recipes/beetroot_soup.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beetroot_soup"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot",
|
||||
"count": 6
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:beetroot_soup"
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/birch_boat.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/birch_boat.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_boat"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:boat",
|
||||
"data": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_door.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_door.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_door"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla/recipes/birch_fence.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla/recipes/birch_fence.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_fence"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:fence",
|
||||
"data": 2,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/birch_fence_gate.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/birch_fence_gate.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_fence_gate"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_planks"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:log",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_stripped.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_stripped.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_planks_from_stripped"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_stripped_wood.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_stripped_wood.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_planks_from_stripped_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 10
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_wood.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_planks_from_wood.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_planks_from_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_stairs.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_stairs.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_stairs"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_wood.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/birch_wood.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:log",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 2,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_wood_stripped.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_wood_stripped.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_wood_stripped"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wood",
|
||||
"data": 10,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_wooden_slab.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/birch_wooden_slab.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_wooden_slab"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wooden_slab",
|
||||
"data": 2,
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla/recipes/black_banner.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla/recipes/black_banner.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_banner"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wool",
|
||||
"data": 15
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:banner",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/black_carpet.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/black_carpet.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_carpet"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wool",
|
||||
"data": 15
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 15,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
33
servers/bedrock/behavior_packs/vanilla/recipes/black_carpet_from_white.json
vendored
Normal file
33
servers/bedrock/behavior_packs/vanilla/recipes/black_carpet_from_white.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_carpet_from_white"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "carpet",
|
||||
"priority": 1,
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 0
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
51
servers/bedrock/behavior_packs/vanilla/recipes/black_concrete_powder.json
vendored
Normal file
51
servers/bedrock/behavior_packs/vanilla/recipes/black_concrete_powder.json
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_concrete_powder"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
52
servers/bedrock/behavior_packs/vanilla/recipes/black_concrete_powder_from_ink_sac.json
vendored
Normal file
52
servers/bedrock/behavior_packs/vanilla/recipes/black_concrete_powder_from_ink_sac.json
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_concrete_powder_from_ink_sac"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "concrete_powder",
|
||||
"priority": 1,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/black_dye_from_ink_sac.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/black_dye_from_ink_sac.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_dye_from_ink_sac"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 0
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
}
|
||||
}
|
19
servers/bedrock/behavior_packs/vanilla/recipes/black_dye_from_wither_rose.json
vendored
Normal file
19
servers/bedrock/behavior_packs/vanilla/recipes/black_dye_from_wither_rose.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_dye_from_wither_rose"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "black_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:wither_rose"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_glass"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_from_ink_sac.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_from_ink_sac.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_glass_from_ink_sac"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass",
|
||||
"priority": 1,
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_pane.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_pane.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_glass_pane"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 15
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass_pane",
|
||||
"data": 15,
|
||||
"count": 16
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_pane_from_pane.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_glass_pane_from_pane.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_glass_pane_from_pane"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass_pane",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_hardened_clay.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_hardened_clay.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_hardened_clay"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 16
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_hardened_clay",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_hardened_clay_from_ink_sac.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla/recipes/black_stained_hardened_clay_from_ink_sac.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:black_stained_hardened_clay_from_ink_sac"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_hardened_clay",
|
||||
"priority": 1,
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_hardened_clay",
|
||||
"data": 15,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla/recipes/blast_furnace.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla/recipes/blast_furnace.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blast_furnace"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"III",
|
||||
"IFI",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:smooth_stone"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"F": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blast_furnace"
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla/recipes/blaze_powder.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla/recipes/blaze_powder.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blaze_powder"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:blaze_powder",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla/recipes/blue_banner.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla/recipes/blue_banner.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_banner"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "banner",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wool",
|
||||
"data": 11
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:banner",
|
||||
"data": 4
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla/recipes/blue_carpet.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla/recipes/blue_carpet.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_carpet"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wool",
|
||||
"data": 11
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 11,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_carpet_from_white.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_carpet_from_white.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_carpet_from_white"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "carpet",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 0
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:carpet",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
51
servers/bedrock/behavior_packs/vanilla/recipes/blue_concrete_powder.json
vendored
Normal file
51
servers/bedrock/behavior_packs/vanilla/recipes/blue_concrete_powder.json
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_concrete_powder"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "concrete_powder",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
52
servers/bedrock/behavior_packs/vanilla/recipes/blue_concrete_powder_from_lapis_lazuli.json
vendored
Normal file
52
servers/bedrock/behavior_packs/vanilla/recipes/blue_concrete_powder_from_lapis_lazuli.json
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_concrete_powder_from_lapis_lazuli"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "concrete_powder",
|
||||
"priority": 1,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/blue_dye_from_cornflower.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/blue_dye_from_cornflower.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_dye_from_cornflower"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:red_flower",
|
||||
"data": 9
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/blue_dye_from_lapis_lazuli.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/blue_dye_from_lapis_lazuli.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_dye_from_lapis_lazuli"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "blue_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dye",
|
||||
"data": 4
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/blue_ice.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/blue_ice.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_ice"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:packed_ice"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blue_ice",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_glass"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_from_lapis_lazuli.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_from_lapis_lazuli.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_glass_from_lapis_lazuli"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass",
|
||||
"priority": 1,
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_pane.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_pane.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_glass_pane"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stained_glass",
|
||||
"data": 11
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass_pane",
|
||||
"data": 11,
|
||||
"count": 16
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_pane_from_pane.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_glass_pane_from_pane.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_glass_pane_from_pane"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_glass_pane",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:glass_pane"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_glass_pane",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_hardened_clay.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_hardened_clay.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_hardened_clay"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_hardened_clay",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 18
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_hardened_clay",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla/recipes/blue_stained_hardened_clay_from_lapis_lazuli.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blue_stained_hardened_clay_from_lapis_lazuli"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "stained_hardened_clay",
|
||||
"priority": 1,
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_hardened_clay",
|
||||
"data": 11,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/boat.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/boat.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:boat"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:planks",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:boat",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla/recipes/bone_block.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla/recipes/bone_block.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bone_block"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"XXX",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/bone_meal_from_block.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/bone_meal_from_block.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bone_meal_from_block"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15,
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/bone_meal_from_bone.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/bone_meal_from_bone.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bone_meal_from_bone"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "bonemeal",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bone"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 15,
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
33
servers/bedrock/behavior_packs/vanilla/recipes/book.json
vendored
Normal file
33
servers/bedrock/behavior_packs/vanilla/recipes/book.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:book"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla/recipes/bookshelf.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla/recipes/bookshelf.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:Bookshelf_woodplanks_recipeId"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "book"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bookshelf",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla/recipes/bow.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla/recipes/bow.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bow"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" #X",
|
||||
"# X",
|
||||
" #X"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bow"
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla/recipes/bowl.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/recipes/bowl.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:Bowl_recipeId"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bowl",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla/recipes/bread.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla/recipes/bread.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bread"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bread"
|
||||
}
|
||||
}
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_blaze_powder.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_blaze_powder.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_blaze_powder"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:blaze_powder",
|
||||
"output": "minecraft:potion_type:strength"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_fermented_spider_eye.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_fermented_spider_eye.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_fermented_spider_eye"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:fermented_spider_eye",
|
||||
"output": "minecraft:potion_type:weakness"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_ghast_tear.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_ghast_tear.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_ghast_tear"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:ghast_tear",
|
||||
"output": "minecraft:potion_type:regeneration"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_golden_carrot.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_golden_carrot.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_golden_carrot"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:golden_carrot",
|
||||
"output": "minecraft:potion_type:nightvision"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_magma_cream.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_magma_cream.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_magma_cream"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:magma_cream",
|
||||
"output": "minecraft:potion_type:fire_resistance"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_phantom_membrane.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_phantom_membrane.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_phantom_membrane"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:phantom_membrane",
|
||||
"output": "minecraft:potion_type:slow_falling"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_puffer_fish.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_puffer_fish.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_puffer_fish"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:pufferfish",
|
||||
"output": "minecraft:potion_type:water_breathing"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_rabbit_foot.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_rabbit_foot.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_rabbit_foot"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:rabbit_foot",
|
||||
"output": "minecraft:potion_type:leaping"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_speckled_melon.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_speckled_melon.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_water_breathing_speckled_melon"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:speckled_melon",
|
||||
"output": "minecraft:potion_type:healing"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_spider_eye.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_spider_eye.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_poison"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:spider_eye",
|
||||
"output": "minecraft:potion_type:poison"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_sugar.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_sugar.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_sugar"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:sugar",
|
||||
"output": "minecraft:potion_type:swiftness"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_turtle_helmet.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_awkward_turtle_helmet.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_awkward_turtle_helmet"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:awkward",
|
||||
"reagent": "minecraft:turtle_helmet",
|
||||
"output": "minecraft:potion_type:turtle_master"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_fireresistance_redstone.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_fireresistance_redstone.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_fireresistance_redstone"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:fire_resistance",
|
||||
"reagent": "minecraft:redstone",
|
||||
"output": "minecraft:potion_type:long_fire_resistance"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_harming_glowstone_dust.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_harming_glowstone_dust.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_harming_glowstone_dust"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:harming",
|
||||
"reagent": "minecraft:glowstone_dust",
|
||||
"output": "minecraft:potion_type:strong_harming"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_healing_fermented_spider_eye.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_healing_fermented_spider_eye.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_healing_fermented_spider_eye"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:healing",
|
||||
"reagent": "minecraft:fermented_spider_eye",
|
||||
"output": "minecraft:potion_type:harming"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_healing_glowstone_dust.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_healing_glowstone_dust.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_healing_glowstone_dust"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:healing",
|
||||
"reagent": "minecraft:glowstone_dust",
|
||||
"output": "minecraft:potion_type:strong_healing"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_invisibility_red_stone.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_invisibility_red_stone.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_invisibility_red_stone"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:invisibility",
|
||||
"reagent": "minecraft:redstone",
|
||||
"output": "minecraft:potion_type:long_invisibility"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_fermented_spider_eye.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_fermented_spider_eye.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_leaping_fermented_spider_eye"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:leaping",
|
||||
"reagent": "minecraft:fermented_spider_eye",
|
||||
"output": "minecraft:potion_type:slowness"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_glow_stone.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_glow_stone.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_leaping_glow_stone"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:leaping",
|
||||
"reagent": "minecraft:glowstone_dust",
|
||||
"output": "minecraft:potion_type:strong_leaping"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_red_stone.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_leaping_red_stone.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_leaping_red_stone"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:leaping",
|
||||
"reagent": "minecraft:redstone",
|
||||
"output": "minecraft:potion_type:long_leaping"
|
||||
}
|
||||
|
||||
}
|
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_long_leaping_fermented_spider_eye.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/recipes/brew_long_leaping_fermented_spider_eye.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_brewing_mix": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brew_longleaping_fermented_spider_eye"
|
||||
},
|
||||
|
||||
"tags": [ "brewing_stand" ],
|
||||
|
||||
"input": "minecraft:potion_type:long_leaping",
|
||||
"reagent": "minecraft:fermented_spider_eye",
|
||||
"output": "minecraft:potion_type:long_slowness"
|
||||
}
|
||||
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user