File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
88loader_version =0.18.2
99
1010# Mod Properties
1111mod_version =0.3.0
1212maven_group =dev.keesmand
1313archives_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/
2020player_data_api =0.9.0+1.21.9
Original file line number Diff line number Diff line change 2222 "depends" : {
2323 "fabricloader" : " >=0.14.21" ,
2424 "fabric" : " *" ,
25- "minecraft" : " >=1.21.9 "
25+ "minecraft" : " >=1.21.11 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments