added crafting recipes for first items
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user