diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a80f0b84..9cad4f719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. - repro: Open up RTP ports. - Allow modules to register steps for first_boot. - frontpage: Show Configure button in service details, when user is logged in. +- minetest: Add mods packages to be installed with server. ### Fixed - Upstream patch from Debian bug #837206 to fix DB and log file diff --git a/plinth/modules/minetest/__init__.py b/plinth/modules/minetest/__init__.py index 735279493..4438d6e57 100644 --- a/plinth/modules/minetest/__init__.py +++ b/plinth/modules/minetest/__init__.py @@ -31,7 +31,7 @@ from plinth.utils import format_lazy from plinth.views import ServiceView -version = 1 +version = 2 depends = ['apps']