diff options
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 |