mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Fire: Reduce flame light level to 13
This commit is contained in:
parent
b6889134d3
commit
96aac5ff5b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue