Skip to content

Commit

Permalink
forge 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Dec 26, 2023
1 parent f20a63b commit 9a9ce03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'idea'
id 'net.minecraftforge.gradle' version '[6.0.14,6.2)'
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
id 'org.spongepowered.mixin'
id 'org.parchmentmc.librarian.forgegradle'
id 'maven-publish'
id "me.modmuss50.mod-publish-plugin" version "0.4.0"
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
}

archivesBaseName = project.mod_name
Expand All @@ -17,6 +17,8 @@ println "Java: ${System.getProperty 'java.version'}, JVM: ${System.getProperty '
minecraft {
mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}"

copyIdeResources = true

accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

runs {
Expand Down Expand Up @@ -154,7 +156,7 @@ processJar(tasks.jarJar)

publishMods {
file = tasks.jarJar.archiveFile
changelog = new File("changelog/${mod_version}.md").text
changelog = file("changelog/${mod_version}.md").text
version = mod_version
type = STABLE
displayName = "[Forge]Visuality: Reforged ${mod_version} for ${minecraft_version}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ maven_group = plus.dragons.visuality
mod_name = visuality-forge
mod_id = visuality
mod_version = 2.0.2
minecraft_version = 1.20.3
forge_version = 49.0.2
minecraft_version = 1.20.4
forge_version = 49.0.11

# Build Dependency Versions
forgegradle_version = 6.0.14
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ issueTrackerURL="https://github.com/ChannelingMC/visuality-forge/issues/"
[[dependencies.visuality]]
modId="minecraft"
mandatory=true
versionRange="[1.20.3,1.21)"
versionRange="[1.20.4,1.21)"
ordering="NONE"
side="BOTH"

0 comments on commit 9a9ce03

Please sign in to comment.