mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-30 07:03:01 +00:00 
			
		
		
		
	builder tweaks
This commit is contained in:
		| @@ -1703,6 +1703,7 @@ function supplyPage:setSupplies(supplies) | ||||
|     else | ||||
|       entry.need = entry.need + s.need | ||||
|     end | ||||
|     entry.need = entry.need - turtle.getItemCount(s.index) | ||||
|   end | ||||
|  | ||||
|   self.grid:setValues(t) | ||||
|   | ||||
| @@ -22,10 +22,10 @@ function Util.tryTimes(attempts, f, ...) | ||||
| end | ||||
|  | ||||
| function Util.throttle(fn) | ||||
|   local ts = os.time() | ||||
|   local ts = os.clock() | ||||
|   local timeout = .095 | ||||
|   return function(...) | ||||
|     local nts = os.time() | ||||
|     local nts = os.clock() | ||||
|     if nts > ts + timeout then | ||||
|       ts = nts | ||||
|       os.sleep(0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kepler155c@gmail.com
					kepler155c@gmail.com