You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
23
data/minecraft/recipes/comparator.json
Normal file
23
data/minecraft/recipes/comparator.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#X#",
|
||||
"III"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:comparator"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user