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