Skip to content

theFox6/journal_modpack

Repository files navigation

Do you want to add story to your game?
Make your protagonist write notes into his Journal.

journal

journal cover ContentDB luacheck
A minetest mod that adds a journal the player will write into.

Mods can add story into the game and the player can write his own journal.
The journal can be accessed from the inventory and via /journal.

Check out the wiki on github to learn how to use it.

Submodules

Currently journal only has the modutil portable submodule. It is needed to be able to run without the modutil mod. This means you can either download the modutil mod and enable it or get the submodule:

When cloning add "--recursive" option to clone including all submodules:

git clone --recursive https://github.com/theFox6/journal_modpack.git

If one of the submodule folders is empty use:

git submodule update --init

This will clone all missing submodules.