Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NeoForge branch for recent mods.toml change #460

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fabric_api_version=0.91.1+1.20.4
mod_menu_version=7.0.0

forge_version=49.0.3
neoforge_version=20.4.3-beta
neoforge_version=20.4.46-beta

curseforge_id=419699
modrinth_id=lhGA9TYQ
6 changes: 3 additions & 3 deletions neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ license = "LGPL-3"

[[dependencies.architectury]]
modId = "minecraft"
mandatory = true
type = "required"
versionRange = "[1.20.3,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.architectury]]
modId = "neoforge"
mandatory = true
versionRange = "[20.3,)"
type = "required"
versionRange = "[20.4.40-beta,)"
ordering = "NONE"
side = "BOTH"

Expand Down
Loading