added crafting recipes for first items
This commit is contained in:
parent
e9ae0b06e6
commit
6c53e00e27
24
src/main/resources/data/brewcraft/recipes/heater_body.json
Normal file
24
src/main/resources/data/brewcraft/recipes/heater_body.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"MCM",
|
||||
"CRC",
|
||||
"MCM"
|
||||
],
|
||||
"key": {
|
||||
"M": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "brewcraft:heater_body",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
21
src/main/resources/data/brewcraft/recipes/mashine_body.json
Normal file
21
src/main/resources/data/brewcraft/recipes/mashine_body.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
"III",
|
||||
"ICI",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "brewcraft:mashine_body",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user