Add files via upload

This commit is contained in:
Yona 2023-11-03 11:50:53 -04:00 committed by GitHub
parent 81d8381084
commit 719eea0525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ local tsalagi_list = {
}
for _, i in ipairs(tsalagi_list) do
minetest.register_node("cherokee_letters_tsalagi:tsalagi"..i, {
minetest.register_node("tsalagi_letters:tsalagi"..i, {
tiles = {i..".png"},
inventory_image = i..".png",
sunlight_propagates = true,
@ -26,7 +26,7 @@ end
table.remove(tsalagi_list, 1)
if minetest.get_modpath("i3") then
i3.compress("cherokee_letters_tsalagi:tsalagi001_a", {
i3.compress("tsalagi_letters:tsalagi001_a", {
replace = "001_a",
by = tsalagi_list
})

View File

@ -1,5 +1,5 @@
name = cherokee_letters_tsalagi
description = cherokee letters
name = tsalagi_letters
description = tsalagi letters
depends = default
optional_depends = i3
author = Yona