diff --git a/scripts/AppliedEnergistics.zs b/scripts/AppliedEnergistics.zs index c3d5b73..fc92a4c 100644 --- a/scripts/AppliedEnergistics.zs +++ b/scripts/AppliedEnergistics.zs @@ -1,5 +1,5 @@ #Name: AppliedEnergistics.zs -#Author: Si_hen +#Author: Si_hen & Prunoideae print("Initializing 'AppliedEnergistics.zs'..."); @@ -264,4 +264,5 @@ recipes.addShaped(*8, [[glassQuar #glass cable recipes.remove(galCable); recipes.addShapeless(galCable*64,[,fluix,fluix]); + print("Initialized 'AppliedEnergistics.zs'"); diff --git a/scripts/Creator.zs b/scripts/Creator.zs index b938e55..44a467e 100644 --- a/scripts/Creator.zs +++ b/scripts/Creator.zs @@ -1,5 +1,5 @@ #Name: Creator.zs -#Author: Si_hen +#Author: Si_hen & Prunoideae import mods.nei.NEI; print("Initializing 'Creator.zs'..."); diff --git a/scripts/Gendustry.zs b/scripts/Gendustry.zs index 1fa3cbd..d77bf28 100644 --- a/scripts/Gendustry.zs +++ b/scripts/Gendustry.zs @@ -1,5 +1,5 @@ #Name: Gendustry.zs -#Author: Si_hen +#Author: Prunoideae & Si_hen print("Initializing 'Gendustry.zs'..."); diff --git a/scripts/ImmersiveEngineering.zs b/scripts/ImmersiveEngineering.zs index d29a5b2..24aeefd 100644 --- a/scripts/ImmersiveEngineering.zs +++ b/scripts/ImmersiveEngineering.zs @@ -1,5 +1,5 @@ #Name: ImmersiveEngineering.zs -#Author: Si_hen +#Author: Prunoideae & Si_hen import mods.nei.NEI;