forked from minetest-mods/mesecons
		
	Spell-check and clarify item names
* Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming
This commit is contained in:
		@@ -9,7 +9,7 @@ end
 | 
			
		||||
 | 
			
		||||
minetest.register_node("mesecons_insulated:insulated_on", {
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
	description = "Insulated Mesecon",
 | 
			
		||||
	description = "Straight Insulated Mesecon",
 | 
			
		||||
	tiles = {
 | 
			
		||||
		"jeija_insulated_wire_sides_on.png",
 | 
			
		||||
		"jeija_insulated_wire_sides_on.png",
 | 
			
		||||
@@ -41,7 +41,7 @@ minetest.register_node("mesecons_insulated:insulated_on", {
 | 
			
		||||
 | 
			
		||||
minetest.register_node("mesecons_insulated:insulated_off", {
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
	description = "Insulated Mesecon",
 | 
			
		||||
	description = "Straight Insulated Mesecon",
 | 
			
		||||
	tiles = {
 | 
			
		||||
		"jeija_insulated_wire_sides_off.png",
 | 
			
		||||
		"jeija_insulated_wire_sides_off.png",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user