1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-14 16:25:20 +02:00

Fix screenshot on CDB (#7)

This commit is contained in:
Niklp
2023-10-24 20:36:09 +02:00
committed by GitHub
parent 2c1efede4d
commit 2c00acf230
3 changed files with 12 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
name: luacheck name: luacheck
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
lint: luacheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Checkout
- uses: Roang-zero1/factorio-mod-luacheck@master uses: actions/checkout@master
with: - name: Luacheck
luacheckrc_url: "" uses: lunarmodules/luacheck@master

View File

@@ -1,5 +1,7 @@
# Display Modpack # 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+ 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. 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 ## Extra fonts

View File

@@ -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