some modifications to the creatura and animalia minetest mods to make mob spawning more like mineraft. mobs spawn more frequently, and are distributed more evenly.
Go to file
sose 5bc52795b0 added hard mob cap, more tweaks to spawn algorithm 2022-08-13 11:59:11 -07:00
.github/workflows Create build workflow 2022-07-06 15:43:47 -07:00
sounds fixed sound file names 2022-08-12 19:45:17 -07:00
textures Initial Commit 2022-02-10 16:32:53 -08:00
.luacheckrc Add new LVM Pathfinder 2022-07-24 21:15:06 -07:00
LICENSE Initial commit 2022-02-10 16:31:46 -08:00
api.lua Performance Improvements 2022-08-09 15:18:47 -07:00
boids.lua Performance Improvements 2022-08-09 15:18:47 -07:00
doc.txt Document api.lua 2022-07-07 18:45:37 -07:00
init.lua Fix bug with hitbox collision check, Improve movement methods, Add default hit sound 2022-03-25 04:09:01 -07:00
methods.lua Unused code 2022-08-09 15:32:41 -07:00
mob_meta.lua Performance Improvements 2022-08-09 15:18:47 -07:00
mod.conf Initial Commit 2022-02-10 16:32:53 -08:00
pathfinder.lua Performance Improvements 2022-08-09 15:18:47 -07:00
readme.md fine 2022-08-13 02:57:15 +00:00
settingtypes.txt Initial Commit 2022-02-10 16:32:53 -08:00
spawning.lua added hard mob cap, more tweaks to spawn algorithm 2022-08-13 11:59:11 -07:00

readme.md

creatura (sose's version)

some modifications to the creatura and animalia mods to make mob spawning more like mineraft. mobs spawn more frequently, and are distributed more evenly.

to be used with animalia (sose's version)

some of this will get pushed upstream eventually

changes:

  • no more spawn node
  • no more clusters
  • no more spawn queue
  • mobs spawn further apart
  • spawns are attempted evey tick
  • more tweaks to spawning
  • mobs make sounds now
  • mobs move around more
  • wolves no longer crash the game when attacking
  • frogs no longer crash the game

chopped not slopped.