new desc + translation support

This commit is contained in:
Oth3r 2024-10-01 14:50:03 -05:00
commit c6c9414b0b
2 changed files with 3 additions and 1 deletions

View file

@ -101,4 +101,6 @@
"gui.button.website": "Website" "gui.button.website": "Website"
"sit!.console.connected": "Connected to Sit! server: %s", "sit!.console.connected": "Connected to Sit! server: %s",
"sit!.console.player_settings": "Received custom sitting settings from %s!", "sit!.console.player_settings": "Received custom sitting settings from %s!",
"modmenu.descriptionTranslation.sit-oth3r": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.\n Players can have their own sitting settings when using the Sit! client on the server!"
} }

View file

@ -3,7 +3,7 @@
"id": "sit-oth3r", "id": "sit-oth3r",
"version": "${version}", "version": "${version}",
"name": "Sit!", "name": "Sit!",
"description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.", "description": "Adds sitting to minecraft! Endless customizability for hand restrictions and sittable blocks.\n Players can have their own sitting settings when using the Sit! client on the server!",
"authors": [ "authors": [
"Oth3r" "Oth3r"
], ],