Added diamond paxel recipe
This commit is contained in:
parent
a363f50b47
commit
b6a95bb1df
22
data/paxelsfordummies/recipes/diamond_paxel.json
Normal file
22
data/paxelsfordummies/recipes/diamond_paxel.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"#*#",
|
||||||
|
"#/#",
|
||||||
|
" / "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:diamond"
|
||||||
|
},
|
||||||
|
"*": {
|
||||||
|
"item": "minecraft:netherite_ingot"
|
||||||
|
},
|
||||||
|
"/": {
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "paxelsfordummies:diamond_paxel"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue