File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ 21.10 .0]
1+ ## [ 21.11 .0]
22
33### Changed
44
Original file line number Diff line number Diff line change @@ -110,15 +110,13 @@ publishMods {
110110 projectId = project. curseforge_id
111111 accessToken = providers. environmentVariable(" CURSE_DEPLOY_TOKEN" )
112112 minecraftVersions. add(" ${ minecraft_version} " )
113- minecraftVersions. add(" 1.21.10" )
114113 javaVersions. add(JavaVersion . VERSION_21 )
115114 }
116115
117116 def modrinthOptions = modrinthOptions {
118117 accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
119118 projectId = project. modrinth_id
120119 minecraftVersions. add(" ${ minecraft_version} " )
121- minecraftVersions. add(" 1.21.10" )
122120 }
123121
124122 def fabricOptions = createOptions(" fabric" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
33org.gradle.parallel =true
44
55# Mod properties
6- mod_version = 21.10 .0
6+ mod_version = 21.11 .0
77maven_group = pro.mikey.autoclicker
88archives_name = autoclicker
99enabled_platforms = fabric,neoforge
You can’t perform that action at this time.
0 commit comments