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

22 lines
424 B
JSON
Raw Normal View History

2020-10-15 05:22:23 +02:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GIG",
"IMI",
"GIG"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"G": {
"item": "minecraft:gold_ingot"
},
"M": {
"item": "prettypipes:low_crafting_module"
}
},
"result": {
"item": "prettypipes:medium_crafting_module"
}
}