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:
25
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/brewing_stand_from_blackstone.json
vendored
Normal file
25
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/brewing_stand_from_blackstone.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:brewing_stand_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" B ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"#": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:brewing_stand"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
23
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/furnace_from_blackstone.json
vendored
Normal file
23
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/furnace_from_blackstone.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_axe_from_blackstone.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_axe_from_blackstone.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stone_axe_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"XX",
|
||||
"X#",
|
||||
" #"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_axe"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_hoe_from_blackstone.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_hoe_from_blackstone.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stone_hoe_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"XX",
|
||||
" #",
|
||||
" #"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_hoe"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_pickaxe_from_blackstone.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_pickaxe_from_blackstone.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stone_pickaxe_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"XXX",
|
||||
" # ",
|
||||
" # "
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_pickaxe"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_shovel_from_blackstone.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_shovel_from_blackstone.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stone_shovel_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"X",
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_shovel"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_sword_from_blackstone.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.16.100/recipes/stone_sword_from_blackstone.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stone_sword_from_blackstone"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"X",
|
||||
"X",
|
||||
"#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:blackstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone_sword"
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user