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