Mineclonia/mods/ENTITIES
Nils Dagsson Moskopp 66dd87af25
Give mobs sunburn at correct light level
Before this patch, the light level that makes mobs that burn in sunlight
catch fire had been mistakenly specified as minetest.LIGHT_MAX or more.

The correct light level for sunlight is LIGHT_SUN, which is one higher
than minetest.LIGHT_MAX. Since minetest.LIGHT_MAX is the maximum light
value that a node can have and torches emit light at that light level,
mobs that burn in sunlight caught fire inside torch nodes.
2021-11-19 03:14:36 +01:00
..
drippingwater Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_boats Fix server crash when boat passenger sneaks 2021-06-18 19:08:19 +02:00
mcl_burning burning: prevent adding multiple entities+huds 2021-11-12 01:16:16 +01:00
mcl_falling_nodes Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_item_entity Add debug command to acquire a written book 2021-07-30 17:22:33 +02:00
mcl_minecarts Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_mobs Give mobs sunburn at correct light level 2021-11-19 03:14:36 +01:00
mcl_paintings Protect paintings, fix https://git.minetest.land/MineClone2/MineClone2/issues/1080 2021-02-09 23:34:04 +00:00
mobs_mc Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mobs_mc_gameconfig Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00