mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Error messages when used with Ethereal #269

Closed alerikaisattera closed 2 years ago

alerikaisattera commented 2 years ago

When this mod is installed together with Ethereal, multiples error messages are displayed on loading. This does not affect gameplay.

Sample message: ERROR[Main]: generateImage(): Could not load image "redwood_wood.png" while building texture; Creating a dummy image
S-S-X commented 2 years ago

What mod versions are you using for Ethereal and Technic? From ContentDB, from Git or something else?

Reason is probably outdated Technic mod. Latest in ContentDB should be already using new Ethereal texture names.

Reason why I'm asking is because Technic CNC registers nodes for Ethereal nodes https://github.com/mt-mods/technic/blob/master/technic_cnc/materials/ethereal.lua And one of those nodes is ethereal:redwood_wood which uses redwood_wood.png https://github.com/mt-mods/technic/blob/b26132a98b1edf1ac5957d4649b9a6b49787d106/technic_cnc/materials/ethereal.lua#L60-L65

It used redwood_wood.png before which is texture name in older Ethereal versions, Technic mod updated to use new texture names here: https://github.com/mt-mods/technic/commit/dc79537fee0374155363f813ad5f1d0f15e39acb

S-S-X commented 2 years ago

Closing this as it does not seem to be a problem with current version of Technic mod.