Block now has a recipe

This commit is contained in:
Prabuddha Hans 2024-07-21 19:13:53 +01:00
parent 696f64fba6
commit 342041e7ac

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"AAA",
"AAA",
"AAA"
],
"key": {
"A": {
"item": "examplemod:adamantite_ingot"
}
},
"result": {
"item": "examplemod:adamantite_block",
"count": 1
}
}