From a93563d53e1c48a08ee14f37eecdea666b9202b0 Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 31 Mar 2025 17:19:59 -0500 Subject: Fine tune crafting changes --- .luacheckrc | 1 + docs/file_sources | 4 +++- 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 diff --git a/mod.conf b/mod.conf index 45bbd50..552f37b 100644 --- a/mod.conf +++ b/mod.conf @@ -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 -- cgit v1.2.3