aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklp <89982526+Niklp09@users.noreply.github.com>2023-10-24 20:36:09 +0200
committerGitHub <noreply@github.com>2023-10-24 20:36:09 +0200
commit2c00acf2307a4b43c65bf8acc7116638f6a554a1 (patch)
tree7abaa4d6f68c604e66326db07799cbb987f021dd
parent2c1efede4d9d9f3a0e6e644e9e781a1ba2938156 (diff)
downloaddisplay_modpack_no_craft-2c00acf2307a4b43c65bf8acc7116638f6a554a1.tar.gz
display_modpack_no_craft-2c00acf2307a4b43c65bf8acc7116638f6a554a1.zip
Fix screenshot on CDB (#7)
-rw-r--r--.github/workflows/luacheck.yml10
-rw-r--r--README.md6
-rw-r--r--modpack.conf3
3 files changed, 12 insertions, 7 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
index 5d79609..b501650 100644
--- a/.github/workflows/luacheck.yml
+++ b/.github/workflows/luacheck.yml
@@ -1,10 +1,10 @@
name: luacheck
on: [push, pull_request]
jobs:
- lint:
+ luacheck:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
- - uses: Roang-zero1/factorio-mod-luacheck@master
- with:
- luacheckrc_url: "" \ No newline at end of file
+ - name: Checkout
+ uses: actions/checkout@master
+ - name: Luacheck
+ uses: lunarmodules/luacheck@master \ No newline at end of file
diff --git a/README.md b/README.md
index ee09cb9..bb081bf 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Display Modpack
-Version 1.3.1
+
+![](https://github.com/mt-mods/display_modpack/workflows/luacheck/badge.svg)
+[![ContentDB](https://content.minetest.net/packages/mt-mods/display_modpack/shields/downloads/)](https://content.minetest.net/packages/mt-mods/display_modpack/)
Requires Minetest 5.0+
@@ -18,7 +20,7 @@ This modpack provides mods with dynamic display. Mods are:
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
-![Presentation image of Display_Modpack](screenshot.png)
+![Presentation image of Display_Modpack](https://raw.githubusercontent.com/mt-mods/display_modpack/master/screenshot.png)
## Extra fonts
diff --git a/modpack.conf b/modpack.conf
index e69de29..d518303 100644
--- a/modpack.conf
+++ b/modpack.conf
@@ -0,0 +1,3 @@
+name = display_modpack
+description = Display modpack for Minetest, provides mods with dynamic display and font display: clocks, signs, and more.
+title = Display Modpack \ No newline at end of file