12 lines
		
	
	
		
			339 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			339 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| 
 | |
| [requester]
 | |
| 	#The amount of requests a single ME Requester can hold.
 | |
| 	#Range: 1 ~ 64
 | |
| 	requests = 5
 | |
| 	#The amount of energy (in AE) the ME Requester drains from the ME network when idle.
 | |
| 	#Range: 0.0 ~ 1.7976931348623157E308
 | |
| 	idle_energy = 5.0
 | |
| 	#Whether the ME Requester requires an ME network channel to function.
 | |
| 	require_channel = true
 | |
| 
 |