Is there a way of dynamically loading and changing a texture (perferablly without the usage of resource packs?) #3708
Unanswered
NGSpace
asked this question in
Mod Dev Support
Replies: 1 comment 1 reply
-
|
NativeImageBackedTexture. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am making a mod and I want the mod to be able to load (and also change) textures made by the user (perferablly through a png file) and draw it on the screen. but i was not able to find a way either by scrolling through the api or google...
#I found the answer!
Note: The texture must be registered first!
Beta Was this translation helpful? Give feedback.
All reactions