mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
Add minecraft bedrock server
This commit is contained in:
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/barrel.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/barrel.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/beehive.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/beehive.json
vendored
Normal 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
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/bookshelf.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/bookshelf.json
vendored
Normal 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
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/bowl.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/bowl.json
vendored
Normal 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
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/brewing_stand.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/brewing_stand.json
vendored
Normal 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
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/campfire.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/campfire.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/cartography_table.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/cartography_table.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/chest.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/chest.json
vendored
Normal 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
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/composter.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/composter.json
vendored
Normal 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
|
||||
}
|
||||
}
|
24
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/crafting_table.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/crafting_table.json
vendored
Normal 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
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/daylight_detector.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/daylight_detector.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/fire_charge.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/fire_charge.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/fletching_table.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/fletching_table.json
vendored
Normal 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
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/furnace.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/furnace.json
vendored
Normal 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
|
||||
}
|
||||
}
|
16
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/furnace_log.json
vendored
Normal file
16
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/furnace_log.json
vendored
Normal 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
|
||||
}
|
||||
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/grindstone.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/grindstone.json
vendored
Normal 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
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/jukebox.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/jukebox.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/lectern.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/lectern.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/loom.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/loom.json
vendored
Normal 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
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/noteblock.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/noteblock.json
vendored
Normal 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
|
||||
}
|
||||
}
|
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/painting.json
vendored
Normal file
29
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/painting.json
vendored
Normal 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
|
||||
}
|
||||
}
|
36
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/piston.json
vendored
Normal file
36
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/piston.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/shield.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/shield.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/smithing_table.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/smithing_table.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/smoker.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/smoker.json
vendored
Normal 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
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/soul_campfire.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/soul_campfire.json
vendored
Normal 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
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/soul_torch.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/soul_torch.json
vendored
Normal 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
|
||||
}
|
||||
}
|
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stick.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stick.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_axe.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_axe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_hoe.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_hoe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_pickaxe.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_pickaxe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_shovel.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_shovel.json
vendored
Normal 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
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_sword.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/stone_sword.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/torch.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/torch.json
vendored
Normal 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
|
||||
}
|
||||
}
|
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/tripwire_hook.json
vendored
Normal file
32
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/tripwire_hook.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_axe.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_axe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_hoe.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_hoe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_pickaxe.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_pickaxe.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_shovel.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_shovel.json
vendored
Normal 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
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_sword.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/wooden_sword.json
vendored
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user