mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
parent
b7e886a740
commit
c03894321a
1 changed files with 0 additions and 8 deletions
|
@ -181,14 +181,6 @@ fractal = nil
|
||||||
frac_emb = nil
|
frac_emb = nil
|
||||||
checker = nil
|
checker = nil
|
||||||
|
|
||||||
do
|
|
||||||
-- we used to write the textures to our mod folder. in order to avoid
|
|
||||||
-- duplication errors delete them if they still exist.
|
|
||||||
local path = core.get_modpath(core.get_current_modname()) .. "/textures/"
|
|
||||||
os.remove(path .. "testnodes_generated_mb.png")
|
|
||||||
os.remove(path .. "testnodes_generated_ck.png")
|
|
||||||
end
|
|
||||||
|
|
||||||
local textures_path = core.get_worldpath() .. "/"
|
local textures_path = core.get_worldpath() .. "/"
|
||||||
core.safe_file_write(
|
core.safe_file_write(
|
||||||
textures_path .. "testnodes1.png",
|
textures_path .. "testnodes1.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue