Steps to get the scripts running
- You will need to add Just Enough Items & CraftTweaker 2 mods.
- Launch the game once after installing these mods
- Drop
base.zn
into the[MODPACK]/script
folder. - Drop your chosen mod from the list of other scripts.
Steps to get the scripts that add new items running ContentTweaker scripts add new block or item, the ContentTweaker scripts name finish by -CoT.
- You will need to add ContentTweaker mod (and it's dependency).
- Launch the game once after installing the mod.
- Copy all the content of the resources folder in you
[MODPACK]/resources
folder. - Copy the scripts you want to use in your
[MODPACK]/script
folder. - Some scripts can have dependency on other mods or scripts. Make sure you also add the required scripts and mods.
Steps to share new scripts
- Add lines with the following information on top of the script:
#author your name here
#priority desired priority (default 0)
#modloaded mod required
// one line description
// Mod required: what mods are required
// Scripts required: what scripts are required
- Try to add comments in the script so it's easier to find things if users want to edit.
- For complex mods, try to split the scripts in different part, for example blocks recipe and ore processing recipe in different files, so it's easier to cherry pick part to use or not.
List of scripts
- tfc_base :
- tfc_bibliocraft :
- tfc_comforts :
- tfc_dyes :
- TFC Crushed ore : Add TFC crushed ore to help implement "ore doubling" recipe
- Metallum Crushed ore : Add Metallum crushed ore to help implement "ore doubling" recipe
- TFC Metal Block : Add metal block of TFC metal
- TFC Fishing : Enable fishing that is off by default in TFC
- IE Ore Crushing : Crush TFC ore witn Immersive Engineering crusher to replicate "ore doubling" mecanism