03-04-2016, 08:04 PM
(03-04-2016, 07:55 PM)NiLSPACE Wrote: Actually, Cuberite doesn't care what blocks are in the world. I can create a plugin that would set all kinds of blocks that don't exist in vanilla. Custom entities is a bit harder to do though.
Ah good to know. About entities: now that i think about it - it's already possible but quite hacky. You need to track EVERYTHING in lua: e.g. you have custom chest (like a bookshelf) you need to have it's position and inventory saved/loaded from lua. I think this could get really slow if not done correctly.