adds texture api (#9)

This commit is contained in:
wsor4035
2024-03-03 14:14:02 -05:00
committed by GitHub
parent 95d24b4e26
commit e73007760e
2 changed files with 180 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ local modpath = minetest.get_modpath("xcompat")
xcompat = {
sounds = dofile(modpath .. "/src/sounds.lua"),
materials = dofile(modpath .. "/src/materials.lua"),
textures = dofile(modpath .. "/src/textures.lua"),
}
local function validate_sound(key)