Skip to content

Commit

Permalink
add rei
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Sep 20, 2024
1 parent 36e0bb9 commit fe25785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ repositories {
}

dependencies {
// To change the versions see the gradle.properties file"
implementation "com.google.guava:guava:${project.guava_version}"
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation "net.pitan76:mcpitanlib-fabric${rootProject.mcpitanlib_version}"
include "net.pitan76:mcpitanlib_checker-fabric:${rootProject.mcpitanlib_checker_version}"

modImplementation "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
}

processResources {
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ archives_base_name=itemalchemy
mcpitanlib_version=+1.18.2:2.4.5

# MCPitanLib Checker - https://maven.pitan76.net/v/#net/pitan76/mcpitanlib_checker-fabric/
mcpitanlib_checker_version=1.0.4
mcpitanlib_checker_version=1.0.4

rei_version = 8.4.765

0 comments on commit fe25785

Please sign in to comment.