forked from nalc/homedecor_modpack
		
	add "light" to lava lamp desc.
This commit is contained in:
		@@ -4,7 +4,7 @@ local S = homedecor.gettext
 | 
				
			|||||||
lavalamp = {}
 | 
					lavalamp = {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_node("lavalamp:lavalamp", {
 | 
					minetest.register_node("lavalamp:lavalamp", {
 | 
				
			||||||
	description = S("Lava Lamp"),
 | 
						description = S("Lava Lamp/Light"),
 | 
				
			||||||
	drawtype = "mesh",
 | 
						drawtype = "mesh",
 | 
				
			||||||
	mesh = "lavalamp.obj",
 | 
						mesh = "lavalamp.obj",
 | 
				
			||||||
	tiles = {
 | 
						tiles = {
 | 
				
			||||||
@@ -46,7 +46,7 @@ minetest.register_node("lavalamp:lavalamp", {
 | 
				
			|||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_node("lavalamp:lavalamp_off", {
 | 
					minetest.register_node("lavalamp:lavalamp_off", {
 | 
				
			||||||
	description = S("Lava Lamp (off)"),
 | 
						description = S("Lava Lamp/Light (off)"),
 | 
				
			||||||
	drawtype = "mesh",
 | 
						drawtype = "mesh",
 | 
				
			||||||
	mesh = "lavalamp.obj",
 | 
						mesh = "lavalamp.obj",
 | 
				
			||||||
	tiles = {
 | 
						tiles = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user