Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3

minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
# Mod Properties
mod_version = 1.0.1
maven_group = com.ishland.fabric
archives_base_name = fix-keyboard-on-linux

# Dependencies
fabric_version=0.55.1+1.19
fabric_version=0.100.7+1.21
7 changes: 3 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
],

"depends": {
"fabricloader": ">=0.14.6",
"minecraft": ">=1.18.2",
"java": ">=17"
"fabricloader": ">=0.15.11",
"minecraft": ">=1.21",
"java": ">=21"
Comment thread
ArduFish marked this conversation as resolved.
Outdated
},
"suggests": {
"another-mod": "*"
}
}