added crafting recipes and blocks
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "brewcraft:sapphire"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "brewcraft:sapphire_block",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "brewcraft:sapphire_block"
|
||||
}
|
||||
],
|
||||
"result":{
|
||||
"item": "brewcraft:sapphire",
|
||||
"count": 9
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user