mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 01:05:49 +01:00 
			
		
		
		
	Fix fire blocking sunlight
This commit is contained in:
		@@ -14,6 +14,7 @@ minetest.register_node("fire:basic_flame", {
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	buildable_to = true,
 | 
			
		||||
	damage_per_second = 4,
 | 
			
		||||
	sunlight_propagates = true,
 | 
			
		||||
	
 | 
			
		||||
	after_place_node = function(pos, placer)
 | 
			
		||||
		fire.on_flame_add_at(pos)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user