hivemind is a way for minetest entities (players,mobs,etc) to record and share interactions with each other. https://forum.minetest.net/viewtopic.php?f=9&t=24819

francisco athens 982c4e0905 correct some OoOps 3 years ago
LICENSE 2eebf2019a initial release 3 years ago
README.md 04db6887ed more tidy 3 years ago
depends.txt 85dbc124d0 add mod boilerplate 3 years ago
hivemind.lua 982c4e0905 correct some OoOps 3 years ago
hivemind_schema.txt 04db6887ed more tidy 3 years ago
init.lua 982c4e0905 correct some OoOps 3 years ago
mod.conf 85dbc124d0 add mod boilerplate 3 years ago

README.md

hivemind


The heart of hivemind beats with the rhythm of encounters, the hivemind is shared among entities.

hivemind enables player-entity and entity-entity relations to be transfered between entities so that we have a more natural flow of relationships and meaningful interactions throughout a worldspace.

hivemind.encounter can be used to initialize, query and write data in the form of key/(int)value pairs

Please see the hivemind_schema.txt for more details.

This API has been tested to work with mobs_redo by TenPlus1 but should work with (or without) any mob framework.

hivemind is copyright 2020 Francisco "FreeLikeGNU" Athens MIT License