diff --git a/src/main/resources/assets/sit-oth3r/lang/en_us.json b/src/main/resources/assets/sit-oth3r/lang/en_us.json index a0ee813..dd021bc 100644 --- a/src/main/resources/assets/sit-oth3r/lang/en_us.json +++ b/src/main/resources/assets/sit-oth3r/lang/en_us.json @@ -101,4 +101,6 @@ "gui.button.website": "Website" "sit!.console.connected": "Connected to Sit! server: %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!" } \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8cb7419..dd81d2b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "sit-oth3r", "version": "${version}", "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": [ "Oth3r" ],