diff --git a/.cdb.json b/.cdb.json index 8c5f511..a200caf 100644 --- a/.cdb.json +++ b/.cdb.json @@ -6,6 +6,6 @@ "repo": "https://github.com/fluxionary/minetest-item_magnet.git", "website": "https://github.com/fluxionary/minetest-item_magnet", "issue_tracker": "https://github.com/fluxionary/minetest-item_magnet/issues", - "license": "AGPL-3.0-or-later", + "license": "LGPL-3.0-or-later", "media_license": "CC-BY-SA-4.0" } diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 37221d7..d1faea1 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -6,6 +6,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: update + run: sudo apt-get update -y + - uses: actions/checkout@master - uses: actions/setup-python@master diff --git a/README.md b/README.md index 1ee5f00..08036e2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ without having to click on each item. Comes with a configurable radius. -license: AGPL +license: LGPL resource license: * item_magnet_magnet.png CC0 from https://purepng.com/photo/20580/clipart-magnet diff --git a/mod.conf b/mod.conf index 9ee1c5e..52f0ce5 100644 --- a/mod.conf +++ b/mod.conf @@ -6,6 +6,7 @@ author = fluxionary license = LGPL-3.0-or-later media_license = CC-BY-SA-4.0 version = 2022-11-27 -min_minetest_version = 5.6.1 +min_minetest_version = 5.7.0 +supported_games = * depends = fmod optional_depends = default