File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ Also: This mod requires the **Fabric API** and Fabric Loader **0.16.0 or higher
2929PS: * You cannot use this mod on servers that don't use this mod. The commands are created server-side*
3030
3131# Changelog
32+ ## 1.0.3 (1.22.10)
33+ * For 1.22.10 compatibility
34+ * Updated dependencies
35+
3236## 1.0.2 (1.21.9)
3337* For 1.21.9 compatibility
3438* Updated dependencies (this is really important!)
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ org.gradle.parallel=true
44
55# Fabric Properties
66# check these on https://fabricmc.net/develop
7- minecraft_version =1.21.9
8- yarn_mappings =1.21.9 +build.1
7+ minecraft_version =1.21.10
8+ yarn_mappings =1.21.10 +build.3
99loader_version =0.18.4
1010loom_version =1.14-SNAPSHOT
1111
1212# Mod Properties
13- mod_version =1.0.2 +1.21.9
13+ mod_version =1.0.3 +1.21.10
1414maven_group =me.imgalvin.playerfinder
1515archives_base_name =player-finder
1616
1717# Dependencies
18- fabric_version =0.134.1 +1.21.9
18+ fabric_version =0.138.4 +1.21.10
Original file line number Diff line number Diff line change 2121 },
2222 "depends" : {
2323 "fabricloader" : " >=0.16.0" ,
24- "minecraft" : " 1.21.9 " ,
24+ "minecraft" : " 1.21.10 " ,
2525 "java" : " >=21" ,
26- "fabric-api" : " >=0.134.1 "
26+ "fabric-api" : " >=0.138.4 "
2727 }
2828}
You can’t perform that action at this time.
0 commit comments