wintersknight94 / NC_Adamant

A mod for NodeCore that adds Adamant, a new metal.
GNU General Public License v3.0
0 stars 1 forks source link

"missing txp override images" #1

Open VanessaE opened 3 years ago

VanessaE commented 3 years ago

I cloned this mod and installed it in my Nodecore server (daconcepts.com port 30003), which came from the official git repository (last updated yesterday), and runs on Minetest 5.4.0. It throws errors to the log complaining about missing images. These, as an example:

2021-03-22 05:26:07: WARNING[Server]: missing txp override images:
    /home/minetest/.minetest/worlds/Nodecore_World/worldmods/nc_adamant/textures/txp_nc_adamant_prill_annealed_inv.png
    /home/minetest/.minetest/worlds/Nodecore_World/worldmods/nc_adamant/textures/txp_nc_adamant_prill_hot_inv.png
    /home/minetest/.minetest/worlds/Nodecore_World/worldmods/nc_adamant/textures/txp_nc_adamant_prill_tempered_inv.png
    /home/minetest/.minetest/worlds/Nodecore_World/worldmods/nc_adamant/textures/txp_nc_adamant_tool_hatchet_annealed_infused_inv.png

...plus quite a few more.

I did not let the server finish starting up, so I don't know if these errors manifested anything in-game.

Warr1024 commented 2 years ago

IIRC the "txp override" system was retired from NodeCore (since MT added proper overridability for the affected texture types) so this issue is probably already fixed.