
* Initial 1.17 update Known issue: heads are invisible in tab menu * Update CustomPlayerListHud.java Fix invisible player heads, thanks to IMS#7902 on Discord * Update gradle.properties Remove reference to local Java install
36 lines
769 B
JSON
36 lines
769 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "betterpingdisplay",
|
|
"version": "1.1",
|
|
|
|
"name": "Better Ping Display",
|
|
"description": "Shows the actual ping number instead of just bars in the player list!",
|
|
"authors": [
|
|
"Quintinity"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://github.com/vladmarica/better-ping-display-fabric",
|
|
"sources": "https://github.com/vladmarica/better-ping-display-fabric"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/modid/icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
"com.vladmarica.betterpingdisplay.BetterPingDisplayMod"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"betterpingdisplay.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"minecraft": "1.17.x"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*"
|
|
}
|
|
}
|