Skip to content

Commit 405d9ec

Browse files
committed
lootr fabric
1 parent 2126936 commit 405d9ec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repositories {
1414
maven { url = "https://jitpack.io/" } // Mixin Extras
1515
maven { url = "https://maven.terraformersmc.com/" } // EMI
1616
maven { url = 'https://maven.minecraftforge.net/' } // TerraBlender
17+
maven { url = "https://cursemaven.com" } // Lootr Fabric
1718
}
1819

1920
dependencies {
@@ -34,6 +35,8 @@ dependencies {
3435

3536
modImplementation "com.github.glitchfiend:TerraBlender-fabric:${minecraft_version}-${terrablender_version}"
3637

38+
modImplementation "curse.maven:lootr-fabric-615106:${lootr_version}"
39+
3740
modImplementation include("com.github.LlamaLad7:MixinExtras:0.1.1")
3841
annotationProcessor "com.github.LlamaLad7:MixinExtras:0.1.1"
3942

gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ autoreglib_version = 1.9.0-build.3
3131
# https://modrinth.com/mod/terrablender/versions?l=fabric
3232
terrablender_version = 2.0.1.166
3333

34+
# Lootr Fabric
35+
# https://www.curseforge.com/minecraft/mc-mods/lootr-fabric/files
36+
lootr_version = 4596349
37+
3438
# EMI
3539
# https://modrinth.com/mod/emi/versions
3640
emi_version = 1.0.19+1.19.2

0 commit comments

Comments
 (0)