Make fire hurt the player

This commit is contained in:
PilzAdam 2012-11-25 14:20:09 +01:00
parent 24939c299b
commit bed848f68a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ minetest.register_node("fire:basic_flame", {
groups = {igniter=2,dig_immediate=3},
drop = '',
walkable = false,
damage_per_second = 4,
})
local fire = {}