From f9eaea8a3fbee1cef8a1dcba56994d3de0b5a2c1 Mon Sep 17 00:00:00 2001 From: PotatoWolfie Date: Sun, 18 Jan 2026 10:07:57 -0500 Subject: [PATCH] Pull Request for fabric.mod.json Pull Request for fabric.mod.json --- src/main/resources/fabric.mod.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}