-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render issues near the bottom of the map. #41
Comments
Likely related to #33 |
Ok thanks, let me know if there is anything i can do to help with this issue. |
Can you please tell what game and mods are you using? Pink should appear rarely if ever, seems like an issue with texture resolver. |
minetest_game is the default game etherealNG is likely the one needing attention... since those pink areas i think are mostly from etherealNG mod ( latest version ) https://notabug.org/tenplus1/ethereal |
i checked ingame and those pink areas are ethereal:dry_dirt blocks |
this is the definition for it in node_dump.json
|
ok i think the issue is likely on my end, as its not finding the image.. i ll do some more troubleshooting. find ../minetest/mods/ethereal/ -name "ethereal_dry_dirt.png" |
I suspect the pink nodes appear because providing path to both mods and minetest_game is currently impossible, so node is there but textures for it just didn't load. Node definition in |
i patched your code to load both in 2 separate mediaCache objects ;) i ll find the bug , its probably in my code. |
wierd rendering issues near the bottom of the map...
The text was updated successfully, but these errors were encountered: