added crafting recipes and blocks

This commit is contained in:
2023-11-05 22:50:04 +01:00
parent c6b2d8ae35
commit e9ae0b06e6
10 changed files with 105 additions and 3 deletions

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "brewcraft:sapphire"
}
},
"result": {
"item": "brewcraft:sapphire_block",
"count": 1
}
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "brewcraft:sapphire_block"
}
],
"result":{
"item": "brewcraft:sapphire",
"count": 9
}
}