Advertisement
Brainslime1

craftweaker script error

Feb 14th, 2018
987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ("Hello world!");
  2.  
  3. print("Script starting!");
  4. recipes.remove(<mw:steeldust>);
  5. recipes.remove(<mw:steelingot>);
  6. recipes.remove(<mw:silicon>);
  7.  
  8.  
  9.  
  10. val myEntry = (<ore:myOwnEntry>)
  11.  
  12. ore:myOwnEntry.add(<galacticraftcore:basic_item:2>);
  13. ore:myOwnEntry.add(<mw:silicon>);
  14. ore:myOwnEntry.add(<avp:silicon>);
  15.  
  16. print("Script ending!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement