Browse Source

prevent silktouch of flames

fixes the issue in the minetest server log replay feature
master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
06e1cdcbda
  1. 1
      minetestinfo.py

1
minetestinfo.py

@ -49,6 +49,7 @@ after_broken["caverealms:stone_with_moss"] = "default:cobble"
after_broken["caverealms:stone_with_lichen"] = "default:cobble" after_broken["caverealms:stone_with_lichen"] = "default:cobble"
after_broken["caverealms:stone_with_algae"] = "default:cobble" after_broken["caverealms:stone_with_algae"] = "default:cobble"
after_broken["caverealms:constant_flame"] = "Empty" after_broken["caverealms:constant_flame"] = "Empty"
after_broken["fire:basic_flame"] = "Empty"
#after_broken[""] = "" #after_broken[""] = ""
#after_broken[""] = "" #after_broken[""] = ""
#after_broken[""] = "" #after_broken[""] = ""

Loading…
Cancel
Save