The docs Golrith posted are pretty awesome. Most the examples work right out the gate too (
When I started the docs were spread across 3 or 4 locations and somewhat out of date- using 1.7.10 stuff ect...)
If you want more examples go to
scripts/recipes in my pack- 99% of them should be working. Help yourself.
(
can't be bothered with arrays and loops either; just keep it simple. Keep it easy)
Worth noting; use ore dictionary names in the recipes (<ore:itemMaterial>), its a lot easier than (<mod:id>);
Some mods use generic names like 'resource' or 'crafting' for a range of different items with metadata. (unless you can remember what numbers correspond to a month later)
Also your scripts wont break if you change/remove mods from the pack.
If you're using Notepad++ for writing your scripts; theres a
Zenscript highlighter for it on CurseForge.
If you didn't already know it;
/ct syntax is your best friend. (Its picks up about 95% of my mistakes)