Melting and freezing
This commit is contained in:
parent
90fde974a2
commit
83133210cc
2 changed files with 17 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue