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 | 4 anni fa | |
---|---|---|
LICENSE | 4 anni fa | |
README.md | 4 anni fa | |
depends.txt | 4 anni fa | |
hivemind.lua | 4 anni fa | |
hivemind_schema.txt | 4 anni fa | |
init.lua | 4 anni fa | |
mod.conf | 4 anni fa |
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