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,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:barrel_from_crimson_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"A A",
"ABA"
],
"key": {
"A": {
"item": "minecraft:stick"
},
"B": {
"item": "crimson_slab"
}
},
"result": {
"item": "minecraft:barrel",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:barrel_from_warped_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"A A",
"ABA"
],
"key": {
"A": {
"item": "minecraft:stick"
},
"B": {
"item": "warped_slab"
}
},
"result": {
"item": "minecraft:barrel",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:beehive_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"AAA"
],
"key": {
"A": {
"item": "crimson_planks"
},
"B": {
"item": "honeycomb"
}
},
"result": {
"item": "beehive",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:beehive_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"AAA"
],
"key": {
"A": {
"item": "warped_planks"
},
"B": {
"item": "honeycomb"
}
},
"result": {
"item": "beehive",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:blackstone_slab"
},
"tags": [ "crafting_table" ],
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_slab",
"count": 6
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:blackstone_stairs"
},
"tags": [ "crafting_table" ],
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_stairs",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:blackstone_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:blackstone_wall",
"count": 6
}
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:bookshelf_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"AAA"
],
"key": {
"A": {
"item": "crimson_planks"
},
"B": {
"item": "book"
}
},
"result": {
"item": "bookshelf",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:bookshelf_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"AAA"
],
"key": {
"A": {
"item": "warped_planks"
},
"B": {
"item": "book"
}
},
"result": {
"item": "bookshelf",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:bowl_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
" A "
],
"key": {
"A": {
"item": "crimson_planks"
}
},
"result": {
"item": "bowl",
"count": 4
},
"priority": 2
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:bowl_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
" A "
],
"key": {
"A": {
"item": "warped_planks"
}
},
"result": {
"item": "bowl",
"count": 4
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 1
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_crimson_stem"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "coal"
},
"C": {
"item": "crimson_stem"
}
},
"result": {
"item": "campfire",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_log2"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:log2"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_acacia_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_acacia_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_birch_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_birch_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_crimson_stem"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "coal"
},
"C": {
"item": "stripped_crimson_stem"
}
},
"result": {
"item": "campfire",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_dark_oak_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_dark_oak_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_jungle_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_jungle_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_oak_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_oak_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_spruce_log"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:stripped_spruce_log"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_stripped_warped_stem"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "coal"
},
"C": {
"item": "stripped_warped_stem"
}
},
"result": {
"item": "campfire",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_warped_stem"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "coal"
},
"C": {
"item": "warped_stem"
}
},
"result": {
"item": "campfire",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:campfire_from_wood"
},
"tags": [ "crafting_table" ],
"pattern": [
" | ",
"|C|",
"###"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"item": "minecraft:wood"
},
"C": {
"item": "minecraft:coal"
}
},
"result": {
"item": "minecraft:campfire"
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:cartography_table_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB",
"BB"
],
"key": {
"A": {
"item": "paper"
},
"B": {
"item": "crimson_planks"
}
},
"result": {
"item": "cartography_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:cartography_table_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB",
"BB"
],
"key": {
"A": {
"item": "paper"
},
"B": {
"item": "warped_planks"
}
},
"result": {
"item": "cartography_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,28 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chain"
},
"tags": [
"crafting_table"
],
"pattern": [
"N",
"G",
"N"
],
"key": {
"N": {
"item": "iron_nugget"
},
"G": {
"item": "iron_ingot"
}
},
"result": {
"item": "chain",
"count": 1
}
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chest_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"A A",
"AAA"
],
"key": {
"A": {
"item": "crimson_planks"
}
},
"result": {
"item": "chest",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chest_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"A A",
"AAA"
],
"key": {
"A": {
"item": "warped_planks"
}
},
"result": {
"item": "chest",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chiseled_nether_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stone_slab",
"data": 7
}
},
"result": {
"item": "minecraft:chiseled_nether_bricks"
}
}
}

View File

@ -0,0 +1,21 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:chiseled_polished_blackstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_slab"
}
},
"result": {
"item": "minecraft:chiseled_polished_blackstone"
}
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:composter_from_crimson_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "crimson_slab"
}
},
"result": {
"item": "composter",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:composter_from_warped_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "warped_slab"
}
},
"result": {
"item": "composter",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crafting_table_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"AA"
],
"key": {
"A": {
"item": "crimson_planks"
}
},
"result": {
"item": "crafting_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crafting_table_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"AA"
],
"key": {
"A": {
"item": "warped_planks"
}
},
"result": {
"item": "crafting_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_button"
},
"tags": [
"crafting_table"
],
"group": "wooden_button",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_button",
"count": 1
}
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_door"
},
"tags": [
"crafting_table"
],
"group": "wooden_door",
"pattern": [
"##",
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_door",
"count": 3
}
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_fence"
},
"tags": [
"crafting_table"
],
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_fence",
"count": 3
}
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_fence_gate"
},
"tags": [
"crafting_table"
],
"group": "wooden_fence_gate",
"pattern": [
"#W#",
"#W#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_fence_gate"
}
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_hyphae"
},
"tags": [ "crafting_table" ],
"group": "wood",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_stem"
}
},
"result": {
"item": "minecraft:crimson_hyphae",
"count": 3
}
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stripped_crimson_hyphae"
},
"tags": [ "crafting_table" ],
"group": "wood",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:stripped_crimson_stem"
}
},
"result": {
"item": "minecraft:stripped_crimson_hyphae",
"count": 3
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_planks"
},
"tags": [ "crafting_table" ],
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:crimson_stem"
}
},
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_planks_from_crimson_hyphae"
},
"tags": [ "crafting_table" ],
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:crimson_hyphae"
}
},
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_planks_from_stripped_crimson_hyphae"
},
"tags": [ "crafting_table" ],
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:stripped_crimson_hyphae"
}
},
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_planks_from_stripped_log"
},
"tags": [ "crafting_table" ],
"group": "planks",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:stripped_crimson_stem"
}
},
"result": {
"item": "minecraft:crimson_planks",
"count": 4
}
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_pressure_plate"
},
"tags": [
"crafting_table"
],
"group": "wooden_pressure_plate",
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_pressure_plate",
"count": 1
}
}
}

View File

@ -0,0 +1,28 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_sign"
},
"tags": [
"crafting_table"
],
"group": "sign",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:crimson_planks" },
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:crimson_sign",
"count": 3
}
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_slab"
},
"tags": [
"crafting_table"
],
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_slab",
"count": 6
}
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_stairs"
},
"tags": [
"crafting_table"
],
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_stairs",
"count": 4
}
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crimson_trapdoor"
},
"tags": [
"crafting_table"
],
"group": "wooden_trap_door",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"result": {
"item": "minecraft:crimson_trapdoor",
"count": 2
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:daylight_detector_from_crimson_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"CCC"
],
"key": {
"A": {
"item": "glass"
},
"B": {
"item": "quartz"
},
"C": {
"item": "crimson_slab"
}
},
"result": {
"item": "daylight_detector",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:daylight_detector_from_warped_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BBB",
"CCC"
],
"key": {
"A": {
"item": "glass"
},
"B": {
"item": "quartz"
},
"C": {
"item": "warped_slab"
}
},
"result": {
"item": "daylight_detector",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:fletching_table_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB",
"BB"
],
"key": {
"A": {
"item": "flint"
},
"B": {
"item": "crimson_planks"
}
},
"result": {
"item": "fletching_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:fletching_table_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB",
"BB"
],
"key": {
"A": {
"item": "flint"
},
"B": {
"item": "warped_planks"
}
},
"result": {
"item": "fletching_table",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_ancient_debris"
},
"tags": ["furnace", "blast_furnace"],
"input": "minecraft:ancient_debris",
"output": "minecraft:netherite_scrap"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_beef"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:beef",
"output": "minecraft:cooked_beef"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_chicken"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:chicken",
"output": "minecraft:cooked_chicken"
}
}

View File

@ -0,0 +1,11 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_cracked_nether_bricks"
},
"tags": ["furnace"],
"input": "minecraft:nether_brick",
"output": "minecraft:cracked_nether_bricks"
}
}

View File

@ -0,0 +1,11 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_cracked_polished_blackstone_bricks"
},
"tags": ["furnace"],
"input": "minecraft:polished_blackstone_bricks",
"output": "minecraft:cracked_polished_blackstone_bricks"
}
}

View File

@ -0,0 +1,13 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_fish"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:fish",
"output": "minecraft:cooked_fish"
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:furnace_from_blackstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:furnace"
}
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_kelp"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:kelp",
"output": "minecraft:dried_kelp"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_mutton_raw"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:muttonRaw",
"output": "minecraft:muttonCooked"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_nether_gold_ore"
},
"tags": ["furnace", "blast_furnace"],
"input": "minecraft:nether_gold_ore",
"output": "minecraft:gold_ingot"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_porkchop"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:porkchop",
"output": "minecraft:cooked_porkchop"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_potato"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:potato",
"output": "minecraft:baked_potato"
}
}

View File

@ -0,0 +1,12 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_quartz_block"
},
"tags": ["furnace"],
"input": "minecraft:quartz_block:0",
"output": "minecraft:quartz_block:3"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_rabbit"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:rabbit",
"output": "minecraft:cooked_rabbit"
}
}

View File

@ -0,0 +1,14 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_salmon"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:salmon",
"output": "minecraft:cooked_salmon"
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab"
},
"C": {
"item": "crimson_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_crimson_planks2"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab2"
},
"C": {
"item": "crimson_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_crimson_planks3"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab3"
},
"C": {
"item": "crimson_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_crimson_planks4"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab4"
},
"C": {
"item": "crimson_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab"
},
"C": {
"item": "warped_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_warped_planks2"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab2"
},
"C": {
"item": "warped_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_warped_planks3"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab3"
},
"C": {
"item": "warped_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone_from_warped_planks4"
},
"tags": [
"crafting_table"
],
"pattern": [
"ABA",
"C C"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "stone_slab4"
},
"C": {
"item": "warped_planks"
}
},
"result": {
"item": "grindstone",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:jukebox_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "crimson_planks"
},
"B": {
"item": "diamond"
}
},
"result": {
"item": "jukebox",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:jukebox_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "warped_planks"
},
"B": {
"item": "diamond"
}
},
"result": {
"item": "jukebox",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lectern_from_crimson_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
" B ",
" A "
],
"key": {
"A": {
"item": "crimson_slab"
},
"B": {
"item": "bookshelf"
}
},
"result": {
"item": "lectern",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lectern_from_warped_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
" B ",
" A "
],
"key": {
"A": {
"item": "warped_slab"
},
"B": {
"item": "bookshelf"
}
},
"result": {
"item": "lectern",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,28 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lodestone"
},
"tags": [
"crafting_table"
],
"pattern": [
"SSS",
"S#S",
"SSS"
],
"key": {
"S": {
"item": "minecraft:stonebrick:3"
},
"#": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "minecraft:lodestone",
"count": 1
}
}
}

View File

@ -0,0 +1,28 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:loom_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB"
],
"key": {
"A": {
"item": "string"
},
"B": {
"item": "crimson_planks"
}
},
"result": {
"item": "loom",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,28 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:loom_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB"
],
"key": {
"A": {
"item": "string"
},
"B": {
"item": "warped_planks"
}
},
"result": {
"item": "loom",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:netherite_block"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "minecraft:netherite_block"
}
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:netherite_ingot"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:netherite_scrap",
"count": 4
},
{
"item": "minecraft:gold_ingot",
"count": 4
}
],
"result": {
"item": "minecraft:netherite_ingot",
"data": 0,
"count": 1
}
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:netherite_ingot_from_block"
},
"tags": [ "crafting_table" ],
"group": "netherite_ingot",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:netherite_block"
}
},
"result": {
"item": "minecraft:netherite_ingot",
"count": 9
}
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:noteblock_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "crimson_planks"
},
"B": {
"item": "redstone"
}
},
"result": {
"item": "noteblock",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:noteblock_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "warped_planks"
},
"B": {
"item": "redstone"
}
},
"result": {
"item": "noteblock",
"count": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:piston_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BCB",
"BDB"
],
"key": {
"A": {
"item": "crimson_planks"
},
"B": {
"item": "cobblestone"
},
"C": {
"item": "iron_ingot"
},
"D": {
"item": "redstone"
}
},
"result": {
"item": "piston",
"count": 1,
"data": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:piston_from_warped_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"BCB",
"BDB"
],
"key": {
"A": {
"item": "warped_planks"
},
"B": {
"item": "cobblestone"
},
"C": {
"item": "iron_ingot"
},
"D": {
"item": "redstone"
}
},
"result": {
"item": "piston",
"count": 1,
"data": 1
},
"priority": 2
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_basalt"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:basalt"
}
},
"result": {
"item": "minecraft:polished_basalt",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone",
"count": 4
}
}
}

View File

@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_brick_slab"
},
"tags": [ "crafting_table" ],
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_bricks"
}
},
"result": {
"item": "minecraft:polished_blackstone_brick_slab",
"count": 6
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_brick_stairs"
},
"tags": [ "crafting_table" ],
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_bricks"
}
},
"result": {
"item": "minecraft:polished_blackstone_brick_stairs",
"count": 4
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_brick_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone_bricks"
}
},
"result": {
"item": "minecraft:polished_blackstone_brick_wall",
"count": 6
}
}
}

View File

@ -0,0 +1,22 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_bricks"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_bricks",
"count": 4
}
}
}

View File

@ -0,0 +1,20 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_button"
},
"tags": [ "crafting_table" ],
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_button"
}
}
}

View File

@ -0,0 +1,20 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_pressure_plate"
},
"tags": [ "crafting_table" ],
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_pressure_plate"
}
}
}

View File

@ -0,0 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_blackstone_slab"
},
"tags": [ "crafting_table" ],
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_slab",
"count": 6
}
}
}

Some files were not shown because too many files have changed in this diff Show More