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:
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/barrel_from_crimson_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/barrel_from_crimson_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:barrel_from_crimson_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"A A",
|
||||
"ABA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "crimson_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/barrel_from_warped_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/barrel_from_warped_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:barrel_from_warped_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"A A",
|
||||
"ABA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "warped_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/beehive_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/beehive_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beehive_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "beehive",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/beehive_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/beehive_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beehive_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "beehive",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_slab.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_slab.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blackstone_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_stairs.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_stairs.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blackstone_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_wall.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/blackstone_wall.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blackstone_wall"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:blackstone_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bookshelf_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bookshelf_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bookshelf_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "book"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bookshelf",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bookshelf_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bookshelf_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bookshelf_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "book"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bookshelf",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bowl_from_crimson_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bowl_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bowl_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bowl",
|
||||
"count": 4
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bowl_from_warped_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/bowl_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bowl_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bowl",
|
||||
"count": 4
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_crimson_stem.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_crimson_stem.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_crimson_stem"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_log2.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_log2.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_log2"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:log2"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_acacia_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_acacia_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_acacia_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_birch_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_birch_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_birch_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_crimson_stem.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_crimson_stem.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_crimson_stem"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_dark_oak_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_dark_oak_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_dark_oak_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_dark_oak_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_jungle_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_jungle_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_jungle_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_oak_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_oak_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_oak_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_spruce_log.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_spruce_log.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_spruce_log"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_warped_stem.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_stripped_warped_stem.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_warped_stem"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_warped_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_warped_stem.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_warped_stem.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_warped_stem"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_wood.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/campfire_from_wood.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_wood"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:wood"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/cartography_table_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/cartography_table_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cartography_table_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "paper"
|
||||
},
|
||||
"B": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "cartography_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/cartography_table_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/cartography_table_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cartography_table_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "paper"
|
||||
},
|
||||
"B": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "cartography_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chain.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chain.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chain"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"N",
|
||||
"G",
|
||||
"N"
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "iron_nugget"
|
||||
},
|
||||
"G": {
|
||||
"item": "iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "chain",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chest_from_crimson_planks.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chest_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chest_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "chest",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chest_from_warped_planks.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chest_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chest_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "chest",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chiseled_nether_bricks.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chiseled_nether_bricks.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chiseled_nether_bricks"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stone_slab",
|
||||
"data": 7
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chiseled_nether_bricks"
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chiseled_polished_blackstone.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chiseled_polished_blackstone.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chiseled_polished_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:chiseled_polished_blackstone"
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/composter_from_crimson_slab.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/composter_from_crimson_slab.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:composter_from_crimson_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "composter",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/composter_from_warped_slab.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/composter_from_warped_slab.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:composter_from_warped_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "composter",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crafting_table_from_crimson_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crafting_table_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crafting_table_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"AA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "crafting_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crafting_table_from_warped_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crafting_table_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crafting_table_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"AA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "crafting_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_button.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_button.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_button"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_button",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_button",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_door.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_door.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_door"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_fence.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_fence.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_fence"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_fence_gate.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_fence_gate.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_fence_gate"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_hyphae.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_hyphae.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_hyphae"
|
||||
},
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_hyphae",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_hyphae_stripped.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_hyphae_stripped.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stripped_crimson_hyphae"
|
||||
},
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_crimson_hyphae",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_planks"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks_from_crimson_hyphae.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks_from_crimson_hyphae.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_planks_from_crimson_hyphae"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_hyphae"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_planks_from_stripped_crimson_hyphae"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_crimson_hyphae"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks_from_stripped_log.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_planks_from_stripped_log.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_planks_from_stripped_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_crimson_stem"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_pressure_plate.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_pressure_plate.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_pressure_plate"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_pressure_plate",
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_pressure_plate",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_sign.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_sign.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_sign"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks" },
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_slab.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_slab.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_stairs.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_stairs.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_stairs"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_trapdoor.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16/recipes/crimson_trapdoor.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_trapdoor"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_trap_door",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/daylight_detector_from_crimson_slab.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/daylight_detector_from_crimson_slab.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:daylight_detector_from_crimson_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "glass"
|
||||
},
|
||||
"B": {
|
||||
"item": "quartz"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "daylight_detector",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/daylight_detector_from_warped_slab.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.16/recipes/daylight_detector_from_warped_slab.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:daylight_detector_from_warped_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "glass"
|
||||
},
|
||||
"B": {
|
||||
"item": "quartz"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "daylight_detector",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/fletching_table_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/fletching_table_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fletching_table_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "flint"
|
||||
},
|
||||
"B": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "fletching_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/fletching_table_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/fletching_table_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fletching_table_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "flint"
|
||||
},
|
||||
"B": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "fletching_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_ancient_debris.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_ancient_debris.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_ancient_debris"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "blast_furnace"],
|
||||
"input": "minecraft:ancient_debris",
|
||||
"output": "minecraft:netherite_scrap"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_beef.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_beef.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_beef"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:beef",
|
||||
"output": "minecraft:cooked_beef"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_chicken.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_chicken.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_chicken"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:chicken",
|
||||
"output": "minecraft:cooked_chicken"
|
||||
}
|
||||
|
||||
}
|
11
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_cracked_nether_bricks.json
vendored
Normal file
11
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_cracked_nether_bricks.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_cracked_nether_bricks"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:nether_brick",
|
||||
"output": "minecraft:cracked_nether_bricks"
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_cracked_polished_blackstone_bricks"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:polished_blackstone_bricks",
|
||||
"output": "minecraft:cracked_polished_blackstone_bricks"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_fish.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_fish.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_fish"
|
||||
},
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:fish",
|
||||
"output": "minecraft:cooked_fish"
|
||||
}
|
||||
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_from_blackstone.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_from_blackstone.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:furnace"
|
||||
}
|
||||
}
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_kelp.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_kelp.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_kelp"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:kelp",
|
||||
"output": "minecraft:dried_kelp"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_mutton_raw.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_mutton_raw.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_mutton_raw"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:muttonRaw",
|
||||
"output": "minecraft:muttonCooked"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_nether_gold_ore.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_nether_gold_ore.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_nether_gold_ore"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "blast_furnace"],
|
||||
"input": "minecraft:nether_gold_ore",
|
||||
"output": "minecraft:gold_ingot"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_porkchop.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_porkchop.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_porkchop"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:porkchop",
|
||||
"output": "minecraft:cooked_porkchop"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_potato.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_potato.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_potato"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:potato",
|
||||
"output": "minecraft:baked_potato"
|
||||
}
|
||||
|
||||
}
|
12
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_quartz_block.json
vendored
Normal file
12
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_quartz_block.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_quartz_block"
|
||||
},
|
||||
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:quartz_block:0",
|
||||
"output": "minecraft:quartz_block:3"
|
||||
}
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_rabbit.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_rabbit.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_rabbit"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:rabbit",
|
||||
"output": "minecraft:cooked_rabbit"
|
||||
}
|
||||
|
||||
}
|
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_salmon.json
vendored
Normal file
14
servers/bedrock/behavior_packs/vanilla_1.16/recipes/furnace_salmon.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_salmon"
|
||||
},
|
||||
|
||||
|
||||
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
|
||||
"input": "minecraft:salmon",
|
||||
"output": "minecraft:cooked_salmon"
|
||||
}
|
||||
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks2.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks2.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_crimson_planks2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab2"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks3.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks3.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_crimson_planks3"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab3"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks4.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_crimson_planks4.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_crimson_planks4"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab4"
|
||||
},
|
||||
"C": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks2.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks2.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_warped_planks2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab2"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks3.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks3.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_warped_planks3"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab3"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks4.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.16/recipes/grindstone_from_warped_planks4.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_warped_planks4"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab4"
|
||||
},
|
||||
"C": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/jukebox_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/jukebox_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:jukebox_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "jukebox",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/jukebox_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/jukebox_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:jukebox_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "jukebox",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lectern_from_crimson_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lectern_from_crimson_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:lectern_from_crimson_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
" B ",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_slab"
|
||||
},
|
||||
"B": {
|
||||
"item": "bookshelf"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "lectern",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lectern_from_warped_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lectern_from_warped_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:lectern_from_warped_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
" B ",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_slab"
|
||||
},
|
||||
"B": {
|
||||
"item": "bookshelf"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "lectern",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lodestone.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/lodestone.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:lodestone"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"S#S",
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stonebrick:3"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:lodestone",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/loom_from_crimson_planks.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/loom_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:loom_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "string"
|
||||
},
|
||||
"B": {
|
||||
"item": "crimson_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "loom",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/loom_from_warped_planks.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/loom_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:loom_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "string"
|
||||
},
|
||||
"B": {
|
||||
"item": "warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "loom",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_block.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_block.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:netherite_block"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_block"
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_ingot.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_ingot.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:netherite_ingot"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:netherite_scrap",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_ingot",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:netherite_ingot",
|
||||
"data": 0,
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_ingot_from_block.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/netherite_ingot_from_block.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:netherite_ingot_from_block"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "netherite_ingot",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:netherite_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/noteblock_from_crimson_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/noteblock_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:noteblock_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "noteblock",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/noteblock_from_warped_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.16/recipes/noteblock_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:noteblock_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "noteblock",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
36
servers/bedrock/behavior_packs/vanilla_1.16/recipes/piston_from_crimson_planks.json
vendored
Normal file
36
servers/bedrock/behavior_packs/vanilla_1.16/recipes/piston_from_crimson_planks.json
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:piston_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BCB",
|
||||
"BDB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "cobblestone"
|
||||
},
|
||||
"C": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"D": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "piston",
|
||||
"count": 1,
|
||||
"data": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
36
servers/bedrock/behavior_packs/vanilla_1.16/recipes/piston_from_warped_planks.json
vendored
Normal file
36
servers/bedrock/behavior_packs/vanilla_1.16/recipes/piston_from_warped_planks.json
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:piston_from_warped_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BCB",
|
||||
"BDB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "warped_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "cobblestone"
|
||||
},
|
||||
"C": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"D": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "piston",
|
||||
"count": 1,
|
||||
"data": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_basalt.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_basalt.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_basalt"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:basalt"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_basalt",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_slab.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_slab.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_brick_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_stairs.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_stairs.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_brick_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_wall.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_brick_wall.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_brick_wall"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_bricks.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_bricks.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_bricks"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_bricks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_button.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_button.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_button"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_button"
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_pressure_plate.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_pressure_plate.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_pressure_plate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_pressure_plate"
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_slab.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.16/recipes/polished_blackstone_slab.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polished_blackstone_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:polished_blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:polished_blackstone_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user