1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-24 21:00:16 +02:00

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

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,