* Add PatchManager - Allows you to patch terrain.png and items.png on the fly.

This can be used for modding, since you don't need to share copyrighted Mojang assets alongside your texture patches.
This commit is contained in:
iProgramInCpp
2023-08-09 22:13:04 +03:00
parent a7f56c5581
commit df47842c5e
14 changed files with 311 additions and 8 deletions

View File

@@ -126,3 +126,8 @@ bool AppPlatform::shiftPressed()
void AppPlatform::setOptionStrings(const std::vector<std::string>& vec)
{
}
std::string AppPlatform::getPatchData()
{
return "";
}