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,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:barrel_with_tag"
},
"tags": [ "crafting_table" ],
"pattern": [
"#-#",
"# #",
"#-#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"-": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "minecraft:barrel"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.14",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:beehive"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"ooo",
"###"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"o": {
"item": "minecraft:honeycomb"
}
},
"result": [
{ "item": "minecraft:beehive" }
],
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,25 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:Bowl_recipeId"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
" A "
],
"key": {
"A": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "bowl",
"count": 4
},
"priority": -1
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:brewing_stand"
},
"tags": [ "crafting_table" ],
"pattern": [
" B ",
"###"
],
"key": {
"B": {
"item": "minecraft:blaze_rod"
},
"#": {
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {
"item": "minecraft:brewing_stand"
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:cartography_table"
},
"tags": [ "crafting_table" ],
"pattern": [
"||",
"##",
"##"
],
"key": {
"|": {
"item": "minecraft:paper"
},
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:cartography_table"
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,23 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:composter"
},
"tags": [ "crafting_table" ],
"pattern": [
"# #",
"# #",
"###"
],
"key": {
"#": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "minecraft:composter"
},
"priority": -1
}
}

View File

@ -0,0 +1,24 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:WorkBench_recipeId"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"AA"
],
"key": {
"A": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "crafting_table"
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:FireCharge_coal_sulphur_recipeId"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:blaze_powder"
},
{
"tag": "minecraft:coals"
},
{
"item": "minecraft:gunpowder"
}
],
"result": {
"item": "minecraft:fire_charge",
"count": 3
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:fletching_table"
},
"tags": [ "crafting_table" ],
"pattern": [
"||",
"##",
"##"
],
"key": {
"|": {
"item": "minecraft:flint"
},
"#": {
"tag": "minecraft:planks"
}
},
"result": [
{ "item": "minecraft:fletching_table" }
],
"priority": -1
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:furnace"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {
"item": "minecraft:furnace"
},
"priority": -1
}
}

View File

@ -0,0 +1,16 @@
{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_log"
},
"tags": ["furnace"],
"input": {
"tag": "minecraft:logs_that_burn"
},
"output": "minecraft:coal:1",
"priority": -1
}
}

View File

@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:grindstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"|_|",
"# #"
],
"key": {
"|": {
"item": "minecraft:stick"
},
"#": {
"tag": "minecraft:planks"
},
"_": {
"item": "minecraft:double_stone_slab4",
"data": 2
}
},
"result": {
"item": "minecraft:grindstone"
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lectern"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
" B ",
" # "
],
"key": {
"#": {
"tag": "minecraft:wooden_slabs"
},
"B": {
"item": "minecraft:bookshelf"
}
},
"result": {
"item": "minecraft:lectern"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:loom"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"BB"
],
"key": {
"A": {
"item": "minecraft:string"
},
"B": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "loom"
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:painting"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:stick"
},
"B": {
"tag": "minecraft:wool"
}
},
"result": {
"item": "painting",
"count": 1
},
"priority": -1
}
}

View File

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

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:shield"
},
"tags": [ "crafting_table" ],
"pattern": [
"#I#",
"###",
" # "
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:shield"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:smithing_table"
},
"tags": [ "crafting_table" ],
"pattern": [
"||",
"##",
"##"
],
"key": {
"|": {
"item": "minecraft:iron_ingot"
},
"#": {
"tag": "minecraft:planks"
}
},
"result": [
{ "item": "minecraft:smithing_table" }
],
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:smoker"
},
"tags": [ "crafting_table" ],
"pattern": [
" # ",
"#F#",
" # "
],
"key": {
"F": {
"item": "minecraft:furnace"
},
"#": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "minecraft:smoker"
},
"priority": -1
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:soul_campfire"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"tag": "minecraft:soul_fire_base_blocks"
},
"C": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "soul_campfire",
"count": 1
},
"priority": -1
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:soul_torch"
},
"tags": [ "crafting_table" ],
"pattern": [
".",
"|",
"#"
],
"key": {
".": {
"tag": "minecraft:coals"
},
"|": {
"item": "minecraft:stick"
},
"#": {
"tag": "minecraft:soul_fire_base_blocks"
}
},
"result": {
"item": "minecraft:soul_torch",
"count": 4
},
"priority": -1
}
}

View File

@ -0,0 +1,25 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stick"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"A"
],
"key": {
"A": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "stick",
"count": 4
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_axe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
"item": "minecraft:stone_axe"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_hoe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
"item": "minecraft:stone_hoe"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_pickaxe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
"item": "minecraft:stone_pickaxe"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_shovel"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
"item": "minecraft:stone_shovel"
},
"priority": -1
}
}

View File

@ -0,0 +1,26 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_sword"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
"item": "minecraft:stone_sword"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:torch"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:coals"
}
},
"result": {
"item": "minecraft:torch",
"count": 4
},
"priority": -1
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:tripwire_hook"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"B",
"C"
],
"key": {
"A": {
"item": "iron_ingot"
},
"B": {
"item": "stick"
},
"C": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "tripwire_hook",
"count": 2
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:wooden_axe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_axe"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:wooden_hoe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_hoe"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:wooden_pickaxe"
},
"tags": [ "crafting_table" ],
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_pickaxe"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:wooden_shovel"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_shovel"
},
"priority": -1
}
}

View File

@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:wooden_sword"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:wooden_sword"
},
"priority": -1
}
}