Add files via upload
1
tsalagi/depends.txt
Normal file
@ -0,0 +1 @@
|
||||
default
|
33
tsalagi/init.lua
Normal 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
@ -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
After Width: | Height: | Size: 5.3 KiB |
BIN
tsalagi/textures/002_e.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/003_i.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/004_o.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/005_u.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
tsalagi/textures/006_v.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/007_ga.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/008_ka.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/009_ge.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/010_gi.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/011_go.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/012_gu.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
tsalagi/textures/013_gv.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/014_ha.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/015_he.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/016_hi.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/017_ho.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
tsalagi/textures/018_hu.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
tsalagi/textures/019_hv.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
tsalagi/textures/020_la.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/021_le.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/022_li.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/023_lo.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/024_lu.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/025_lv.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/026_ma.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/027_me.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/028_mi.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/029_mo.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/030_mu.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/031_mv.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/032_na.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/033_hna.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
tsalagi/textures/034_nha.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/035_ne.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/036_ni.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/037_no.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
tsalagi/textures/038_nu.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/039_nv.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/040_qua.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
tsalagi/textures/041_que.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/042_qui.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/043_quo.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/044_quu.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
tsalagi/textures/045_quv.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/046_s.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/047_sa.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/048_se.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/049_si.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/050_so.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/051_su.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/052_sv.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/053_da.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
tsalagi/textures/054_ta.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/055_de.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/056_te.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/057_di.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/058_ti.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/059_do.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/060_du.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/061_dv.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/062_dla.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/063_tla.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
tsalagi/textures/064_tle.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
tsalagi/textures/065_tli.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/066_tlo.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/067_tlu.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/068_tlv.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/069_tsa.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/070_tse.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/071_tsi.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/072_tso.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/073_tsu.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/074_tsv.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/075_wa.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/076_we.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
tsalagi/textures/077_wi.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/078_wo.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
tsalagi/textures/079_wu.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/080_wv.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/081_ya.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
tsalagi/textures/082_ye.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
tsalagi/textures/083_yi.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
tsalagi/textures/084_yo.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
tsalagi/textures/085_yu.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
tsalagi/textures/086_yv.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
tsalagi/textures/087___.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
tsalagi/textures/088_exclamation.png
Normal file
After Width: | Height: | Size: 279 B |
BIN
tsalagi/textures/089_question.png
Normal file
After Width: | Height: | Size: 420 B |