Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View 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
}
}
}

View 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
}
}

View 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
}
}

View 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
}
}
}

View 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
}
}

View 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
}
}

View File

@ -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"
}
}
}

View 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
}
}

View 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
}
}

View 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"
}
}
}

View 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
}
}

View File

@ -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
}
}

View 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
}
}
}

View 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
}
}

View 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"
}
}
}

View 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
}
}

View 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
}
}

View 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
}
}
}

View 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
}
}

View 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
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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"
}
}
}

View 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
}
}

View 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
}
}
}

View 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
}
}

View 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
}
}

View 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"
}
}
}

View 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"
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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"
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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"
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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"
}
}
}

View 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
}
}

View 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"
}
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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"
}
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View File

@ -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
}
}

View File

@ -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
}
}

View File

@ -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
}
}

View File

@ -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
}
}

View 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
}
}
}

View 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
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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
}
}
}

View 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"
}
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}

View 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
}
}