mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-18 16:17:45 +01:00
Tidy up fabric.mod.json file of fabric platform (#695)
This commit is contained in:
parent
2f60c79ed8
commit
bf3834ab21
@ -6,7 +6,7 @@
|
|||||||
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://github.com/ViaVersion/ViaBackwards",
|
"homepage": "https://viaversion.com/backwards",
|
||||||
"issues": "https://github.com/ViaVersion/ViaBackwards/issues",
|
"issues": "https://github.com/ViaVersion/ViaBackwards/issues",
|
||||||
"sources": "https://github.com/ViaVersion/ViaBackwards"
|
"sources": "https://github.com/ViaVersion/ViaBackwards"
|
||||||
},
|
},
|
||||||
@ -30,5 +30,12 @@
|
|||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
"viarewind": "*"
|
"viarewind": "*"
|
||||||
}
|
},
|
||||||
|
"custom": {
|
||||||
|
"modmenu:api": true,
|
||||||
|
"modmenu": {
|
||||||
|
"badges": [ "library" ],
|
||||||
|
"parent": "viafabric"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user