Merge pull request #1927 from creeper123123321/patch-4

Remove "API" from name in fabric.mod.json
This commit is contained in:
Nassim 2020-07-23 16:12:42 +02:00 committed by GitHub
commit 076c5e5265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
}
}