diff options
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 50ea139839..126df8ecec 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -34,8 +34,8 @@ dependencies { { transitive = false } - runtime("com.github.GTNewHorizons:Baubles:1.0.1.14:dev") - runtime("curse.maven:cofh-core-69162:2388751") + runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.1.14:dev") + runtimeOnly("curse.maven:cofh-core-69162:2388751") /* { exclude group:"com.github.GTNewHorizons", module:"SpongePoweredMixin" @@ -44,16 +44,16 @@ dependencies { */ // For testing - //runtime("com.github.GTNewHorizons:GTplusplus:1.7.134:dev") - //runtime("com.github.GTNewHorizons:harvestcraft:1.0.18-GTNH:dev") - //runtime("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.103:dev") - //runtime("com.github.GTNewHorizons:OpenBlocks:1.6.9-GTNH:dev") - //runtime("com.github.GTNewHorizons:bartworks:0.5.125:dev") - //runtime("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.7.134:dev") + //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.0.18-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.103:dev") + //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.6.9-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.5.125:dev") + //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev") //compile("com.github.GTNewHorizons:SpecialMobs:3.3.13:dev") //compile("com.github.GTNewHorizons:twilightforest:2.3.8.17:dev") //compile("com.github.GTNewHorizons:EnderZoo:1.0.23:dev") - //runtime("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") - //runtime("com.github.GTNewHorizons:BloodMagic:1.3.18:dev") + //runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") + //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.3.18:dev") //compile("curse.maven:witchery-69673:2234410") } |