Skip to content

Commit

Permalink
add Mekanism runtime dep (not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclowndu93150 committed Apr 27, 2024
1 parent 0605ff1 commit e198294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group = mod_group_id

repositories {
mavenLocal()
maven { url 'https://modmaven.dev/' }
}

base {
Expand Down Expand Up @@ -84,6 +85,8 @@ dependencies {
// For all intends and purposes: You can treat this dependency as if it is a normal library you would use.
implementation "net.neoforged:neoforge:${neo_version}"

runtimeOnly "mekanism:Mekanism:1.20.4-10.5.8.30"

// Example mod dependency with JEI
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
// compileOnly "mezz.jei:jei-${mc_version}-common-api:${jei_version}"
Expand Down

0 comments on commit e198294

Please sign in to comment.