diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 81cf550..9d3cada 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, "id": "fullscreenfix", - "version": "${version}", + "version": "2.2.1", "name": "Borderless Fullscreen", - "description": "Borderless Fullscreen", + "description": "This mod changes Minecraft's fullscreen mode and makes it more customizable. By default, it makes the game not minimize on lost focus, and allows other windows on top of the game.", "authors": [ - "Me!" + "Bestsoft100" ], "contact": { "homepage": "https://github.com/Bestsoft101/Better-Fullscreen", @@ -38,4 +38,4 @@ "java": ">=21", "b100lib": ">=0.1 <0.2" } -} \ No newline at end of file +}