Skip to content

Commit

Permalink
added primitive collections to build.gradle on forge side
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 29, 2024
1 parent 1d09ddd commit c2d586e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dependencies {
modImplementation(include("com.teamresourceful.resourcefullib:resourcefullib-forge-1.18.2:${project.resourcefullib_version}"))
modImplementation(include("io.github.llamalad7:mixinextras-forge:0.2.0-beta.11"))
modImplementation(include("maven.modrinth:carbon-config:${project.carbon_config_forge_version}"))
minecraftRuntimeLibraries(group: 'com.github.Speiger', name: 'Primitive-Collections', version: '[0.8,0.9)')
modImplementation("dev.latvian.mods:kubejs-forge:${rootProject.kubejs_version}")
modImplementation("curse.maven:the-one-probe-245211:${rootProject.top_forge_file}")
}
Expand Down

0 comments on commit c2d586e

Please sign in to comment.