Go to file
Leslie Krause 87ff0d76bf Build 05
- removed deprecated parameter in radial generator
- fixed initial armor group value for receptrons
2020-05-16 02:47:49 -04:00
README.txt Build 04 2020-05-15 12:06:08 -04:00
compatibility.lua Build 04 2020-05-15 12:06:08 -04:00
depends.txt Build 04 2020-05-15 12:06:08 -04:00
init.lua Build 05 2020-05-16 02:47:49 -04:00
mod.conf Build 01 2020-05-14 17:36:47 -04:00
sources.lua Build 04 2020-05-15 12:06:08 -04:00

README.txt

Axon Event Propagation Mod v1.0
By Leslie E. Krause

Axon is a lightweight but powerful event propagation framework for Minetest, affording a 
new degree of creative freedom for game designers and mod developers. It is inspired in
great part by the Act/React system of the Dark Engine by Looking Glass Studios.

For complete usage instructions, please refer to the forum topic:

https://forum.minetest.net/viewtopic.php?f=9&t=24721


Compatability
----------------------

Requires PR #9717 for Minetest 5.3-dev

Dependencies
----------------------

Mobs Lite Mod (required)
  https://bitbucket.org/sorcerykid/mobs
  
Repository
----------------------

Browse source code...
  https://bitbucket.org/sorcerykid/axon

Download archive...
  https://bitbucket.org/sorcerykid/axon/get/master.zip
  https://bitbucket.org/sorcerykid/axon/get/master.tar.gz

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.

Source Code License
----------------------------------------------------------

GNU Lesser General Public License v3 (LGPL-3.0)

Copyright (c) 2020, Leslie E. Krause (leslie@searstower.org)

This program is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.

http://www.gnu.org/licenses/lgpl-2.1.html