Go to file
Lars Müller df31c9dbce
Fix link to online craftguide CSM
2022-06-03 21:13:16 +02:00
docs Remove that 1 2020-06-23 15:25:32 +02:00
node_modules/bootstrap-icons Setup 2020-06-19 13:34:37 +02:00
Readme.md Fix link to online craftguide CSM 2022-06-03 21:13:16 +02:00
index.html Cleanup, non-LuaJIT support, fix clear button 2020-06-23 15:11:25 +02:00
init.lua Code quality: use new modlib functionality 2020-07-30 00:08:03 +02:00
main.lua Move everything to mod scope 2020-06-23 20:17:33 +02:00
mod.conf Add modlib as dependency & add screenshot 2020-06-19 13:41:04 +02:00
package-lock.json Setup 2020-06-19 13:34:37 +02:00
package.json Setup 2020-06-19 13:34:37 +02:00
screenshot.png Add modlib as dependency & add screenshot 2020-06-19 13:41:04 +02:00

Readme.md

Online Craftguide (online_craftguide)

Generates a static ("serverless") online craftguide.

About

See this Minetest Game craftguide for an example. Depends on modlib. Requires inventory images rendered using online_craftguide_csm to work (which are not copied automatically). Code written by Lars Mueller aka LMD or appguru(eu) and licensed under the MIT license. The Minetest logo is licensed as CC BY-SA 3.0 with credits going to erlehmann. Generated inventory images (files in the docs/images folder) are derived from Minetest Game and therefore CC BY-SA 3.0, with credits going to various contributors. Uses & embeds Bootstrap icons which are licensed under the MIT license, with credits going to mdo.

  • GitHub - sources, issue tracking, contributing
  • Discord - discussion, chatting
  • Minetest Forum - (more organized) discussion
  • ContentDB - releases (cloning from GitHub is recommended)

Features

  • Responsive website using Bootstrap
  • Good layout & design
  • Search

Instructions

  • Install modlib and this mod as well as the online_craftguide_csm
  • Join a game with the online_craftguide_csm and wait for the rendering to finish
  • Copy the online_craftguide_csm/images folder to your online_craftguide/docs/images folder
  • Start a game with the mod enabled - it will generate the website for you
  • Your online craftguide is now stored in your online_craftguide/docs folder