Data pack management
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <QFrame>
|
||||
|
||||
#include "minecraft/mod/DataPack.h"
|
||||
#include "minecraft/mod/Mod.h"
|
||||
#include "minecraft/mod/ResourcePack.h"
|
||||
#include "minecraft/mod/TexturePack.h"
|
||||
@@ -63,6 +64,7 @@ class InfoFrame : public QFrame {
|
||||
void updateWithMod(Mod const& m);
|
||||
void updateWithResource(Resource const& resource);
|
||||
void updateWithResourcePack(ResourcePack& rp);
|
||||
void updateWithDataPack(DataPack& rp);
|
||||
void updateWithTexturePack(TexturePack& tp);
|
||||
|
||||
static QString renderColorCodes(QString input);
|
||||
|
||||
Reference in New Issue
Block a user