SHOW:
|
|
- or go back to the newest paste.
| 1 | - | RETARDED REDIGIT METHOD FOR SAWMILL |
| 1 | + | |
| 2 | Recipe.newRecipe.requiredItem[0].stack = 10; | |
| 3 | Recipe.newRecipe.requiredItem[1].SetDefaults(22, false); | |
| 4 | Recipe.newRecipe.requiredItem[1].stack = 2; | |
| 5 | Recipe.newRecipe.requiredItem[2].SetDefaults(85, false); | |
| 6 | Recipe.newRecipe.requiredTile[0] = 18; | |
| 7 | Recipe.addRecipe(); | |
| 8 | ||
| 9 | VS. | |
| 10 | ||
| 11 | - | NOT SO RETARDED MY METHOD FOR SAWMILL |
| 11 | + | CraftingStation = <insert crafting station name, "wBench" or "aForge" for example. Maybe the item's ID instead> |
| 12 | Recipe = <itemID>,<amount>;<itemID>,<amount> (not sure if the semicolons would ruin that) | |
| 13 | - | CraftingStation = <insert crafting station name, "wBench" or "aForge" for example> |
| 13 | + | |
| 14 | CraftingStation = wBench | |
| 15 | Recipe = 9,10;22,2 |