diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-06-03 17:46:59 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-06-03 17:46:59 +0100 |
commit | 183b769ee20c6a5bc15536d065a73d4848bce3f5 (patch) | |
tree | 5c22780f6601b7e6d99a22b86b9fca4d9dc8c0f3 /app/flatpages/help/release_webhooks.md | |
parent | 14cf3912f09f1fc649f3ac808ea3125d6a87516e (diff) | |
download | cheatdb-183b769ee20c6a5bc15536d065a73d4848bce3f5.tar.xz |
Add support for setting min/max minetest versions in conf
Diffstat (limited to 'app/flatpages/help/release_webhooks.md')
-rw-r--r-- | app/flatpages/help/release_webhooks.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/app/flatpages/help/release_webhooks.md b/app/flatpages/help/release_webhooks.md index 9554df3..b40f0e3 100644 --- a/app/flatpages/help/release_webhooks.md +++ b/app/flatpages/help/release_webhooks.md @@ -65,15 +65,11 @@ The process is as follows: ### Setting minimum and maximum Minetest versions -<p class="alert alert-info"> - This feature is unimplemented. -</p> - 1. Open up the conf file for the package. This will be `game.conf`, `mod.conf`, `modpack.conf`, or `texture_pack.conf` depending on the content type. -2. Set `min_protocol` and `max_protocol` to the respective protocol numbers - of the Minetest versions. - * 0.4 = 32 - * 5.0 = 37 - * 5.1 = 38 +2. Set `min_minetest_version` and `max_minetest_version` to the respective Minetest versions. + + Eg: + + min_minetest_version = 5.0 |