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