File tree Expand file tree Collapse file tree
fabric/src/main/resources
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 ],
1111 "contact" : {
1212 "homepage" : " https://mikey.pro/" ,
13- "sources" : " https://github.com/michaelhillcox /auto-clicker-fabric " ,
14- "issues" : " https://github.com/michaelhillcox /auto-clicker-fabric /issues"
13+ "sources" : " https://github.com/advancedxray /auto-clicker" ,
14+ "issues" : " https://github.com/advancedxray /auto-clicker/issues"
1515 },
1616 "license" : " MIT" ,
17- "icon" : " assets/autoclicker-fabric /icon.png" ,
17+ "icon" : " assets/autoclicker/icon.png" ,
1818 "environment" : " client" ,
1919 "entrypoints" : {
2020 "client" : [
2828 "minecraft" : " >=1.21" ,
2929 "java" : " >=21"
3030 }
31- }
31+ }
Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ org.gradle.jvmargs=-Xmx2G
33org.gradle.parallel =true
44
55# Mod properties
6- mod_version = 21.0.4
6+ mod_version = 21.1.0
77maven_group = pro.mikey.autoclicker
88archives_name = autoclicker
99enabled_platforms = fabric,neoforge
1010
1111# Minecraft properties
12- minecraft_version = 1.21
13- yarn_mappings = 1.21+build.1
12+ minecraft_version = 1.21.1
13+ yarn_mappings = 1.21.1 +build.3
1414
1515# Dependencies
16- fabric_loader_version = 0.16.0
17- fabric_api_version = 0.102 .0+1.21
18- neoforge_version = 21.0.151
16+ fabric_loader_version = 0.16.5
17+ fabric_api_version = 0.104 .0+1.21.1
18+ neoforge_version = 21.1.51
1919yarn_mappings_patch_neoforge_version = 1.21+build.4
2020
21- modmenu = 11.0.1
21+ modmenu = 11.0.2
2222
2323curseforge_id =445095
2424modrinth_id =r8axuw4u
Original file line number Diff line number Diff line change 11modLoader = " javafml"
22loaderVersion = " [4,)"
3- # issueTrackerURL = ""
4- license = " Insert License Here "
3+ issueTrackerURL = " https://github.com/advancedxray/auto-clicker/issues "
4+ license = " MIT "
55
66[[mods ]]
77modId = " autoclicker"
88version = " ${version}"
99displayName = " Auto Clicker"
10- authors = " Me! "
10+ authors = " ErrorMikey "
1111description = '''
12- This is an example description! Tell everyone what your mod is about !
12+ Automatically left and right clicks for you, how kind !
1313'''
14- # logoFile = ""
14+ logoFile = " assets/autoclicker-fabric/icon.png "
1515
1616[[dependencies .autoclicker ]]
1717modId = " neoforge"
1818type = " required"
19- versionRange = " [21.0 ,)"
19+ versionRange = " [21.1 ,)"
2020ordering = " NONE"
2121side = " BOTH"
2222
2323[[dependencies .autoclicker ]]
2424modId = " minecraft"
2525type = " required"
26- versionRange = " [1.21,)"
26+ versionRange = " [1.21.1 ,)"
2727ordering = " NONE"
2828side = " BOTH"
2929
You can’t perform that action at this time.
0 commit comments