BuckarooBanzai 2655cd1711 various cleanups and enhancements | 5 vuotta sitten | |
---|---|---|
.. | ||
models | 5 vuotta sitten | |
sounds | 5 vuotta sitten | |
textures | 5 vuotta sitten | |
.luacheckrc | 5 vuotta sitten | |
License.txt | 5 vuotta sitten | |
depends.txt | 5 vuotta sitten | |
init.lua | 5 vuotta sitten | |
readme.md | 5 vuotta sitten | |
settingtypes.txt | 5 vuotta sitten |
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.