mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Fire: Reduce flame light level to 13
This commit is contained in:
		@@ -24,7 +24,7 @@ minetest.register_node("fire:basic_flame", {
 | 
			
		||||
	},
 | 
			
		||||
	inventory_image = "fire_basic_flame.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	light_source = 14,
 | 
			
		||||
	light_source = 13,
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	buildable_to = true,
 | 
			
		||||
	sunlight_propagates = true,
 | 
			
		||||
@@ -65,7 +65,7 @@ minetest.register_node("fire:permanent_flame", {
 | 
			
		||||
	},
 | 
			
		||||
	inventory_image = "fire_basic_flame.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	light_source = 14,
 | 
			
		||||
	light_source = 13,
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	buildable_to = true,
 | 
			
		||||
	sunlight_propagates = true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user