Skip to content

Commit

Permalink
added back TOP and JEI deps (updated to 1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jun 18, 2024
1 parent 47fe493 commit 3adbbed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ sourceSets.main.resources { srcDir 'src/generated/resources' }
dependencies {
implementation "net.neoforged:neoforge:${neo_version}"

compileOnly("mcjty.theoneprobe:theoneprobe:${top_version}") {
implementation("mcjty.theoneprobe:theoneprobe:${top_version}") {
transitive = false
}

Expand All @@ -111,12 +111,12 @@ dependencies {
//runtimeOnly "vazkii.patchouli:Patchouli:${patchouli_version}"


compileOnly "mezz.jei:jei-1.20.6-common-api:${jei_version}"
compileOnly "mezz.jei:jei-1.20.6-neoforge-api:${jei_version}"
// compileOnly "mezz.jei:jei-${minecraft_version}-common-api:${jei_version}"
// compileOnly "mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}"
//runtimeOnly "mezz.jei:jei-${minecraft_version}-common:${jei_version}"
//runtimeOnly "mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}"
// compileOnly "mezz.jei:jei-1.20.6-common-api:${jei_version}"
// compileOnly "mezz.jei:jei-1.20.6-neoforge-api:${jei_version}"
compileOnly "mezz.jei:jei-${minecraft_version}-common-api:${jei_version}"
compileOnly "mezz.jei:jei-${minecraft_version}-neoforge-api:${jei_version}"
runtimeOnly "mezz.jei:jei-${minecraft_version}-common:${jei_version}"
runtimeOnly "mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}"

// Locally sourced extra mods for runtime (i.e. testing) - thanks AE2 for this idea
for (extraModJar in fileTree(dir: extraModsDir, include: '*.jar')) {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ neogradle.subsystems.parchment.minecraftVersion=1.20.6
neogradle.subsystems.parchment.mappingsVersion=2024.06.02

# Dependencies
jei_version=18.0.0.62
top_version=1.21_neo-12.0.0-1
jade_curse_id=5427817
top_version=1.20.5_neo-11.1.1-2
jei_version=19.0.0.3
patchouli_version=1.20.4-85-NEOFORGE-SNAPSHOT

0 comments on commit 3adbbed

Please sign in to comment.