Skip to content

Commit

Permalink
updated deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMCCrazyMan committed Aug 30, 2024
1 parent 5f668f6 commit 0a62e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.moddev' version '1.0.0'
id 'net.neoforged.moddev' version '1.0.19'
id 'me.shedaniel.unified-publishing' version '0.1.+'
}

Expand Down Expand Up @@ -163,8 +163,8 @@ unifiedPublishing {
project {
displayName = "[$minecraft_version] v$mod_version"
releaseType = artifact_type
gameVersions = [minecraft_version]
gameLoaders = ['neoforge']
gameVersions.addAll(minecraft_supported_versions.split(","))

mainPublication tasks.jar

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ minecraft_supported_versions=1.21,1.21.1
# NeoForge
neo_version=21.0.167
neo_version_range=[21,)
loader_version_range=[3,)
loader_version_range=[4,)

# Mappings
neoForge.parchment.minecraftVersion=1.21
Expand Down

0 comments on commit 0a62e01

Please sign in to comment.