1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-29 08:33:28 +00:00
CC-Tweaked/src/generated/resources/data/computercraft/recipes/printer.json

22 lines
306 B
JSON
Raw Permalink Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#R#",
"#D#"
],
"key": {
"#": {
"tag": "forge:stone"
},
"R": {
"tag": "forge:dusts/redstone"
},
"D": {
"tag": "forge:dyes"
}
},
"result": {
"item": "computercraft:printer"
}
}