From 5b8bc78a7ce50bb71518881fd2c24def87e2568c Mon Sep 17 00:00:00 2001 From: JoeEnderman Date: Sat, 10 Feb 2024 23:14:44 -0600 Subject: [PATCH] fix inconstent naming, prepare for upload to Minetest ContentDB --- init.lua | 8 ++++---- mod.conf | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/init.lua b/init.lua index 185d568..e7900d4 100644 --- a/init.lua +++ b/init.lua @@ -1,8 +1,8 @@ -- Paintings Gallery -paintings_galleryii = {} +paintings_gallery_ii = {} -local default_path = minetest.get_modpath("paintings_galleryii") +local default_path = minetest.get_modpath("paintings_gallery_ii") -dofile(minetest.get_modpath("paintings_galleryii") .. "/paintings.lua") -dofile(minetest.get_modpath("paintings_galleryii") .. "/craft.lua") +dofile(minetest.get_modpath("paintings_gallery_ii") .. "/paintings.lua") +dofile(minetest.get_modpath("paintings_gallery_ii") .. "/craft.lua") diff --git a/mod.conf b/mod.conf index ab0fee6..e53617a 100644 --- a/mod.conf +++ b/mod.conf @@ -1,8 +1,8 @@ -mod_name = paintings_galleryii +mod_name = paintings_gallery_ii title = Paintings Gallery II: The Enhanced Exhibit description = An upgrade over Paintings Gallery to say the least. Next gen art is now. Using Tengr.ai for image gen and ChatGPT4.0 to basically make prompts more verbose and come up with more painting ideas and genres than I ever could. depends = default, paintings_lib, dye, wool optional_depends = dye, wool min_minetest_version = 5.5 author = JoeEnderman -name = paintings_galleryii +name = paintings_gallery_ii