You've already forked minecraft-assets
Create/Update assets for version 1.20.3
This commit is contained in:
23
data/minecraft/recipes/observer.json
Normal file
23
data/minecraft/recipes/observer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"Q": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"RRQ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:observer"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user