From 54cb1f2aa961ffca0af4385c796a8c0b246f2707 Mon Sep 17 00:00:00 2001 From: SihenZhang <1334125013@qq.com> Date: Sat, 28 Jan 2017 16:22:48 +0800 Subject: [PATCH] About Author --- scripts/AppliedEnergistics.zs | 3 ++- scripts/Creator.zs | 2 +- scripts/Gendustry.zs | 2 +- scripts/ImmersiveEngineering.zs | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) 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;