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:
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/acacia_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/acacia_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_acacia_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:acacia_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_block.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_block.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_block"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_button.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_button.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_button"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_button"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_chest_raft.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_chest_raft.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_chest_raft"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 7
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 7
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_door.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_door.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_door"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_fence.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_fence.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_fence"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_fence_gate.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_fence_gate.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_fence_gate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_bamboo_block"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosaic.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosaic.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_mosaic"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_mosaic",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosaic_slab.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosaic_slab.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_mosaic_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_mosaic"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_mosaic_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosiac_stairs.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_mosiac_stairs.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_mosaic_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_mosaic"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_mosaic_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_planks.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_planks.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_planks"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_planks",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_planks_from_stripped.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_planks_from_stripped.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_planks_from_stripped"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_bamboo_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_planks",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_pressure_plate.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_pressure_plate.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_pressure_plate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_pressure_plate"
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_raft.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_raft.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_raft"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_raft"
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_slab.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_slab.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_stairs.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_stairs.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_trapdoor.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/bamboo_trapdoor.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bamboo_trapdoor"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_trap_door",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:bamboo_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bamboo_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/birch_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/birch_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_birch_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/brush.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/brush.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brush"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:feather"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brush",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/calibrated_sculk_sensor.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/calibrated_sculk_sensor.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:calibrated_sculk_sensor"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" X ",
|
||||
"X#X"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:amethyst_shard"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:sculk_sensor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:calibrated_sculk_sensor",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_boat.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_boat.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_boat"
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_button.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_button.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_button"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_button"
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_chest_boat.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_chest_boat.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cherry_boat"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cherry_chest_boat"
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_door.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_door.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_door"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_fence.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_fence.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_fence"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_fence_gate.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_fence_gate.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_fence_gate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_cherry_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_log.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_log.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_planks_from_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_stripped_log.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_stripped_log.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_planks_from_stripped_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_stripped_wood.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_stripped_wood.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_planks_from_stripped_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_cherry_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_wood.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_planks_from_wood.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_planks_from_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_pressure_plate.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_pressure_plate.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_pressure_plate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_pressure_plate"
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_slab.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_slab.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_stairs.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_stairs.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_wood_from_stripped_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_cherry_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_trapdoor.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_trapdoor.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_trapdoor"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_trap_door",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_wood_from_log.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cherry_wood_from_log.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cherry_wood_from_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:cherry_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/chiseled_bookshelf.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/chiseled_bookshelf.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chiseled_bookshelf"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"B": {
|
||||
"tag": "minecraft:wooden_slabs"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "chiseled_bookshelf",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:coast_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:coast_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:coast_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/crimson_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/crimson_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crimson_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_crimson_stem"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:crimson_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cyan_dye_from_pitcher_plant.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/cyan_dye_from_pitcher_plant.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cyan_dye_from_pitcher_plant"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "cyan_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:pitcher_plant"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cyan_dye",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/dark_oak_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/dark_oak_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:dark_oak_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_dark_oak_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dark_oak_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:dune_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:dune_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:sandstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dune_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:eye_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:eye_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:end_stone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:eye_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:host_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:host_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:host_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/jungle_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/jungle_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:jungle_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_jungle_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:jungle_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/mangrove_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/mangrove_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:netherite_upgrade_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:netherite_upgrade_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:netherite_upgrade_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/oak_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/oak_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:oak_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_oak_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:oak_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/orange_dye_from_torchflower.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/orange_dye_from_torchflower.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:orange_dye_from_torchflower"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "orange_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:torchflower"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 14
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/pink_dye_from_pink_petals.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/pink_dye_from_pink_petals.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.19",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pink_dye_from_pink_petals"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "pink_dye",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:pink_petals"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:pink_dye"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:raiser_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:raiser_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:raiser_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:rib_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:rib_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:netherrack"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:rib_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:sentry_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:sentry_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:sentry_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:shaper_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:shaper_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:shaper_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:silence_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:silence_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:silence_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
18
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_armor_trim.json
vendored
Normal file
18
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_armor_trim.json
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_trim": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_armor_trim"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": {
|
||||
"tag": "minecraft:trim_templates"
|
||||
},
|
||||
"base": {
|
||||
"tag": "minecraft:trimmable_armors"
|
||||
},
|
||||
"addition": {
|
||||
"tag": "minecraft:trim_materials"
|
||||
}
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_axe.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_axe.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_axe"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_axe",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_axe"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_boots.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_boots.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_boots"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_boots",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_boots"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_chestplate.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_chestplate.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_chestplate"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_chestplate",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_chestplate"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_helmet.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_helmet.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_helmet"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_helmet",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_helmet"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_hoe.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_hoe.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_hoe"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_hoe",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_hoe"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_leggings.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_leggings.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_leggings"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_leggings",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_leggings"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_pickaxe.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_pickaxe.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_pickaxe"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_pickaxe",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_pickaxe"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_shovel.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_shovel.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_shovel"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_shovel",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_shovel"
|
||||
}
|
||||
}
|
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_sword.json
vendored
Normal file
13
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/smithing_netherite_sword.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_smithing_transform": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_netherite_sword"
|
||||
},
|
||||
"tags": [ "smithing_table" ],
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"base": "minecraft:diamond_sword",
|
||||
"addition": "minecraft:netherite_ingot",
|
||||
"result": "minecraft:netherite_sword"
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:snout_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:snout_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:snout_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:spire_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:spire_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:purpur_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spire_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/spruce_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/spruce_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:spruce_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_spruce_log"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:spruce_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/suspicious_stew_from_torchflower.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/suspicious_stew_from_torchflower.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:suspicious_stew_from_torchflower"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:brown_mushroom"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_mushroom"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:torchflower"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:suspicious_stew",
|
||||
"data": 10
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:tide_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:tide_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:prismarine"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:tide_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:vex_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:vex_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:vex_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:ward_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:ward_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobbled_deepslate"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:ward_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/warped_hanging_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.20.0/recipes/warped_hanging_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:warped_hanging_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"| |",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_warped_stem"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_hanging_sign",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wayfinder_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:wayfinder_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wayfinder_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wild_armor_trim_smithing_template_duplicate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#S#",
|
||||
"#C#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:wild_armor_trim_smithing_template"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:mossy_cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:wild_armor_trim_smithing_template",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user