43 lines
899 B
Markdown
43 lines
899 B
Markdown
|
|
# minetest web info system
|
|
|
|
Project state: **WIP**
|
|
|
|
![](https://github.com/BuckarooBanzay/mtinfo/workflows/luacheck/badge.svg)
|
|
![](https://github.com/BuckarooBanzay/mtinfo/workflows/jshint/badge.svg)
|
|
![](https://github.com/BuckarooBanzay/mtinfo/workflows/htmllint/badge.svg)
|
|
![](https://github.com/BuckarooBanzay/mtinfo/workflows/generate/badge.svg)
|
|
|
|
Demo: https://buckaroobanzay.github.io/mtinfo/
|
|
|
|
## Overview
|
|
|
|
Generates a static info-page about the world, stats include:
|
|
|
|
* Available nodes and their properties
|
|
* Available tools
|
|
* Available items
|
|
* Recipes
|
|
* Active ABM's
|
|
* Active LBM's
|
|
|
|
## Usage
|
|
|
|
* Install the mod
|
|
* Start the world
|
|
* Open the generated `index.html` in the world-folder `mtinfo` with a web-browser
|
|
|
|
# Contributors
|
|
|
|
* https://github.com/BuckarooBanzay
|
|
* https://github.com/BobFred7
|
|
|
|
# License
|
|
|
|
MIT
|
|
|
|
## pics/unknown_node.png
|
|
|
|
* CC BY-SA 3.0
|
|
* https://github.com/minetest/minetest
|