Bump paperweight to 2.0.0-SNAPSHOT
This commit is contained in:
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
java // TODO java launcher tasks
|
||||||
id("io.papermc.paperweight.patcher") version "2.0.0-beta.14"
|
id("io.papermc.paperweight.patcher") version "2.0.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ index 1868cb351d030d1997b5c81a184657085261c2f3..215462da04ca040e25d3cbfcbdbedfbc
|
|||||||
+
|
+
|
||||||
BlockState blockState = this.level().getBlockState(blockPos);
|
BlockState blockState = this.level().getBlockState(blockPos);
|
||||||
if (!blockState.isAir() && set.add(blockPos.asLong())) {
|
if (!blockState.isAir() && set.add(blockPos.asLong())) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user