Skip to content

Commit a0af1a1

Browse files
committed
dependency updates for 1.21.11
1 parent 9eddc99 commit a0af1a1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
// Fabric API. This is technically optional, but you probably want it anyway.
2626
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2727

28-
include(modImplementation('me.lucko:fabric-permissions-api:0.5.0'))
28+
include(modImplementation('me.lucko:fabric-permissions-api:0.6.1'))
2929
modImplementation include("eu.pb4:player-data-api:${project.player_data_api}")
3030
}
3131

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://modmuss50.me/fabric.html
6-
minecraft_version=1.21.9
7-
yarn_mappings=1.21.9+build.1
6+
minecraft_version=1.21.11
7+
yarn_mappings=1.21.11+build.2
88
loader_version=0.18.2
99

1010
# Mod Properties
1111
mod_version=0.3.0
1212
maven_group=dev.keesmand
1313
archives_base_name=magnet-command
14-
supported_minecraft_version=1.21.9
14+
supported_minecraft_version=1.21.11
1515

1616
# Dependencies
1717
# check this on https://modmuss50.me/fabric.html
18-
fabric_version=0.134.0+1.21.9
18+
fabric_version=0.139.4+1.21.11
1919
# check this on https://maven.nucleoid.xyz/eu/pb4/player-data-api/
2020
player_data_api=0.9.0+1.21.9

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"depends": {
2323
"fabricloader": ">=0.14.21",
2424
"fabric": "*",
25-
"minecraft": ">=1.21.9"
25+
"minecraft": ">=1.21.11"
2626
}
2727
}

0 commit comments

Comments
 (0)