Files
Brewcraft/src/main/resources/data/brewcraft/recipes/heater_element.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
}
}