added pressure body recipe

This commit is contained in:
steev 2023-11-06 10:38:52 +01:00
parent dfddd9be66
commit ddcc5fafe7
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"SSS",
"SIS",
"SSS"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:stone"
}
},
"result": {
"item": "brewcraft:milling_stone",
"count": 1
}
}

View File

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"PPP",
"PTP",
"PPP"
],
"key": {
"P": {
"item": "brewcraft:pressed_iron"
},
"T": {
"item": "brewcraft:fluid_tank"
}
},
"result": {
"item": "brewcraft:pressure_body",
"count": 1
}
}