mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 03:05:26 +01:00 
			
		
		
		
	don't run LBM at every load
This commit is contained in:
		@@ -97,7 +97,7 @@ end
 | 
			
		||||
minetest.register_lbm({
 | 
			
		||||
	name = "lavalamp:convert",
 | 
			
		||||
	label = "Convert lava lamps to use param2 color",
 | 
			
		||||
	run_at_every_load = true,
 | 
			
		||||
	run_at_every_load = false,
 | 
			
		||||
	nodenames = lavalamp.old_static_nodes,
 | 
			
		||||
	action = function(pos, node)
 | 
			
		||||
		local name = node.name
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user