From 4a7f9c65591f582ee1d56fc6cb7fb500c0a24f91 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sun, 20 Dec 2020 19:10:12 +1100 Subject: [PATCH] add min_minetest_version and export ignore https://content.minetest.net/help/package_config --- .gitattributes | 3 +++ mod.conf | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..e103385 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +# Exclusions for release export +.* export-ignore diff --git a/mod.conf b/mod.conf index ed310f0..43f5fff 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,4 @@ name = powerbanks description = Adds portable powerbanks used to charge technic tools depends = default, technic +min_minetest_version = 5.0