Skip to content

Commit 6469a21

Browse files
committed
Implemented sweeping changes/fixes
1 parent 6b6f96a commit 6469a21

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
classpath 'org.mangorage:MangoBotGradle:6.0.17'
13+
classpath 'org.mangorage:MangoBotGradle:6.0.24'
1414
}
1515
}
1616

@@ -71,10 +71,13 @@ repositories {
7171

7272
dependencies {
7373

74-
installer('org.mangorage:installer:4.0.26')
75-
bootstrap("org.mangorage:mangobotbootstrap:1.0.72")
74+
installer('org.mangorage:installer:4.0.30')
75+
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
7676

77-
plugin('org.mangorage:mangobot:12.0.80')
77+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
78+
79+
80+
plugin('org.mangorage:mangobot:12.0.145')
7881

7982

8083
// SpongeMixin...

src/main/java/org/mangorage/mangobotmixin/plugin/MangoBotMixinPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ public String getId() {
1515

1616
@Override
1717
public void load() {
18+
System.out.println("Loaded MangoBotMixinPlugin");
1819
}
1920
}

0 commit comments

Comments
 (0)