Skip to content

Commit

Permalink
About Author
Browse files Browse the repository at this point in the history
  • Loading branch information
SihenZhang committed Jan 28, 2017
1 parent 5af7e45 commit 54cb1f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion scripts/AppliedEnergistics.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Name: AppliedEnergistics.zs
#Author: Si_hen
#Author: Si_hen & Prunoideae

print("Initializing 'AppliedEnergistics.zs'...");

Expand Down Expand Up @@ -264,4 +264,5 @@ recipes.addShaped(<appliedenergistics2:item.ItemMultiMaterial:52>*8, [[glassQuar
#glass cable
recipes.remove(galCable);
recipes.addShapeless(galCable*64,[<appliedenergistics2:item.ItemMultiPart:140>,fluix,fluix]);

print("Initialized 'AppliedEnergistics.zs'");
2 changes: 1 addition & 1 deletion scripts/Creator.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Name: Creator.zs
#Author: Si_hen
#Author: Si_hen & Prunoideae

import mods.nei.NEI;
print("Initializing 'Creator.zs'...");
Expand Down
2 changes: 1 addition & 1 deletion scripts/Gendustry.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Name: Gendustry.zs
#Author: Si_hen
#Author: Prunoideae & Si_hen

print("Initializing 'Gendustry.zs'...");

Expand Down
2 changes: 1 addition & 1 deletion scripts/ImmersiveEngineering.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Name: ImmersiveEngineering.zs
#Author: Si_hen
#Author: Prunoideae & Si_hen

import mods.nei.NEI;

Expand Down

0 comments on commit 54cb1f2

Please sign in to comment.