Update paperweight 1.20.4 - isOpaque does not exist (anymore) (#2629)

* chore/fix: update paperweight 1.20.4 - isOpaque does not exist (anymore)

* chore: update paperweight yet again (i feel scammed)

* chore: missing invert of canOcclude in isTranslucent
This commit is contained in:
Pierre Maurice Schwang
2024-03-17 20:25:29 +01:00
committed by GitHub
parent d2ca3ed6fe
commit b93f01c5b3
2 changed files with 7 additions and 17 deletions

View File

@@ -12,6 +12,6 @@ repositories {
dependencies {
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.20.4-R0.1-SNAPSHOT
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-20240106.182028-62")
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-20240316.193646-135")
compileOnly(libs.paperlib)
}