fix inconstent naming, prepare for upload to Minetest ContentDB

This commit is contained in:
JoeEnderman 2024-02-10 23:14:44 -06:00
parent 6b8b684ed1
commit 5b8bc78a7c
2 changed files with 6 additions and 6 deletions

View File

@ -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")

View File

@ -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