File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ repositories {
14
14
maven { url = " https://jitpack.io/" } // Mixin Extras
15
15
maven { url = " https://maven.terraformersmc.com/" } // EMI
16
16
maven { url = ' https://maven.minecraftforge.net/' } // TerraBlender
17
+ maven { url = " https://cursemaven.com" } // Lootr Fabric
17
18
}
18
19
19
20
dependencies {
@@ -34,6 +35,8 @@ dependencies {
34
35
35
36
modImplementation " com.github.glitchfiend:TerraBlender-fabric:${ minecraft_version} -${ terrablender_version} "
36
37
38
+ modImplementation " curse.maven:lootr-fabric-615106:${ lootr_version} "
39
+
37
40
modImplementation include(" com.github.LlamaLad7:MixinExtras:0.1.1" )
38
41
annotationProcessor " com.github.LlamaLad7:MixinExtras:0.1.1"
39
42
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ autoreglib_version = 1.9.0-build.3
31
31
# https://modrinth.com/mod/terrablender/versions?l=fabric
32
32
terrablender_version = 2.0.1.166
33
33
34
+ # Lootr Fabric
35
+ # https://www.curseforge.com/minecraft/mc-mods/lootr-fabric/files
36
+ lootr_version = 4596349
37
+
34
38
# EMI
35
39
# https://modrinth.com/mod/emi/versions
36
40
emi_version = 1.0.19+1.19.2
You can’t perform that action at this time.
0 commit comments