Go to file
Gerold55 8b4a985169
Merge pull request #77 from olliy1or/bones
Loose items on death
2021-03-05 05:14:16 -05:00
.github set up luacheck 2020-04-08 11:26:26 +02:00
.settings added rusty girder 2020-05-02 14:01:15 +02:00
menu Add files via upload 2020-04-03 12:01:52 -04:00
mods loose items on death 2021-03-05 14:15:52 +05:00
.gitmodules Merge branch 'master' into add_story 2019-07-20 14:43:44 +02:00
.luacheckrc remove refrences to 'legacy.lua' 2020-04-11 11:25:27 +02:00
CONTRIBUTING Add files via upload 2019-03-07 18:06:08 -05:00
CREDITS.md Update CREDITS.md 2020-04-02 23:07:15 -04:00
LICENSE try to fix licensing 2019-11-18 16:35:05 +01:00
README.md Update README.md 2020-03-31 19:42:43 -04:00
game.conf Add files via upload 2019-03-07 18:06:08 -05:00
minetest.conf another batch of miscelanious fixes 2021-03-04 12:39:13 +01:00
settingtypes.txt fix settingtypes format 2020-08-08 11:16:47 +02:00

README.md

WasteLands Survival

downloading

When cloning first add "--recursive" option to clone including all submodules:
If you forget use the command below.

git clone --recursive https://github.com/Gerold55/WasteLands_Survival.git

The submodule folders will be empty if you don't.

If one of the submodule folders is empty use:

git submodule update --init

This will clone all missing submodules.

To pull all changes in the repo including changes in the submodules use:

git pull --recurse-submodules

If you develop on projects with submodules like wls I recommend configuring your git to warn you if you have changes in submodules that are not on their remote.

git config --global push.recurseSubmodules check