27 lines
427 B
JSON
27 lines
427 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"pattern": [
|
|
"HCH",
|
|
"PRP",
|
|
"HCH"
|
|
],
|
|
"key": {
|
|
"H": {
|
|
"item": "brewcraft:heater_body"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:copper_ingot"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"P": {
|
|
"item": "brewcraft:pressed_iron"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "brewcraft:heater_element",
|
|
"count": 1
|
|
}
|
|
} |