Remove remains of weather

This commit is contained in:
PilzAdam
2014-12-06 12:50:05 +01:00
parent 954d64afdc
commit 4ec4672f01
2 changed files with 9 additions and 15 deletions

View File

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