Skip to content
sorcerykid edited this page May 20, 2020 · 1 revision

Axon is a lightweight but powerful event propagation framework for Minetest, affording a new degree of creative freedom for game designers and mod developers. While similar in some respects to Mesecons and Digilines, Axon is intended for broadcasting environmental stimulii (heat, smell, noise, etc.) to objects such as NPCs, players, spawned items, and even non-corporeal entities.

Documentation:

https://axon.mytuner.org/

Repository:

https://bitbucket.org/sorcerykid/axon

Dependencies:

  • Mobs Lite Mod

Source Code License:

GNU Lesser General Public License v3 (LGPL-3.0)

Installation:

  1. Unzip the archive into the mods directory of your game
  2. Rename the axon-master directory to "axon"
  3. Add "axon" as a dependency to any mods using the API.
Clone this wiki locally