Skip to content

Commit

Permalink
[Wurst-Bot] Update to 23w31a
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Aug 7, 2023
1 parent 28e12e5 commit ec0daeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ curseforge {
changelogType = "html"
changelog = file("changelog.txt")
releaseType = "release"
addGameVersion "1.20.1"
addGameVersion "1.20.2-Snapshot"
addGameVersion "Fabric"

mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<p>A changelog can be found at:&nbsp;<a href="https://www.wimods.net/wi-zoom/wi-zoom-1-4/?mc=1.20.1&utm_source=CurseForge&amp;utm_medium=WI+Zoom&amp;utm_campaign=Changelog&amp;utm_content=WI+Zoom+1.4+MC1.20.1.1-rc1">https://www.wimods.net/wi-zoom/wi-zoom-1-4/</a></p>
<p><strong>Note:</strong> This mod requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/4576160" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 1.20.1</a>.</p>
<p>A changelog can be found at:&nbsp;<a href="https://www.wimods.net/wi-zoom/wi-zoom-1-4/?mc=23w31a&utm_source=CurseForge&amp;utm_medium=WI+Zoom&amp;utm_campaign=Changelog&amp;utm_content=WI+Zoom+1.4+MC23w31a.1-rc1">https://www.wimods.net/wi-zoom/wi-zoom-1-4/</a></p>
<p><strong>Note:</strong> This mod requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/4686535" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 23w31a</a>.</p>
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
loader_version=0.14.21
minecraft_version=23w31a
yarn_mappings=23w31a+build.12
loader_version=0.14.22

#Fabric api
fabric_version=0.83.0+1.20.1
fabric_version=0.86.1+1.20.2

# Mod Properties
mod_version = 1.4-MC1.20.1
mod_version = 1.4-MC23w31a
maven_group = net.wurstclient.zoom
archives_base_name = WI-Zoom

Expand Down

0 comments on commit ec0daeb

Please sign in to comment.