net.minecraft.world.level.levelgen.structure.structures

This commit is contained in:
Jake Potrebic
2024-12-14 10:35:04 -08:00
parent ce87e69d53
commit ca35cc216e
18 changed files with 202 additions and 297 deletions

View File

@ -146,7 +146,7 @@ tasks.register("checkWork") {
return Path.of(path.replaceFirst("^~".toRegex(), System.getProperty("user.home")))
}
val input = layout.cache.resolve("last-updating-folder").readText()
val input = layout.cache.resolve("last-updating-folder").readText().trim()
val patchFolder = layout.projectDirectory.file("paper-server/patches/sources").convertToPath().resolve(input)
val sourceFolder = layout.projectDirectory.file("paper-server/src/vanilla/java/").convertToPath().resolve(input)
val targetFolder = expandUserHome(