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