mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
30
servers/bedrock/behavior_packs/vanilla_1.19.20/recipes/campfire_from_charcoal_mangrove_log.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla_1.19.20/recipes/campfire_from_charcoal_mangrove_log.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_charcoal_mangrove_log"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:charcoal"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:mangrove_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
30
servers/bedrock/behavior_packs/vanilla_1.19.20/recipes/campfire_from_charcoal_mangrove_wood.json
vendored
Normal file
30
servers/bedrock/behavior_packs/vanilla_1.19.20/recipes/campfire_from_charcoal_mangrove_wood.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_charcoal_mangrove_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:charcoal"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:campfire_from_charcoal_stripped_mangrove_wood"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" A ",
|
||||
"ABA",
|
||||
"CCC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:charcoal"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:stripped_mangrove_wood"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:campfire",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user