Update mappings, loader and Fabric API to 1.19. Update Loom to 0.12-SNAPSHOT (the version most 1.19 mods use). (#14)

This commit is contained in:
Cloudperry 2022-06-10 03:27:26 +03:00 committed by GitHub
parent 9bc1dcdc51
commit 2f6e31c11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "betterpingdisplay",
"version": "1.1.1",
"version": "1.1.2",
"name": "Better Ping Display",
"description": "Shows the actual ping number instead of just bars in the player list!",
@ -28,8 +28,8 @@
],
"depends": {
"fabricloader": ">=0.12",
"minecraft": "1.18.x"
"fabricloader": ">=0.14",
"minecraft": "1.19.x"
},
"suggests": {}
}