From 183b769ee20c6a5bc15536d065a73d4848bce3f5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 3 Jun 2020 17:46:59 +0100 Subject: Add support for setting min/max minetest versions in conf --- app/flatpages/help/release_webhooks.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'app/flatpages/help') 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 -

- This feature is unimplemented. -

- 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 -- cgit v1.2.3