Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #Name: IC2.zs
  2. #Author: Feed the Beast
  3.  
  4. print("Initializing 'IC2.zs'...");
  5.  
  6. recipes.addShaped(<ic2:crafting:13>,
  7. [[<thermalfoundation:material:769>, <thermalfoundation:material:769>, null],
  8. [<thermalfoundation:material:769>, <thermalfoundation:material:769>, null],
  9. [null, null, null]]);
  10.  
  11. print("Initialized 'IC2.zs'");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement