Add files via upload

This commit is contained in:
Yona 2023-10-03 08:17:28 -04:00 committed by GitHub
parent 09aceed94d
commit 5b42a84a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
92 changed files with 40 additions and 0 deletions

1
tsalagi/depends.txt Normal file
View File

@ -0,0 +1 @@
default

33
tsalagi/init.lua Normal file
View File

@ -0,0 +1,33 @@
--Cherokee Tsalagi mod
--by Yona
-- v 0.1 (17_March_2023)
local tsalagi_list = {
"001_a","002_e","003_i","004_o","005_u","006_v","007_ga","008_ka","009_ge","010_gi","011_go","012_gu","013_gv","014_ha","015_he","016_hi","017_ho","018_hu","019_hv","020_la","021_le","022_li","023_lo","024_lu","025_lv","026_ma","027_me","028_mi","029_mo","030_mu","031_mv","032_na","033_hna","034_nha","035_ne","036_ni","037_no","038_nu","039_nv","040_qua","041_que","042_qui","043_quo","044_quu","045_quv","046_s","047_sa","048_se","049_si","050_so","051_su","052_sv","053_da","054_ta","055_de","056_te","057_di","058_ti","059_do","060_du","061_dv","062_dla","063_tla","064_tle","065_tli","066_tlo","067_tlu","068_tlv","069_tsa","070_tse","071_tsi","072_tso","073_tsu","074_tsv","075_wa","076_we","077_wi","078_wo","079_wu","080_wv","081_ya","082_ye","083_yi","084_yo","085_yu","086_yv", "087___","088_exclamation","089_question"
}
for _, i in ipairs(tsalagi_list) do
minetest.register_node("cherokee_letters_tsalagi:tsalagi"..i, {
tiles = {i..".png"},
inventory_image = i..".png",
sunlight_propagates = true,
paramtype = "light",
walkable = true,
climbable = false,
diggable = true,
drawtype = "nodebox",
groups = { choppy = 3, oddly_breakable_by_hand = 1},
--material = minetest.digprop_constanttime(1.0),
description = i
})
end
table.remove(tsalagi_list, 1)
if minetest.get_modpath("i3") then
i3.compress("cherokee_letters_tsalagi:tsalagi001_a", {
replace = "001_a",
by = tsalagi_list
})
end

6
tsalagi/mod.conf Normal file
View File

@ -0,0 +1,6 @@
name = cherokee_letters_tsalagi
description = cherokee letters
depends = default
optional_depends = i3
author = Yona
title = Tsalagi

BIN
tsalagi/textures/001_a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
tsalagi/textures/002_e.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/003_i.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/004_o.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/005_u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
tsalagi/textures/006_v.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/007_ga.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/008_ka.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/009_ge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/010_gi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
tsalagi/textures/011_go.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/012_gu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
tsalagi/textures/013_gv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/014_ha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
tsalagi/textures/015_he.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/016_hi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
tsalagi/textures/017_ho.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
tsalagi/textures/018_hu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
tsalagi/textures/019_hv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
tsalagi/textures/020_la.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/021_le.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/022_li.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/023_lo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/024_lu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
tsalagi/textures/025_lv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/026_ma.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/027_me.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/028_mi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/029_mo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/030_mu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/031_mv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/032_na.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/035_ne.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/036_ni.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/037_no.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
tsalagi/textures/038_nu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/039_nv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/046_s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/047_sa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/048_se.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/049_si.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/050_so.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/051_su.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/052_sv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/053_da.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
tsalagi/textures/054_ta.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/055_de.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/056_te.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/057_di.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/058_ti.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/059_do.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/060_du.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/061_dv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/075_wa.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/076_we.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
tsalagi/textures/077_wi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/078_wo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
tsalagi/textures/079_wu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/080_wv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/081_ya.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
tsalagi/textures/082_ye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
tsalagi/textures/083_yi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
tsalagi/textures/084_yo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
tsalagi/textures/085_yu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
tsalagi/textures/086_yv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
tsalagi/textures/087___.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B