Credits page
This commit is contained in:
@@ -30,8 +30,10 @@ export interface ModListing {
|
||||
data: string;
|
||||
client?: string;
|
||||
worldgen?: string;
|
||||
// the manifest's credits file, markdown, shown on the credits screen
|
||||
credits?: string;
|
||||
// sha-256 in hex of each file, clients check these before using them
|
||||
sha256: { data: string; client?: string; worldgen?: string };
|
||||
sha256: { data: string; client?: string; worldgen?: string; credits?: string };
|
||||
}
|
||||
|
||||
// the texture atlas with every mod's textures, built by the server
|
||||
|
||||
Reference in New Issue
Block a user