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:
c496966
)
Use new firelike drawtype
author
BlockMen
<nmuelll@web.de>
Sun, 21 Sep 2014 20:25:00 +0000
(22:25 +0200)
committer
BlockMen
<nmuelll@web.de>
Sun, 21 Sep 2014 20:25:00 +0000
(22:25 +0200)
mods/fire/init.lua
patch
|
blob
|
history
diff --git
a/mods/fire/init.lua
b/mods/fire/init.lua
index 9acda876b96078b35e81b79fc78d2357b199621f..4ce9f6a7f041fcbcc05e4784e85b8ac7271b4418 100644
(file)
--- a/
mods/fire/init.lua
+++ b/
mods/fire/init.lua
@@
-2,7
+2,7
@@
minetest.register_node("fire:basic_flame", {
description = "Fire",
- drawtype = "
plant
like",
+ drawtype = "
fire
like",
tiles = {{
name="fire_basic_flame_animated.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1},