Fix wield image of fire

This commit is contained in:
Wuzzy 2020-04-15 15:03:33 +02:00
parent fd416876b7
commit 4c77a35a5b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ minetest.register_node("fire:basic_flame", {
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1},
}},
inventory_image = "fire_basic_flame.png",
wield_image = "fire_basic_flame.png",
light_source = 14,
groups = {igniter=2,dig_immediate=3,hot=3},
drop = '',