File tree 2 files changed +4
-4
lines changed
src/main/java/adhdmc/simplebucketmobs/listener
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version = "dev"
2
2
3
3
plugins {
4
4
`java- library`
5
- id(" io.papermc.paperweight.userdev" ) version " 1.4.1 "
5
+ id(" io.papermc.paperweight.userdev" ) version " 1.5.3 "
6
6
id(" xyz.jpenilla.run-paper" ) version " 2.0.1" // Adds runServer and runMojangMappedServer tasks for testing
7
7
}
8
8
@@ -18,8 +18,8 @@ repositories {
18
18
}
19
19
20
20
dependencies {
21
- compileOnly(" io.papermc.paper:paper-api:1.19.3 -R0.1-SNAPSHOT" )
22
- paperDevBundle(" 1.19.3 -R0.1-SNAPSHOT" )
21
+ compileOnly(" io.papermc.paper:paper-api:1.19.4 -R0.1-SNAPSHOT" )
22
+ paperDevBundle(" 1.19.4 -R0.1-SNAPSHOT" )
23
23
}
24
24
25
25
tasks {
Original file line number Diff line number Diff line change 14
14
import org .bukkit .*;
15
15
import org .bukkit .block .Block ;
16
16
import org .bukkit .block .BlockFace ;
17
- import org .bukkit .craftbukkit .v1_19_R2 .entity .CraftLivingEntity ;
17
+ import org .bukkit .craftbukkit .v1_19_R3 .entity .CraftLivingEntity ;
18
18
import org .bukkit .entity .*;
19
19
import org .bukkit .event .EventHandler ;
20
20
import org .bukkit .event .EventPriority ;
You can’t perform that action at this time.
0 commit comments