mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-10-30 19:05:33 +01:00 
			
		
		
		
	* Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming
		
			
				
	
	
		
			2 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			135 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| NOR gates only power their output if none of their two inputs is powered. They are basically OR gates with a NOT gate at their output.
 |