diff options
author | cheapie <no-email-for-you@example.com> | 2025-03-31 17:19:59 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2025-03-31 17:19:59 -0500 |
commit | a93563d53e1c48a08ee14f37eecdea666b9202b0 (patch) | |
tree | a0b635d8a24e21842a9323cc971e833e3487fd7d | |
parent | f43e62c657b0f7e25da5aef636a57c3dbc33bc5a (diff) | |
download | celevator-a93563d53e1c48a08ee14f37eecdea666b9202b0.tar celevator-a93563d53e1c48a08ee14f37eecdea666b9202b0.tar.gz celevator-a93563d53e1c48a08ee14f37eecdea666b9202b0.tar.bz2 celevator-a93563d53e1c48a08ee14f37eecdea666b9202b0.tar.xz celevator-a93563d53e1c48a08ee14f37eecdea666b9202b0.zip |
-rw-r--r-- | .luacheckrc | 1 | ||||
-rw-r--r-- | docs/file_sources | 4 | ||||
-rw-r--r-- | mod.conf | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index 8ce3cc6..427b2d9 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -14,4 +14,5 @@ read_globals = { "laptop", "mesecon", "digilines", + "xcompat", } diff --git a/docs/file_sources b/docs/file_sources index 4bf263d..9de4fc7 100644 --- a/docs/file_sources +++ b/docs/file_sources @@ -1,4 +1,6 @@ -All code: Written by cheapie +Code: Written by the following contributors: +* cheapie +* j-r (Jürgen Rühle) All textures: Hand-drawn by cheapie using GIMP @@ -1,5 +1,5 @@ name = celevator description = Realistic Elevators -optional_depends = laptop,mesecons,digilines,basic_materials,xcompat,mesecons_lightstone,mesecons_button +optional_depends = laptop,mesecons,digilines,xcompat,mesecons_lightstone,mesecons_button author = cheapie min_minetest_version = 5.7 |