mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Removed the local cached copy of the built in TGA encoder.
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user