Advertisement
HowToRoblox

OtherSettings

Nov 24th, 2022
1,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local config = {}
  2.  
  3.  
  4. config.QuarryRefreshTime = 600 --Every 600 seconds (10 minutes), the quarry gets reset to spawn new ores
  5.  
  6. config.OreDepth = 100 --The quarry will be 100 blocks deep
  7.  
  8. config.MaxOreRange = 15 --The maximum distance a player can be from a block to mine it
  9.  
  10.  
  11. return config
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement