Go to file
Daniel Borchmann e5277bf4f9
Add submodules for signs
We need the possibility to find a way back while exploring caves, and signs seem
to be a good way to do this.
2020-12-19 10:27:10 +01:00
bakedclay@dd7749131c Update mods to latest versions 2020-12-13 12:00:49 +01:00
basic_materials@30ffac3f12 Add local copies of homedecor and basic-materials 2020-12-18 08:31:41 +01:00
biome_lib@10a1089767 Update mods to latest versions 2020-12-13 12:00:49 +01:00
bonemeal@2ec1168292 Update mods to latest versions 2020-12-13 12:00:49 +01:00
columnia@b7af923d1c Replace local copy of columnia by submodule reference 2020-12-13 12:38:03 +01:00
darkage@befafde095 Update mods to latest versions 2020-12-13 12:00:49 +01:00
farming@a5b07379ce Update mods to latest versions 2020-12-13 12:00:49 +01:00
food@9b97006923 Mod Update 2018-09-30 11:54:29 +02:00
homedecor_modpack@a57723df7d Add local copies of homedecor and basic-materials 2020-12-18 08:31:41 +01:00
hook@84afcb3f41 Add hook mod for improved hill climbing 2020-12-18 16:35:12 +01:00
minetest-u_skinsdb@4d91ff3c15 Add u_skins 2017-04-28 17:02:25 +02:00
mob_horse@8dfead83c6 Update mods to latest versions 2020-12-13 12:00:49 +01:00
mobs_redo@bf32a09e5e Add local copy of mobs_redo 2020-12-13 14:39:42 +01:00
moreblocks@cf0f875709 Add local copy of moreblocks mod 2020-12-18 08:37:26 +01:00
moreores@3fe0ba8fcb Add local copy of moreores mod 2020-12-18 08:27:12 +01:00
moretrees@20770027a6 Update mods to latest versions 2020-12-13 12:00:49 +01:00
patches Revert "Delete empty patches directory" 2020-12-13 15:49:32 +01:00
plantlife_modpack@622016713e Update mods to latest versions 2020-12-13 12:00:49 +01:00
scaffolding@930edb43d2 Update mods to latest versions 2020-12-13 12:00:49 +01:00
signs_lib@1a6b9f38ff Add submodules for signs 2020-12-19 10:27:10 +01:00
street_signs@b0503a4946 Add submodules for signs 2020-12-19 10:27:10 +01:00
travelnet@9f2bbc617e Update mods to latest versions 2020-12-13 12:00:49 +01:00
tweaks@6b346fb04a Update submodule references 2020-12-18 16:24:40 +01:00
unifieddyes@eb5610fc10 Add local copy of unified dyes mod 2020-12-18 08:35:30 +01:00
.gitignore Use quilt for patch management 2017-11-12 14:34:23 +01:00
.gitmodules Add submodules for signs 2020-12-19 10:27:10 +01:00
LICENSE Add readme and license 2017-11-04 22:01:39 +01:00
README.md Add local copy of moreblocks mod 2020-12-18 08:37:26 +01:00

README.md

A Collection of Minetest Mods

This is a collection of mods as used by our personal minetest server. Each mod is either included as a git-submodule (preferred) or, if that is not possible, directly contained in this repository. Additionally, local modifications of certain modes (like disabling particular features) are included as separate patches in the patches directory. These can be applied with quilt push -a Before updating mods, unapply the patches with quilt pop -a.

Some standard extension mods are not included here, because they are shipped with Debian. Run the following command to satisfy these dependencies:

sudo apt install                    \
     minetest-mod-character-creator \
     minetest-mod-craftguide        \
     minetest-mod-currency          \
     minetest-mod-infinite-chest    \
     minetest-mod-intllib           \
     minetest-mod-mesecons          \
     minetest-mod-torches           \
     minetest-mod-unified-inventory \
     minetest-mod-worldedit

Afterwards, use git to check out all submodules like so:

git submodule update --init

Then start minetest, edit world.mt to enable all wanted modules, and restart again. Enjoy! ☺

For licenses and copyrights see the corresponding mods. All that remains is licensed under an MIT License.