Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 17, 2024
2 parents 97d2f94 + dad0005 commit 68974cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("eclipse")
id("idea")
id("maven-publish")
id("net.neoforged.gradle.userdev") version "7.0.120"
id("net.neoforged.gradle.userdev") version "7.0.124"
// Kotlin Dependencies
kotlin("jvm") version "1.9.23"
// OPTIONAL:
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ minecraft_version=1.20.6
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20.6,1.21)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=20.6.43-beta
neo_version=20.6.62-beta
# The Neo version range can use any version of Neo as bounds
neo_version_range=[20.5,)
neo_version_range=[20.6,)
# The loader version range can only use the major version of FML as bounds
loader_version_range=[2,)
# Mods using Kotlin entrypoints use KFF as a loader, which has different versioning
kff_version=5.0.2
kff_version_range=[5,)
kff_version=5.1.0
kff_version_range=[5.1,6)

## Mod Properties

Expand Down

0 comments on commit 68974cd

Please sign in to comment.