forked from VoxeLibre/VoxeLibre
Removed the local cached copy of the built in TGA encoder.
This commit is contained in:
parent
93913ed780
commit
c4981d894c
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue