Go to file
Buckaroo Banzai bc788dd7c2
fix luacheck error
2022-06-19 14:36:56 +02:00
.github Upgrade to GitHub-native Dependabot 2021-05-01 16:30:41 +02:00
app add compatability with reworked moreblocks/stairplus 2022-06-19 14:36:18 +02:00
scripts update dev generate script 2021-06-03 08:38:15 +02:00
.gitignore update dev generate script 2021-06-03 08:38:15 +02:00
.luacheckrc fix luacheck error 2022-06-19 14:36:56 +02:00
abm.lua texture stats / cleanups 2021-02-10 07:54:51 +01:00
common.lua mesecons/digiline hint 2021-06-03 08:58:23 +02:00
init.lua consistent settings 2021-06-22 16:13:13 +02:00
items.lua add compatability with reworked moreblocks/stairplus 2022-06-19 14:36:18 +02:00
lbm.lua texture stats / cleanups 2021-02-10 07:54:51 +01:00
mod.conf add compatability with reworked moreblocks/stairplus 2022-06-19 14:36:18 +02:00
readme.md add compatability with reworked moreblocks/stairplus 2022-06-19 14:36:18 +02:00
recipes.lua technic recipes 2021-03-03 20:02:59 +01:00
settingtypes.txt add settingtypes 2021-06-02 20:04:46 +02:00
textures.lua Merge src subdirs into target textures. 2022-03-20 20:53:46 +01:00

readme.md

minetest web info system

Project state: WIP

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
  • Enable the setting in minetest.conf (mtinfo.enabled = true)
  • Start the world
  • Open the generated index.html in the world-folder mtinfo with a web-browser

Settings

  • mtinfo.enabled Enables the info-page generation (default false)
  • mtinfo.autoshutdown Shuts down after info-page generation (default false)

Contributors

License

MIT

pics/unknown_node.png