Skip to content

Commit

Permalink
Fire: Reduce flame light level to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Jan 7, 2017
1 parent b688913 commit 96aac5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/fire/init.lua
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 96aac5f

Please sign in to comment.