Skip to content

Commit a85f03b

Browse files
authored
Change default single file patch apply mode to OFFSET (#333)
1 parent 85966d2 commit a85f03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperweight-core/src/main/kotlin/io/papermc/paperweight/core/tasks/patching/ApplySingleFilePatches.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ abstract class ApplySingleFilePatches : BaseTask() {
100100

101101
override fun init() {
102102
super.init()
103-
mode.convention(PatchMode.EXACT)
103+
mode.convention(PatchMode.OFFSET)
104104
minFuzz.convention(providers.defaultMinFuzz())
105105
}
106106

0 commit comments

Comments
 (0)