Merge branch 'bzoss_brew' of https://git.minetest.land/Wuzzy/MineClone2 into bzoss_brew

This commit is contained in:
Brandon 2020-07-06 19:00:21 -04:00
commit cf8f6956f7
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ local is_fire_node = { ["mcl_core:lava_flowing"]=true,
["mcl_nether:nether_lava_flowing"]=true,
["mcl_nether:nether_lava_source"]=true}
-- Prevent damage to player with Fire Resistance enabled
minetest.register_on_player_hpchange(function(player, hp_change)