PrettyPipes/src/main/resources/data/prettypipes/recipes/crafting_terminal.json
2020-05-09 15:42:09 +02:00

22 lines
415 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"RTR",
" R "
],
"key": {
"T": {
"item": "prettypipes:item_terminal"
},
"C": {
"item": "minecraft:crafting_table"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "prettypipes:crafting_terminal"
}
}