Skip to content

Commit

Permalink
Add manual lib for NeoForge testing in dev env.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 15, 2024
1 parent da04ee0 commit ea259fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ fabric-api = "0.97.0+1.20.4"

fabric-forgeConfigPort = "20.4.3"
fabric-rei = "13.1.706+fabric"
fabric-markdownManual = "MC1.20.2-fabric-1.2.6"
fabric-markdownManual = "MC1.20.4-fabric-1.2.6"

fabric-tooltipfix = "1.1.1-1.20"

forge-platform = "1.20.4-49.0.41"

forge-markdownManual = "MC1.20.2-forge-1.2.6"
forge-markdownManual = "MC1.20.4-forge-1.2.6"

neoforge-platform = "20.4.227"
neoforge-loader = "2"

neoforge-markdownManual = "MC1.20.4-neoforge-1.2.6"

[plugins]
loom = { id = "dev.architectury.loom", version = "1.6-SNAPSHOT" }
architectury = { id = "architectury-plugin", version = "3.4-SNAPSHOT" }
Expand Down Expand Up @@ -49,3 +51,5 @@ forge-manual = { group = "maven.modrinth", name = "markdownmanual", version.ref

neoforge-platform = { group = "net.neoforged", name = "neoforge", version.ref = "neoforge-platform" }
neoforge-architectury = { group = "dev.architectury", name = "architectury-neoforge", version.ref = "architectury" }

neoforge-manual = { group = "maven.modrinth", name = "markdownmanual", version.ref = "neoforge-markdownManual" }
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
neoForge(libs.neoforge.platform)
modImplementation(libs.neoforge.architectury)

// modImplementation(libs.neoforge.manual)
modImplementation(libs.neoforge.manual)
}

tasks {
Expand Down

0 comments on commit ea259fd

Please sign in to comment.