forked from OctoWoW/OctoLauncher
Update src/common/mods.ts
This commit is contained in:
+4
-4
@@ -67,15 +67,15 @@ export const MODS: ModEntry[] = [
|
|||||||
{
|
{
|
||||||
id: 'nampower',
|
id: 'nampower',
|
||||||
name: 'nampower',
|
name: 'nampower',
|
||||||
version: 'v4.6.0',
|
version: 'v4.6.2',
|
||||||
description:
|
description:
|
||||||
'A client modification that minimizes your input lag if you have higher latency.',
|
'A client modification that minimizes your input lag if you have higher latency.',
|
||||||
repoUrl: 'https://gitea.com/avitasia/nampower',
|
repoUrl: 'https://github.com/Emyrk/nampower',
|
||||||
requires: ['vanillaFixes'],
|
requires: ['vanillaFixes'],
|
||||||
source: {
|
source: {
|
||||||
kind: 'directFile',
|
kind: 'directFile',
|
||||||
url: 'https://gitea.com/avitasia/nampower/releases/download/v4.6.0/nampower.dll',
|
url: 'https://github.com/Emyrk/nampower/releases/download/v4.6.2/nampower.dll',
|
||||||
pinnedTag: 'v4.6.0',
|
pinnedTag: 'v4.6.2',
|
||||||
assetName: 'nampower.dll'
|
assetName: 'nampower.dll'
|
||||||
},
|
},
|
||||||
registerInDllsTxt: 'nampower.dll'
|
registerInDllsTxt: 'nampower.dll'
|
||||||
|
|||||||
Reference in New Issue
Block a user