Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,4 +38,4 @@
"java": ">=21",
"b100lib": ">=0.1 <0.2"
}
}
}