mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-19 23:03:28 +00:00
tried jei, did not work
This commit is contained in:
parent
33b98200b3
commit
079370e208
@ -27,6 +27,8 @@ val junitVersion: String by project
|
||||
val assertjVersion: String by project
|
||||
val topVersion: String by project
|
||||
val reiVersion: String by project
|
||||
val jeiVersion: String by project
|
||||
val jeiMcVersion: String by project
|
||||
|
||||
version = modVersion
|
||||
group = modGroupId
|
||||
@ -177,9 +179,9 @@ dependencies {
|
||||
|
||||
// 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-${minecraftVersion}-common-api:${jei_version}")
|
||||
// compileOnly("mezz.jei:jei-${minecraftVersion}-forge-api:${jei_version}")
|
||||
// runtimeOnly("mezz.jei:jei-${minecraftVersion}-forge:${jei_version}")
|
||||
// compileOnly("mezz.jei:jei-${jeiMcVersion}-common-api:${jeiVersion}")
|
||||
// compileOnly("mezz.jei:jei-${jeiMcVersion}-neoforge-api:${jeiVersion}")
|
||||
// runtimeOnly("mezz.jei:jei-${jeiMcVersion}-neoforge:${jeiVersion}")
|
||||
|
||||
// Example mod dependency using a mod jar from ./libs with a flat dir repository
|
||||
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
|
||||
|
@ -46,3 +46,5 @@ junitVersion=5.10.2
|
||||
assertjVersion=3.25.1
|
||||
topVersion=1.21_neo-12.0.0-1
|
||||
reiVersion=16.0.729
|
||||
jeiVersion=19.0.0.9
|
||||
jeiMcVersion=1.21
|
Loading…
x
Reference in New Issue
Block a user