Update mods I am sure of and require 5.3.0

Require 5.3.0; mark or.cz as deep
master
Montandalar 2020-10-31 01:46:36 +11:00
parent 519109ef4d
commit cbbacf03d5
10 changed files with 13 additions and 11 deletions

2
.gitmodules vendored
View File

@ -129,7 +129,7 @@
url = https://github.com/laza83/ldm32
[submodule "linetrack"]
path = linetrack
url = https://git.bananach.space/linetrack.git/
url = https://gitlab.com/Hume2/linetrack.git
[submodule "lrfurn"]
path = lrfurn
url = https://github.com/thefamilygrog66/lrfurn

View File

@ -12,6 +12,8 @@ One mod use on LinuxForks, the [munin plugin](https://github.com/Pitriss/overrid
, is currently not included because it doesn't have its own repository yet.
## Installation
The forks modpack requires minetest version 5.3.0.
In the spirit of LinuxForks, you will have to be somewhat technical to install this modpack in that *you will have to have git installed*. Theoretically I could create an archive file of the whole modpack without any git information but I haven't yet. Thankfully, using git will also mean that updating the modpack won't require you to download huge amounts of what is mostly the same data each time you update. Furthermore, you may want to play around with the source code of some of these mods and contribute back upstream, and then you would have to have git anyway :). git is your friend, trust me.
This modpack uses *git submodules* to fetch data from a large number of other repositories. It can take some time to download all of the git history. For this reason, **it is highly recommended to perform a shallow clone rather than a full clone of most of the submodules**, saving a lot of data transfers, especially for those mods with a lot of binary files like textures where git tracks the complete file for each version of the binary files. The biggest file saving here is that advtrains contains about 100MB of junk in the assets folder that most players won't want to touch. There is one caveat, some of the mods are hosted on gpcf's sites which use cgit and cgit currently does not support shallow cloning.

@ -1 +1 @@
Subproject commit 17ff474cbb732ae2d446192caa0219b430526f62
Subproject commit ae1ae799aa7122897e96e1560e243b1f13ee0680

@ -1 +1 @@
Subproject commit 109a37076e1aefc9eb73a9de6cd21c5b2abeabff
Subproject commit 0be5336956ebf566687ed337dbe35217e965efcb

@ -1 +1 @@
Subproject commit fef6544c6b3c4dc63c2b48a2a9745036544b27fd
Subproject commit 666471605e96aaf131c7a362ac7c5567ca97ef4a

@ -1 +1 @@
Subproject commit 3d70dc0d68207dffb7e02f82ad38651a192bb6d3
Subproject commit 1c46452d54cec6c01734c4b6d63127433eb42ac5

@ -1 +1 @@
Subproject commit a250d2a350cbc20dac030437266ccb1f825d72c9
Subproject commit 0684bac45b50c1d7f1c9524364adcc8e6e676a74

@ -1 +1 @@
Subproject commit c31dc09631f704b676ade8d945cd6a7375928f60
Subproject commit fb0dda5bf1bf31cbd043b6e29d7f8a32bdd66274

View File

@ -1,8 +1,8 @@
#!/bin/bash
# Full - note all of these except notabug are cgit sites..
#declare -a full=(git.gpcf.eu git.bananach.space git.linux-forks.de notabug.org cheapiesystems.com)
declare -a shallow=(github.com gitlab.com bitbucket.com repo.or.cz)
# Mostly cgit sites
#declare -a full=(git.gpcf.eu git.bananach.space git.linux-forks.de notabug.org cheapiesystems.com repo.or.cz)
declare -a shallow=(github.com gitlab.com bitbucket.com)
lineno=0
while read; do
if [[ ${REPLY:0:1} == '[' ]]; then

2
wine

@ -1 +1 @@
Subproject commit 592cfe4081907c16a7e5acc65d57adc6d7d25bbd
Subproject commit 5a32f9ab7f8855343b039cdc3765bc0e9a2a2cf3