mirror of
https://github.com/fluxionary/minetest-book_runner.git
synced 2025-03-15 04:11:25 +00:00
fix settingtypes
This commit is contained in:
parent
f4a5f685f6
commit
395f7b37e3
4 changed files with 12 additions and 2 deletions
3
.check_date.sh
Executable file
3
.check_date.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
grep $(date -u -I) mod.conf
|
||||||
|
exit $?
|
|
@ -17,6 +17,13 @@ repos:
|
||||||
pass_filenames: true
|
pass_filenames: true
|
||||||
exclude: .pre-commit-config.yaml
|
exclude: .pre-commit-config.yaml
|
||||||
fail_fast: true
|
fail_fast: true
|
||||||
|
- id: date_version
|
||||||
|
name: date version
|
||||||
|
language: script
|
||||||
|
entry: .check_date.sh
|
||||||
|
files: mod.conf
|
||||||
|
always_run: true
|
||||||
|
fail_fast: true
|
||||||
- id: stylua
|
- id: stylua
|
||||||
name: stylua
|
name: stylua
|
||||||
language: system
|
language: system
|
||||||
|
|
2
mod.conf
2
mod.conf
|
@ -5,6 +5,6 @@ website = https://content.minetest.net/packages/rheo/book_runner/
|
||||||
author = fluxionary
|
author = fluxionary
|
||||||
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-05-12
|
version = 2024-09-11
|
||||||
min_minetest_version = 5.7.0
|
min_minetest_version = 5.7.0
|
||||||
depends = default, fmod, futil
|
depends = default, fmod, futil
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# output will be truncated after this point, with a short message.
|
# output will be truncated after this point, with a short message.
|
||||||
book_runner:max_book_length (maximum length of the book) int 100000 0 640000
|
book_runner.max_book_length (maximum length of the book) int 100000 0 640000
|
||||||
|
|
Loading…
Add table
Reference in a new issue