Melting and freezing

This commit is contained in:
proller
2013-07-14 06:09:02 +04:00
parent 90fde974a2
commit 83133210cc
2 changed files with 17 additions and 9 deletions

View File

@ -9,7 +9,7 @@ minetest.register_node("fire:basic_flame", {
}},
inventory_image = "fire_basic_flame.png",
light_source = 14,
groups = {igniter=2,dig_immediate=3},
groups = {igniter=2,dig_immediate=3,hot=3},
drop = '',
walkable = false,
buildable_to = true,