Files
Terrarum/assets/mods/basegame/crafting/tree_processing.json
2023-11-22 03:44:53 +09:00

22 lines
554 B
JSON

{
"basegame:48": { /* oak planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:168"]]
},
"basegame:49": { /* ebony planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:169"]]
},
"basegame:50": { /* birch planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:170"]]
},
"basegame:51": { /* rosewood planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:171"]]
},
"item@basegame:18": { /* stick */
"workbench": "",
"ingredients": [[2, 1, "$WOOD"]]
}
}