File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
next/src/main/kotlin/org/incendo/interfaces/next/view Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ subprojects {
3131 apply<IndraPublishingPlugin >()
3232 }
3333
34+ java {
35+ disableAutoTargetJvm()
36+ }
37+
3438 repositories {
3539 mavenCentral()
3640 sonatype.snapshots()
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ versions = {
2121 guava = "21.0"
2222
2323 # Minecraft
24- adventure-core = "4.8.1 "
25- paper-api = "1.19.2 -R0.1-SNAPSHOT"
24+ adventure-core = "4.24.0 "
25+ paper-api = "1.21.4 -R0.1-SNAPSHOT"
2626}
2727
2828dependencies = {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class PlayerInterfaceView internal constructor(
4141 if (player.openInventory.topInventory.type == InventoryType .CRAFTING ) {
4242 player.openInventory.topInventory.clear()
4343 }
44- player.openInventory.cursor = null
44+ player.openInventory.setCursor( null )
4545
4646 // Trigger onOpen manually because there is no real inventory being opened,
4747 // this will also re-draw the player inventory parts!
You can’t perform that action at this time.
0 commit comments