mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
Add minecraft bedrock server
This commit is contained in:
31
servers/bedrock/behavior_packs/vanilla/recipes/comparator.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla/recipes/comparator.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:comparator"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:stone",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:comparator"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user