Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 00101ed

Browse files
committed
Add SimpleTweaker to CDK
1 parent 00b6e2c commit 00101ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cdk/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ repositories {
6464
dependencies {
6565
deobfCompile 'com.github.ImpactDevelopment:ClientAPI:@CAPI_VERSION@-srg'
6666
compile 'com.github.ZeroMemes:Alpine:@ALPINE_VERSION@'
67+
compile 'com.github.ImpactDevelopment:SimpleTweaker:@SIMPLETWEAKER_VERSION@'
6768
compile 'net.jodah:typetools:@TT_VERSION@'
6869
compile('org.spongepowered:mixin:@MIXIN_VERSION@') {
6970
// Mixin includes a lot of dependencies that are too up-to-date

tasks.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ task('makeCDK', type: Zip) {
6262
MIXIN_VERSION: project.mixinVersion,
6363
TT_VERSION: project.typetoolsVersion,
6464
FEATHER_VERSION: project.featherVersion,
65+
SIMPLETWEAKER_VERSION: project.simpleTweakerVersion,
6566
MAPPINGS: minecraft.mappings,
6667
TWEAKER: minecraft.tweakClass,
6768
])

0 commit comments

Comments
 (0)