You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
42
assets/minecraft/recipes/noteblock.json
Normal file
42
assets/minecraft/recipes/noteblock.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": [
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 1
|
||||
},
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 3
|
||||
},
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 4
|
||||
},
|
||||
{
|
||||
"item": "minecraft:planks",
|
||||
"data": 5
|
||||
}
|
||||
],
|
||||
"X": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:noteblock"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user