Use new firelike drawtype

This commit is contained in:
BlockMen 2014-09-21 22:25:00 +02:00
parent c4969665e7
commit 8fe62ea7f6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
minetest.register_node("fire:basic_flame", {
description = "Fire",
drawtype = "plantlike",
drawtype = "firelike",
tiles = {{
name="fire_basic_flame_animated.png",
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1},