mirror of
https://github.com/JonasunderscoreJones/YetAnotherDiscordChatLink.git
synced 2025-10-22 16:29:19 +02:00
port to 1.21
This commit is contained in:
parent
d0dcc98ac4
commit
c4f6e9f984
2 changed files with 6 additions and 6 deletions
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.6
|
||||
yarn_mappings=1.20.6+build.1
|
||||
loader_version=0.15.10
|
||||
minecraft_version=1.21
|
||||
yarn_mappings=1.21+build.2
|
||||
loader_version=0.15.11
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.1.3
|
||||
mod_version=1.1.4
|
||||
maven_group=dev.jonasjones
|
||||
archives_base_name=yet-another-discord-chat-link
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.97.8+1.20.6
|
||||
fabric_version=0.100.3+1.21
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.22",
|
||||
"minecraft": "~1.20.2",
|
||||
"minecraft": ">=1.20",
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue