Skip to content

Commit bcfec3b

Browse files
committed
bumped version and added JEI
1 parent bb4ca70 commit bcfec3b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

neoforge/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ repositories {
3838
url = "https://maven.ithundxr.dev/snapshots"
3939
}
4040

41+
maven {
42+
name = "Jared's maven (jei)"
43+
url = "https://maven.blamejared.com/"
44+
}
45+
4146
exclusiveContent {
4247
forRepository {
4348
maven {
@@ -160,6 +165,8 @@ dependencies {
160165
implementation("folk.sisby:kaleido-config:${kaleido_version}")
161166
jarJar(group: 'folk.sisby', name: 'kaleido-config', version: '[${kaleido_version},)')
162167
additionalRuntimeClasspath("folk.sisby:kaleido-config:${kaleido_version}")
168+
169+
runtimeOnly("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")
163170
}
164171

165172
// This block of code expands all declared replace properties in the specified resource targets.

neoforge/gradle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mod_name=CC:C Bridge
3232
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3333
mod_license=Apache-2.0
3434
# The mod version. See https://semver.org/
35-
mod_version=1.7.1
35+
mod_version=1.7.2
3636
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3737
# This should match the base package used for the mod sources.
3838
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
@@ -54,4 +54,6 @@ create_production_version = 6.0.6
5454
create_production_next_version = 7.0.0
5555
ponder_version = 1.0.59
5656
flywheel_version = 1.0.4
57-
registrate_version = MC1.21-1.3.0+62
57+
registrate_version = MC1.21-1.3.0+62
58+
# JEI
59+
jei_version = 19.22.0.315

0 commit comments

Comments
 (0)