mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Add texture overriding
This commit is contained in:
parent
43702ec6ac
commit
603297cc35
5 changed files with 111 additions and 5 deletions
|
@ -335,6 +335,11 @@ public:
|
|||
*/
|
||||
virtual void updateAliases(IItemDefManager *idef)=0;
|
||||
|
||||
/*
|
||||
Override textures from servers with ones specified in texturepack/override.txt
|
||||
*/
|
||||
virtual void applyTextureOverrides(const std::string &override_filepath)=0;
|
||||
|
||||
/*
|
||||
Update tile textures to latest return values of TextueSource.
|
||||
*/
|
||||
|
@ -378,4 +383,3 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue