BuckarooBanzai 2655cd1711 various cleanups and enhancements | il y a 5 ans | |
---|---|---|
.. | ||
models | il y a 5 ans | |
sounds | il y a 5 ans | |
textures | il y a 5 ans | |
.luacheckrc | il y a 5 ans | |
License.txt | il y a 5 ans | |
depends.txt | il y a 5 ans | |
init.lua | il y a 5 ans | |
readme.md | il y a 5 ans | |
settingtypes.txt | il y a 5 ans |
these guys are spawned on land near water, they do not float so they will not attack you if they happen to stumble into the water (L.O.S. limitation*)
default: true
these guys are spawned in shallow water, they float so they will follow you onto land to take a bite out of you
default: true
these guys are spawned in shallow water, they do not float so they will only attack if you attack first (L.O.S. limitation*)
default: true
Mobs not attacking while underwater is a limitation of the MineTest LineOfSight function used in the "mobs_redo" mod to check if there is anything to attack. Seems that mobs can't see through water.