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