File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed 
src/main/java/fr/euphyllia/skyllia/api Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "fr.euphyllia.skyllia"
77version =  " 2.0.3" 
88
99dependencies {
10-     compileOnly(" io.papermc.paper:paper-api:1.21.8 -R0.1-SNAPSHOT"  )
10+     compileOnly(" io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT"  )
1111    compileOnly(project(" :database"  ))
1212}
1313
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ plugins {
33    id(" io.papermc.paperweight.userdev"  )
44}
55
6+ //   Could not find me.lucko:spark-paper:1.10.105-SNAPSHOT.
7+ configurations.all {
8+     exclude(group =  " me.lucko"  , module =  " spark-paper"  )
9+     exclude(group =  " me.lucko"  , module =  " spark-common"  )
10+     exclude(group =  " me.lucko"  , module =  " spark-api"  )
11+ }
12+ 
13+ 
614repositories {
715    maven(" https://github.com/Euphillya/FoliaDevBundle/raw/gh-pages/"  )
816}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ paperweight {
99}
1010
1111dependencies {
12-     paperweight.paperDevBundle(" 1.21.9-pre2 -R0.1-SNAPSHOT"  ) {
12+     paperweight.paperDevBundle(" 1.21.10 -R0.1-SNAPSHOT"  ) {
1313        exclude(group =  " io.papermc.adventure"  , module =  " adventure-api"  )
1414        exclude(group =  " net.kyori"  , module =  " adventure-text-minimessage"  )
1515        exclude(group =  " net.kyori"  , module =  " adventure-api"  )
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ group = "fr.euphyllia.skyllia"
66version =  " 2.3" 
77
88dependencies {
9-     compileOnly(" io.papermc.paper:paper-api:1.21.8 -R0.1-SNAPSHOT"  ) { isTransitive =  false  }
10-     compileOnly(" net.kyori:adventure-text-minimessage:4.24 .0"  )
9+     compileOnly(" io.papermc.paper:paper-api:1.21.10 -R0.1-SNAPSHOT"  ) { isTransitive =  false  }
10+     compileOnly(" net.kyori:adventure-text-minimessage:4.25 .0"  )
1111    compileOnly(project(" :api"  ))
1212    compileOnly(project(" :database"  ))
1313    compileOnly(project(" :nms:v1_20_R1"  ))
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ private void setVersionNMS() throws UnsupportedMinecraftVersionException {
120120                this .biomesImpl  = new  fr .euphyllia .skyllia .utils .nms .v1_21_R5 .BiomeNMS ();
121121                this .explosionEntityImpl  = new  fr .euphyllia .skyllia .utils .nms .v1_21_R5 .ExplosionEntityImpl ();
122122            }
123-             case  "1.21.9"  -> {
123+             case  "1.21.9" ,  "1.21.10"  -> {
124124                this .worldNMS  = new  fr .euphyllia .skyllia .utils .nms .v1_21_R6 .WorldNMS ();
125125                this .playerNMS  = new  fr .euphyllia .skyllia .utils .nms .v1_21_R6 .PlayerNMS ();
126126                this .biomesImpl  = new  fr .euphyllia .skyllia .utils .nms .v1_21_R6 .BiomeNMS ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments