File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/volmit/adapt/nms Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ plugins {
2323 id " de.undercouch.download" version " 5.0.1"
2424}
2525
26- version ' 1.11.0 -1.20.0 '
27- def nmsVersion = " 1.20" // [NMS]
26+ version ' 1.11.1 -1.20.1 '
27+ def nmsVersion = " 1.20.1 " // [NMS]
2828def apiVersion = ' 1.20'
2929def specialSourceVersion = ' 1.11.0' // [NMS]
30- def spigotJarVersion = ' 1.20-R0.1-SNAPSHOT' // [NMS]
30+ def spigotJarVersion = ' 1.20.1 -R0.1-SNAPSHOT' // [NMS]
3131def name = getRootProject(). getName() // Defined in settings.gradle
3232def main = ' com.volmit.adapt.Adapt'
3333def manifoldVersion = ' 2023.1.10'
@@ -119,8 +119,8 @@ dependencies {
119119 // Provided or Classpath
120120 compileOnly ' org.projectlombok:lombok:1.18.24'
121121 annotationProcessor ' org.projectlombok:lombok:1.18.24'
122- implementation ' org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT' // [NMS]
123- implementation ' org.bukkit:craftbukkit:1.20-R0.1-SNAPSHOT' // [NMS]
122+ implementation ' org.spigotmc:spigot-api:1.20.1 -R0.1-SNAPSHOT' // [NMS]
123+ implementation ' org.bukkit:craftbukkit:1.20.1 -R0.1-SNAPSHOT' // [NMS]
124124
125125 // Cancer
126126 implementation ' art.arcane:Amulet:22.7.18'
Original file line number Diff line number Diff line change 3030public final class NMS {
3131
3232 private static final Map <String , Impl > VERSIONS = new ImmutableMap .Builder <String , Impl >()
33- .put ("1.20" , new NMS_1_20 ())
33+ .put ("1.20.1 " , new NMS_1_20_1 ())
3434 .build ();
3535
3636 private static String version ;
Original file line number Diff line number Diff line change 3535import java .io .IOException ;
3636import java .util .Base64 ;
3737
38- public class NMS_1_20 implements NMS .Impl {
38+ public class NMS_1_20_1 implements NMS .Impl {
3939
4040 @ Override
4141 public String serializeStack (ItemStack is ) {
You can’t perform that action at this time.
0 commit comments