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:
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/acacia_chest_boat.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/acacia_chest_boat.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:acacia_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 4
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 4
|
||||
}
|
||||
}
|
||||
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/barrel_from_mangrove_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/barrel_from_mangrove_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:barrel_from_mangrove_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"A A",
|
||||
"ABA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "mangrove_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:barrel",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/beehive_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/beehive_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:beehive_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "beehive",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/birch_chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/birch_chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:birch_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 2
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/bookshelf_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/bookshelf_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bookshelf_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "book"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bookshelf",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/bowl_from_mangrove_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/bowl_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bowl_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bowl",
|
||||
"count": 4
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_charcoal_stripped_mangrove_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:charcoal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_mangrove_log.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_mangrove_log.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_mangrove_log"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_mangrove_wood.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_mangrove_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_wood"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_stripped_mangrove_log.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_stripped_mangrove_log.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_mangrove_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" | ",
|
||||
"|C|",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire"
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_stripped_mangrove_wood.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/campfire_from_stripped_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_stripped_mangrove_wood"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "coal"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cartography_table_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "paper"
|
||||
},
|
||||
"B": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "cartography_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 0
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 0
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_from_mangrove_planks.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chest_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "chest",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_minecart.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/chest_minecart.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chest_minecart"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:minecart"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_minecart"
|
||||
}
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/composter_from_mangrove_slab.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/composter_from_mangrove_slab.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:composter_from_mangrove_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A A",
|
||||
"A A",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "composter",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/crafting_table_from_mangrove_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/crafting_table_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:crafting_table_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"AA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "crafting_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/dark_oak_chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/dark_oak_chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:dark_oak_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 5
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 5
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/daylight_detector_from_mangrove_slab.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/daylight_detector_from_mangrove_slab.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:daylight_detector_from_mangrove_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BBB",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "glass"
|
||||
},
|
||||
"B": {
|
||||
"item": "quartz"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_slab"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "daylight_detector",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/fletching_table_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/fletching_table_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fletching_table_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "flint"
|
||||
},
|
||||
"B": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "fletching_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_log_mangrove.json
vendored
Normal file
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_log_mangrove.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_log_mangrove"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:mangrove_log",
|
||||
"output": "minecraft:coal:1"
|
||||
}
|
||||
}
|
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_mangrove_wood.json
vendored
Normal file
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_mangrove_wood"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:mangrove_wood",
|
||||
"output": "minecraft:coal:1"
|
||||
}
|
||||
}
|
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_stripped_mangrove_log.json
vendored
Normal file
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_stripped_mangrove_log.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_stripped_mangrove_log"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:stripped_mangrove_log",
|
||||
"output": "minecraft:coal:1"
|
||||
}
|
||||
}
|
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_stripped_mangrove_wood.json
vendored
Normal file
11
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/furnace_stripped_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_furnace": {
|
||||
"description": {
|
||||
"identifier": "minecraft:furnace_stripped_mangrove_wood"
|
||||
},
|
||||
"tags": ["furnace"],
|
||||
"input": "minecraft:stripped_mangrove_wood",
|
||||
"output": "minecraft:coal:1"
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks2.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks2.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_mangrove_planks2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab2"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks3.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks3.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_mangrove_planks3"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab3"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks4.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/grindstone_from_mangrove_planks4.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:grindstone_from_mangrove_planks4"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"C C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "stone_slab4"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "grindstone",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/hopper_minecart.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/hopper_minecart.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:hopper_minecart"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:hopper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:minecart"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:hopper_minecart"
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/jukebox_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/jukebox_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:jukebox_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "diamond"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "jukebox",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/jungle_chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/jungle_chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:jungle_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 3
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 3
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/lectern_from_mangrove_slab.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/lectern_from_mangrove_slab.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:lectern_from_mangrove_slab"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
" B ",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_slab"
|
||||
},
|
||||
"B": {
|
||||
"item": "bookshelf"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "lectern",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
28
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/loom_from_mangrove_planks.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/loom_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:loom_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "string"
|
||||
},
|
||||
"B": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "loom",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_boat.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_boat.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "minecraft:wooden_shovel"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks",
|
||||
"data": 4
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_boat"
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_button.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_button.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_button"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_button"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 6
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_door.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_door.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_door"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_door",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_door",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_fence.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_fence.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_fence"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_fence_gate.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_fence_gate.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_fence_gate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_fence_gate",
|
||||
"pattern": [
|
||||
"#W#",
|
||||
"#W#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_fence_gate"
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_planks"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_stripped_log.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_stripped_log.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_planks_from_stripped_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_stripped_wood.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_stripped_wood.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_planks_from_stripped_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_wood.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_planks_from_wood.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_planks_from_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "planks",
|
||||
"pattern": [
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_pressure_plate.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_pressure_plate.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_pressure_plate"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_pressure_plate"
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_sign.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_sign.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_sign"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "sign",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_sign",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_slab.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_slab.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_slab"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_stairs.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_stairs.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_stairs"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wooden_stairs",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_trapdoor.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_trapdoor.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_trapdoor"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "wooden_trap_door",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_trapdoor",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_wood.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_wood.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_wood_stripped.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mangrove_wood_stripped.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mangrove_wood_stripped"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mangrove_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_slab.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_slab.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mud_brick_slab"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_stairs.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_stairs.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mud_brick_stairs"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_wall.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_brick_wall.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mud_brick_wall"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_bricks.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/mud_bricks.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mud_bricks"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:packed_mud"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:mud_bricks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/muddy_mangrove_roots.json
vendored
Normal file
20
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/muddy_mangrove_roots.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:muddy_mangrove_roots"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:mangrove_roots"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:mud"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:muddy_mangrove_roots"
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/noteblock_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/noteblock_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:noteblock_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "noteblock",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/packed_mud.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/packed_mud.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:packed_mud"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:mud"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:packed_mud"
|
||||
}
|
||||
}
|
||||
}
|
36
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/piston_from_mangrove_planks.json
vendored
Normal file
36
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/piston_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:piston_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BCB",
|
||||
"BDB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "cobblestone"
|
||||
},
|
||||
"C": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"D": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "piston",
|
||||
"count": 1,
|
||||
"data": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/record_5.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/record_5.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:record_5"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"AAA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:disc_fragment_5"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:record_5",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/recovery_compass.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/recovery_compass.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:recovery_compass"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SCS",
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:echo_shard"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:compass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:recovery_compass",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:recovery_compass_from_lodestone_compass"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SCS",
|
||||
"SSS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:echo_shard"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:lodestone_compass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:recovery_compass",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 1
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/shield_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/shield_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:shield_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"ABA",
|
||||
"AAA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "shield",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smithing_table_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smithing_table_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smithing_table_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"BB",
|
||||
"BB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"B": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "smithing_table",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_mangrove_log.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_mangrove_log.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smoker_from_mangrove_log"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_log"
|
||||
},
|
||||
"B": {
|
||||
"item": "furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "smoker",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_mangrove_wood.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smoker_from_mangrove_wood"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_wood"
|
||||
},
|
||||
"B": {
|
||||
"item": "furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "smoker",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_stripped_mangrove_log.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_stripped_mangrove_log.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smoker_from_stripped_mangrove_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#F#",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:furnace"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:smoker"
|
||||
}
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_stripped_mangrove_wood.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/smoker_from_stripped_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:smoker_from_stripped_mangrove_wood"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
" A "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stripped_mangrove_wood"
|
||||
},
|
||||
"B": {
|
||||
"item": "furnace"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "smoker",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_log.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_log.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_mangrove_log"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_soil"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_log2.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_log2.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_mangrove_log2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_sand"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_wood.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_mangrove_wood"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_soil"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_wood2.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/soul_campfire_from_mangrove_wood2.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_mangrove_wood2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_sand"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_stripped_mangrove_log"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_soil"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_stripped_mangrove_log2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_sand"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_stripped_mangrove_wood"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_soil"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:soul_campfire_from_stripped_mangrove_wood2"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "soul_sand"
|
||||
},
|
||||
"C": {
|
||||
"item": "stripped_mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "soul_campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 50
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/spruce_chest_boat.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/spruce_chest_boat.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:spruce_chest_boat"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chest"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:boat",
|
||||
"data": 1
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:chest_boat",
|
||||
"data": 1
|
||||
}
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stick_from_mangrove_planks.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stick_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stick_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A",
|
||||
"A"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "stick",
|
||||
"count": 4
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_slab.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_slab.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stonecutter_mud_brick_slab"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "stonecutter" ],
|
||||
"priority": 0,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_slab",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_stairs.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_stairs.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stonecutter_mud_brick_stairs"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "stonecutter" ],
|
||||
"priority": 1,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_stairs",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
|
||||
}
|
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_wall.json
vendored
Normal file
22
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stonecutter_mud_brick_wall.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stonecutter_mud_brick_wall"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "stonecutter" ],
|
||||
"priority": 2,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:mud_bricks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:mud_brick_wall",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stripped_mangrove_wood.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/stripped_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stripped_mangrove_wood"
|
||||
},
|
||||
"tags": [ "deprecated" ],
|
||||
"group": "wood",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stripped_mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stripped_mangrove_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
}
|
21
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/tnt_minecart.json
vendored
Normal file
21
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/tnt_minecart.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "minecraft:tnt_minecart"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:tnt",
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:minecart"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:tnt_minecart"
|
||||
}
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/tripwire_hook_from_mangrove_planks.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/tripwire_hook_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:tripwire_hook_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A",
|
||||
"B",
|
||||
"C"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
},
|
||||
"C": {
|
||||
"item": "mangrove_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "tripwire_hook",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_axe_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_axe_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_axe_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA",
|
||||
"AB",
|
||||
" B"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_axe",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_hoe_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_hoe_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_hoe_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA ",
|
||||
" B ",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_hoe",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_pickaxe_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_pickaxe_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_pickaxe_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
" B ",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_pickaxe",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_shovel_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_shovel_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_shovel_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A",
|
||||
"B",
|
||||
"B"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_shovel",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_sword_from_mangrove_planks.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.0/recipes/wooden_sword_from_mangrove_planks.json
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_sword_from_mangrove_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"A",
|
||||
"A",
|
||||
"B"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "mangrove_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_sword",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user