mirror of
				https://github.com/mt-mods/moretrees.git
				synced 2025-10-31 05:45:23 +01:00 
			
		
		
		
	Changed LBM run_at_every_load to true
This commit is contained in:
		
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							| @@ -388,7 +388,7 @@ if moretrees.grow_legacy_saplings then | ||||
| 		name = "moretrees:grow_ongen_saplings", | ||||
| 		label = "Grow legacy ongen saplings", | ||||
| 		nodenames = { "group:moretrees_ongen" }, | ||||
| 		run_at_every_load = false, | ||||
| 		run_at_every_load = true, | ||||
| 		action = function(pos) | ||||
| 			minetest.log("info", "[moretrees] Starting growth timer for legacy ongen sapling at "..minetest.pos_to_string(pos, 0)) | ||||
| 			minetest.get_node_timer(pos):start(2) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user