Skip to content

Commit

Permalink
Use HEI and Update forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Dec 11, 2024
1 parent b232bf1 commit 017bba1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ repositories {
name = "CoFH Maven"
url = "https://maven.covers1624.net"
}
maven { //Cleanroom (HEI)
url 'https://maven.cleanroommc.com'
}
}

def ENV = System.getenv()
Expand All @@ -65,7 +68,8 @@ minecraft {
}

dependencies {
deobfCompile "mezz.jei:jei_${jei_version}"
deobfCompile 'mezz:jei:4.26.2'

deobfCompile "cofh:RedstoneFlux:${redstoneflux_version}"
}

Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ org.gradle.caching = true
org.gradle.daemon = true

modname=TheOneSmeagle
version=1.12-1.0.2
version=1.12-1.0.3
curse_type=release
projectId=245211
github_project=strubium/TheOneSmeagle


minecraft_version=1.12.2
mcp_mappings=snapshot_20180504
forge_version=14.23.3.2678
forge_version=14.23.5.2816

jei_version=1.12.2:4.8.5.15+
redstoneflux_version=1.12-2.0.1.2:universal

0 comments on commit 017bba1

Please sign in to comment.