mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 16:35:32 +01:00 
			
		
		
		
	remove debug prints
This commit is contained in:
		@@ -224,13 +224,9 @@ minetest.register_lbm({
 | 
			
		||||
			color = "medium_"..color
 | 
			
		||||
		end
 | 
			
		||||
 | 
			
		||||
		print(name.." --> "..newname, color)
 | 
			
		||||
 | 
			
		||||
		local paletteidx = unifieddyes.getpaletteidx("unifieddyes:"..color, "wallmounted")
 | 
			
		||||
		local param2 = paletteidx + new_fdir
 | 
			
		||||
 | 
			
		||||
		print(" ("..paletteidx..", "..param2..")")
 | 
			
		||||
 | 
			
		||||
		minetest.swap_node(pos, { name = newname, param2 = param2 })
 | 
			
		||||
		local meta = minetest.get_meta(pos)
 | 
			
		||||
		meta:set_string("dye", "unifieddyes:"..color)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user