PrettyPipes/src/main/resources/data/prettypipes/recipes/item_terminal.json

31 lines
627 B
JSON
Raw Normal View History

2020-05-07 23:06:35 +02:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DPI",
"RCE",
"IPD"
],
"key": {
"E": {
"item": "prettypipes:high_extraction_module"
},
"R": {
"item": "prettypipes:high_retrieval_module"
},
"P": {
"item": "minecraft:ender_pearl"
},
"I": {
"item": "minecraft:iron_block"
},
"C": {
"tag": "forge:chests"
2020-05-07 23:06:35 +02:00
},
"D": {
"item": "minecraft:diamond"
2020-05-07 23:06:35 +02:00
}
},
"result": {
"item": "prettypipes:item_terminal"
}
}