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:
10
.github/workflows/luacheck.yml
vendored
10
.github/workflows/luacheck.yml
vendored
@@ -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: ""
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Luacheck
|
||||
uses: lunarmodules/luacheck@master
|
@@ -1,5 +1,7 @@
|
||||
# Display Modpack
|
||||
Version 1.3.1
|
||||
|
||||

|
||||
[](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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Extra fonts
|
||||
|
||||
|
@@ -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
|
Reference in New Issue
Block a user