added deepslate- and diamond ore ore

This commit is contained in:
Jonas_Jones 2023-04-15 20:10:49 +02:00
parent ea00069820
commit a76b7764eb
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:deepslate"
},
"B": {
"item": "minecraft:deepslate_diamond_ore"
}
},
"result": {
"item": "nec:deepslate_diamond_ore_ore"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:stone"
},
"B": {
"item": "minecraft:diamond_ore"
}
},
"result": {
"item": "nec:diamond_ore_ore"
}
}