File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,13 +113,17 @@ publishMods {
113113 projectId = project. curseforge_id
114114 accessToken = providers. environmentVariable(" CURSE_DEPLOY_TOKEN" )
115115 minecraftVersions. add(" ${ minecraft_version} " )
116+ minecraftVersions. add(" 1.21.3" )
117+ minecraftVersions. add(" 1.21.4" )
116118 javaVersions. add(JavaVersion . VERSION_21 )
117119 }
118120
119121 def modrinthOptions = modrinthOptions {
120122 accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
121123 projectId = project. modrinth_id
122124 minecraftVersions. add(" ${ minecraft_version} " )
125+ minecraftVersions. add(" 1.21.3" )
126+ minecraftVersions. add(" 1.21.4" )
123127 }
124128
125129 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.1.0
6+ mod_version = 21.1.1
77maven_group = pro.mikey.autoclicker
88archives_name = autoclicker
99enabled_platforms = fabric,neoforge
You can’t perform that action at this time.
0 commit comments