projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b688913
)
Fire: Reduce flame light level to 13
author
paramat
<mat.gregory@virginmedia.com>
Thu, 5 Jan 2017 01:34:22 +0000
(
01:34
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Sat, 7 Jan 2017 22:01:30 +0000
(22:01 +0000)
mods/fire/init.lua
patch
|
blob
|
history
diff --git
a/mods/fire/init.lua
b/mods/fire/init.lua
index bee487a57e2d42c0bc264ebcd53cd44a50707963..b1b9284b0d28f436e236c6a85b2d11e215123048 100644
(file)
--- a/
mods/fire/init.lua
+++ b/
mods/fire/init.lua
@@
-24,7
+24,7
@@
minetest.register_node("fire:basic_flame", {
},
inventory_image = "fire_basic_flame.png",
paramtype = "light",
- light_source = 1
4
,
+ light_source = 1
3
,
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 = 1
4
,
+ light_source = 1
3
,
walkable = false,
buildable_to = true,
sunlight_propagates = true,