File tree Expand file tree Collapse file tree
src/main/java/org/mangorage/mangobotmixin/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7272dependencies {
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...
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ public String getId() {
1515
1616 @ Override
1717 public void load () {
18+ System .out .println ("Loaded MangoBotMixinPlugin" );
1819 }
1920}
You can’t perform that action at this time.
0 commit comments