File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,22 +51,15 @@ dependencies {
5151 implementation(" com.twelvemonkeys.imageio:imageio-webp:3.12.0" )
5252 implementation(" com.jcraft:jsch:0.1.55" )
5353 implementation(" com.vladsch.flexmark:flexmark:0.62.2" )
54- implementation(" org.jsoup:jsoup:1.15.3" )
5554 implementation(" org.jline:jline:3.1.3" )
56- implementation(" org.fusesource.jansi:jansi:1.8" )
57- implementation(" com.fifesoft:rsyntaxtextarea:3.6.0" )
5855 modImplementation(" dev.dediamondpro:minemark-minecraft-" + mineMarkVer + " -" + loader + (if (loader == " neoforge" && minecraft == " 1.20.4" ) " :1.2.3" else " :1.3.1" ))
5956 implementation(" dev.dediamondpro:minemark-core:1.3.1" )
6057 modCompileOnly(" com.cinemamod:mcef:2.1.6-$mcefVer " )
6158 modImplementation(" com.cinemamod:mcef-fabric:2.1.6-$mcefVer " )
6259
6360 shadow(" com.twelvemonkeys.imageio:imageio-webp:3.12.0" )
6461 shadow(" com.jcraft:jsch:0.1.55" )
65- shadow(" com.vladsch.flexmark:flexmark:0.62.2" )
66- shadow(" org.jsoup:jsoup:1.15.3" )
6762 shadow(" org.jline:jline:3.1.3" )
68- shadow(" org.fusesource.jansi:jansi:1.8" )
69- shadow(" com.fifesoft:rsyntaxtextarea:3.6.0" )
7063 shadow(" dev.dediamondpro:minemark-core:1.3.1" )
7164 shadow(" dev.dediamondpro:minemark-minecraft-" + mineMarkVer + " -" + loader + (if (loader == " neoforge" && minecraft == " 1.20.4" ) " :1.2.3" else " :1.3.1" ))
7265 if (loader == " fabric" ) {
You can’t perform that action at this time.
0 commit comments