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