node entity queue

a queue for spreading out the generation of node entities over multiple server steps (smartshops, signs, itemframes, etc).

API / Library

Download (10 KB)
For Minetest 5.7 and above

How do I install this?

node_entity_queue

an API which creates a common queue for updating "node entities", a term i use for non-physical entities which are semantically bound to a specific node.

api

  • function api.register_node_entity_loader(node_name, action) action = function(pos, node, params, dtime, n) the initializer action will be queued for calling whenever it is "loaded" (mapblock becomes active).

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Used By