Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev/1.21.x/neo' into dev/1.21.x/neo
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Sep 5, 2024
2 parents c4d7554 + 69f3e4d commit 9f20010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21

archivesBaseName = project.archives_base_name
version = project.mod_version
version = "${project.mod_version}+mc${project.minecraft_version}"
group = project.maven_group

configurations {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ A mod that optimizes the Minecraft networking stack and entity tracker.
[[mixins]]
config = "krypton.mixins.json"

[[dependencies.servux]]
[[dependencies.krypton]]
modId = "neoforge"
type = "required"
versionRange = "[21,)"
ordering = "NONE"
side = "SERVER"

[[dependencies.servux]]
[[dependencies.krypton]]
modId = "minecraft"
type = "required"
versionRange = "[1.21,)"
Expand Down

0 comments on commit 9f20010

Please sign in to comment.