1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs/data/rftoolscontrol/recipes/workbench.json
2021-01-23 21:36:55 +01:00

19 lines
371 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [" C ", " F ", " X "],
"key": {
"C": {
"tag": "forge:workbench"
},
"X": {
"tag": "forge:chests/wooden"
},
"F": {
"item": "rftoolsbase:machine_frame"
}
},
"result": {
"item": "rftoolscontrol:workbench"
}
}