Skip to content

Commit

Permalink
[Wurst-Bot] Update to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Apr 29, 2024
1 parent efd351a commit f954623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ curseforge {
changelogType = "html"
changelog = file("changelog.txt")
releaseType = "release"
addGameVersion "1.20.5-Snapshot"
addGameVersion "1.20.6"
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/mo-glass/mo-glass-1-8/?mc=1.20.6-rc1&utm_source=CurseForge&utm_medium=Mo+Glass&utm_campaign=Changelog&utm_content=Mo+Glass+MC1.20.6-rc1">https://www.wimods.net/mo-glass/mo-glass-1-8/</a></p>
<p><strong>Note:</strong> This mod requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/5293021" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 1.20.6-rc1</a>.</p>
<p>A changelog can be found at:&nbsp;<a href="https://www.wimods.net/mo-glass/mo-glass-1-8/?mc=1.20.6&utm_source=CurseForge&utm_medium=Mo+Glass&utm_campaign=Changelog&utm_content=Mo+Glass+MC1.20.6">https://www.wimods.net/mo-glass/mo-glass-1-8/</a></p>
<p><strong>Note:</strong> This mod requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/5298745" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 1.20.6</a>.</p>
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ org.gradle.parallel=true
# Fabric Properties
# check these at https://fabricmc.net/develop/ and
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.20.6-rc1
yarn_mappings=1.20.6-rc1+build.4
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10

#Fabric api
fabric_version=0.97.6+1.20.6
fabric_version=0.97.8+1.20.6

# Mod Properties
mod_version = 1.8-MC1.20.6-rc1
mod_version = 1.8-MC1.20.6
maven_group = net.wurstclient.glass
archives_base_name = Mo-Glass

Expand Down

0 comments on commit f954623

Please sign in to comment.