Fire: Reduce flame light level to 13

This commit is contained in:
paramat 2017-01-05 01:34:22 +00:00
parent b6889134d3
commit 96aac5ff5b
1 changed files with 2 additions and 2 deletions

View File

@ -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,