Advertisement
Knito

Untitled

Apr 10th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. -- copy this program to startup when its not "startup"
  3. -- to make it resistant against chunk reloads (ie return from nether)
  4.  
  5. me = fs.getName( shell.getRunningProgram() )
  6.  
  7. if( me ~= "startup") then
  8. print( "Overwriting startup with "..me )
  9. if( fs.exists("startup") ) then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement