forked from mtcontrib/pipeworks
		
	* Update default_settings.lua and settingtypes.txt - Make new vertical behaviour opt-in - crop comment
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							dd660c3c1c
						
					
				
				
					commit
					858154cb78
				
			@@ -31,7 +31,7 @@ local settings = {
 | 
			
		||||
	delete_item_on_clearobject = true,
 | 
			
		||||
	use_real_entities = true,
 | 
			
		||||
	entity_update_interval = 0,
 | 
			
		||||
	enable_vertical_digilines_connectivity = true,
 | 
			
		||||
	enable_vertical_digilines_connectivity = false,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pipeworks.toggles = {}
 | 
			
		||||
 
 | 
			
		||||
@@ -88,11 +88,10 @@ pipeworks_entity_update_interval (Entity Update Interval) float 0 0 0.8
 | 
			
		||||
# Use the default rules from the digilines mod.
 | 
			
		||||
# If enabled the following devices will connect to digiline networks in the vertical direction:
 | 
			
		||||
# digiline filter injector, deployer, dispenser, node breaker, autocrafter
 | 
			
		||||
# This breaks expected behavior with digiline conducting tubes.
 | 
			
		||||
# If disabled, the devices will not be able to send or recieve digiline signals from the top
 | 
			
		||||
# or bottom faces, regardless of the node rotation. This breaks expected behavior with digiline
 | 
			
		||||
# conducting tubes, so it is recommended to enable this option unless you have specific builds
 | 
			
		||||
# that make use of the lack of vertical digiline connectivity and those are more important to you.
 | 
			
		||||
enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool true
 | 
			
		||||
# or bottom faces, regardless of the node rotation.
 | 
			
		||||
enable_vertical_digilines_connectivity (Use the default rules from the digilines mod) bool false
 | 
			
		||||
 | 
			
		||||
# if set to true, items passing through teleport tubes will log log where they came from and where they went.
 | 
			
		||||
pipeworks_log_teleport_tubes (Log Teleport Tubes) bool false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user