fixed more orientation errors when placing from other directions

This commit is contained in:
2025-07-14 16:02:37 +02:00
parent 0bfb031212
commit 36dd0535c3
2 changed files with 13 additions and 3 deletions

View File

@ -22,7 +22,7 @@ repositories {
}
dependencies {
compileOnly "io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT"
implementation "co.aikar:taskchain-bukkit:3.7.2"
}
@ -46,7 +46,7 @@ processResources {
}
tasks.register('copyJarToTestServer', Exec) {
commandLine 'cp', 'build/libs/PixelBlocks-1.0-SNAPSHOT-all.jar', '/home/elias/Dokumente/mcTestServer/plugins/pixelblocks.jar'
commandLine 'cp', 'build/libs/PixelBlocks-1.0-SNAPSHOT-all.jar', '/home/lars/Documents/Minecraft/Server/pixelblocks/plugins/PixelBlocks-1.0-SNAPSHOT-all.jar'
}
shadowJar {