Remove "API" from name in fabric.mod.json

This commit is contained in:
creeper123123321 2020-07-23 10:56:54 -03:00 committed by GitHub
parent dae83d0e36
commit 01d534391d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "viaversion",
"name": "ViaVersion API",
"name": "ViaVersion",
"version": "${project.version}",
"description": "${project.description}",
"license": "MIT",
@ -28,4 +28,4 @@
"custom": {
"modmenu:api": true
}
}
}