Removed the local cached copy of the built in TGA encoder.

This commit is contained in:
Michieal 2022-11-04 22:18:46 +00:00 committed by cora
parent 93913ed780
commit c4981d894c
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ local map_textures_path = worldpath .. "/mcl_maps/"
minetest.mkdir(map_textures_path)
-- overwrite the builtin tga_encoder
dofile(modpath .. "/tga_encoder_init.lua")
local function load_json_file(name)
local file = assert(io.open(modpath .. "/" .. name .. ".json", "r"))
local data = minetest.parse_json(file:read())