aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2bc5811014..dda982fc39 100644
--- a/README.md
+++ b/README.md
@@ -68,4 +68,24 @@ Some handy items, including a 3x3 pickaxe and an axe which cuts entire trees. (S
if (Loader.isModLoaded("Railcraft") == true){
Railcraft = true;
totalMods++;
+ }
+ if (Loader.isModLoaded("Growthcraft") == true){
+ Growthcraft = true;
+ totalMods++;
+ }
+ if (Loader.isModLoaded("CoFHCore") == true){
+ CoFHCore = true;
+ totalMods++;
+ }
+ if (Loader.isModLoaded("Forestry") == true){
+ Forestry = true;
+ totalMods++;
+ }
+ if (Loader.isModLoaded("MagicBees") == true){
+ MagicBees = true;
+ totalMods++;
+ }
+ if (Loader.isModLoaded("psychedelicraft") == true){
+ Psychedelicraft = true;
+ totalMods++;
} \ No newline at end of file