Go to file
piesquared 077fcd13fd Update init.lua 2020-02-28 01:32:42 +00:00
menu Fixed Redundant Folder 2017-09-18 07:57:27 -05:00
mods Update init.lua 2020-02-28 01:32:42 +00:00
.gitattributes Initial commit 2017-09-18 07:18:19 -05:00
.gitignore gitignore changed 2019-05-05 09:26:15 -04:00
.gitmodules Add playeranim. 2020-02-28 14:13:46 +13:00
README.md Update README.md 2019-08-07 15:51:27 +12:00
game.conf Fixed Redundant Folder 2017-09-18 07:57:27 -05:00
game_api.txt Fixed Redundant Folder 2017-09-18 07:57:27 -05:00
minetest.conf Tweaked give_initial_stuff and irc bot commands 2018-12-06 17:25:48 +00:00
minetest.conf.example Fixed Redundant Folder 2017-09-18 07:57:27 -05:00

README.md

Persistent Kingdoms gamemode [kingdoms_game]

This is the game used for the Minetest server "Persistent Kingdoms". Some of the "default" mods are modified, and others are submodules.

Submodules are fun.

When you clone this repo, make sure you are using --recursive:

git clone --recursive https://gitlab.com/luk3yx/minetest-kingdoms_game.git

To fetch the latest updates, you need to run two commands:

git pull
git submodule update --init --recursive