by prestidigitator » Mon Mar 18, 2013 02:35
Looking at the mobf framework, I'm wondering if straight Lua performance can be improved. The framework makes adding new mobs admittedly easy, but it also seems very complex and like it does a lot of stuff that might not be necessary if each mod had a little more intelligence built into it. For example, the framework might have to do a lot less busy work if it were left up to individual mods to implement spawning algorithms optimized for the type of mob they implement.