A performant Animal focused Mob API
Find a file
Jordan Leppert cea6d15965 Spawning fixes:
1. Spawning radius fixed, we now have a cubic max radius mobs will spawn within, and a spherical min radius mobs won't spawn within.
2. Node light check fixed - we need to check the node above the spawn node, otherwise it always returns zero.
2022-02-14 16:18:07 +00:00
sounds Initial Commit 2022-02-10 16:32:53 -08:00
textures Initial Commit 2022-02-10 16:32:53 -08:00
api.lua Initial Commit 2022-02-10 16:32:53 -08:00
boids.lua Initial Commit 2022-02-10 16:32:53 -08:00
doc.txt Initial Commit 2022-02-10 16:32:53 -08:00
init.lua Initial Commit 2022-02-10 16:32:53 -08:00
LICENSE Initial commit 2022-02-10 16:31:46 -08:00
methods.lua Initial Commit 2022-02-10 16:32:53 -08:00
mob_meta.lua Initial Commit 2022-02-10 16:32:53 -08:00
mod.conf Initial Commit 2022-02-10 16:32:53 -08:00
pathfinder.lua Initial Commit 2022-02-10 16:32:53 -08:00
settingtypes.txt Initial Commit 2022-02-10 16:32:53 -08:00
spawning.lua Spawning fixes: 2022-02-14 16:18:07 +00:00