![]() |
Custom Mob Spawn - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: Custom Mob Spawn (/thread-2373.html) |
Custom Mob Spawn - konsumer - 02-14-2016 I'd like to be able to spawn custom mobs, like Mo' Creatures, which if you are unfamiliar, includes creatures and items with custom geometry/skins/behavior. I think this is also related to custom items which would also be awesome. I am a programmer that is ok with C++ & lua, (and a lil bit Java) but I am new to minecraft and cuberite, and am unsure where to start, but I'm totally willing to try figure it out, if people wouldn't mind giving me a point in the right direction. Some questions:
RE: Custom Mob Spawn - NiLSPACE - 02-14-2016 Hello and welcome to the forum ![]() Currently it's impossible to create custom mobs. We need to change the way entities are done completely if we want an proper API for that. RE: Custom Mob Spawn - konsumer - 02-14-2016 (02-14-2016, 10:24 AM)NiLSPACE Wrote: Hello and welcome to the forum Thanks! I am comfortable reaching into the C++ code that makes mobs work, if this is where I need to start diving in. Are others working on this? Would it make sense to start working on getting built-in mobs mostly implemented in lua, so as to help flesh out the customization interface? RE: Custom Mob Spawn - LogicParrot - 02-14-2016 I am not working on this, but I'm working on mobs in general. See this and this. I am planning to completely rewrite the mob inheritance hierarchy because it's getting very spaghetti, so if you're planning to make huge changes, it's best to coordinate first to minimize merge conflicts. |