mirror of
				https://github.com/mt-mods/plantlife_modpack.git
				synced 2025-11-04 07:25:30 +01:00 
			
		
		
		
	renamed the LBM in case it got run at the wrong time
between mod updates; forces it to run again (it's harmless to let it run twice)
This commit is contained in:
		@@ -410,7 +410,7 @@ local fdirtowall = {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
minetest.register_lbm({
 | 
			
		||||
	name = "trunks:convert_moss_wallmounted",
 | 
			
		||||
	name = "trunks:convert_moss_wallmounted_2",
 | 
			
		||||
	label = "Convert moss to wallmounted mode",
 | 
			
		||||
	run_at_every_load = false,
 | 
			
		||||
	nodenames = {"trunks:moss", "trunks:moss_fungus"},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user