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:
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chain.json
vendored
Normal file
28
servers/bedrock/behavior_packs/vanilla_1.16/recipes/chain.json
vendored
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user