update metadata
This commit is contained in:
parent
d2eedc98e2
commit
06d806eb34
@ -2,7 +2,7 @@
|
|||||||
"type": "MOD",
|
"type": "MOD",
|
||||||
"name": "toolcap_monoids",
|
"name": "toolcap_monoids",
|
||||||
"title": "toolcap_monoids",
|
"title": "toolcap_monoids",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "LGPL-3.0-or-later",
|
||||||
"media_license": "CC-BY-SA-4.0",
|
"media_license": "CC-BY-SA-4.0",
|
||||||
"repo": "https://github.com/fluxionary/minetest-toolcap_monoids.git",
|
"repo": "https://github.com/fluxionary/minetest-toolcap_monoids.git",
|
||||||
"website": "https://github.com/fluxionary/minetest-toolcap_monoids",
|
"website": "https://github.com/fluxionary/minetest-toolcap_monoids",
|
||||||
|
3
.github/workflows/pre-commit.yml
vendored
3
.github/workflows/pre-commit.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: update
|
||||||
|
run: sudo apt-get update -y
|
||||||
|
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-python@master
|
- uses: actions/setup-python@master
|
||||||
|
|
||||||
|
3
mod.conf
3
mod.conf
@ -6,5 +6,6 @@ author = flux
|
|||||||
license = LGPL-3.0-or-later
|
license = LGPL-3.0-or-later
|
||||||
media_license = CC-BY-SA-4.0
|
media_license = CC-BY-SA-4.0
|
||||||
version = 2023-03-11
|
version = 2023-03-11
|
||||||
min_minetest_version = 5.6.1
|
min_minetest_version = 5.7.0
|
||||||
|
supported_games = *
|
||||||
depends = fmod, item_monoids
|
depends = fmod, item_monoids
|
||||||
|
Loading…
Reference in New Issue
Block a user