Skip to content

Commit

Permalink
updated gt core
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 31, 2024
1 parent 43a4eee commit 5f67841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
modImplementation "maven.modrinth:carbon-config:${project.carbon_config_forge_version}"
implementation("io.github.llamalad7:mixinextras-forge:0.3.5")
minecraftRuntimeLibraries(group: 'com.github.Speiger', name: 'Primitive-Collections', version: '[0.8,0.9)')
modImplementation("org.gt-reimagined:gtcore-forge:${rootProject.gt_core_version}-${rootProject.minecraft_version}"){
modImplementation("org.gt-reimagined:gtcore-forge:${rootProject.gt_core_version}-${rootProject.minecraft_version}:deobf"){
transitive = false
}
include("org.gt-reimagined:gtcore-forge:${rootProject.gt_core_version}-${rootProject.minecraft_version}"){
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fabric_api_version=0.76.0+1.18.2
fabric_transfer_api_version=1.6.+
fabric_loader_version=0.14.6

gt_core_version=0.1.1-pre.42
gt_core_version=0.1.2
terraform_version=3.1.4
jei_version=10.2.1.1004
crafttweaker_version=9.1.207
Expand Down

0 comments on commit 5f67841

Please sign in to comment.