13 lines
349 B
Groovy
13 lines
349 B
Groovy
import codechicken.diffpatch.util.PatchMode
|
|
|
|
plugins {
|
|
id 'java'
|
|
id "com.hypherionmc.modutils.orion.porting" version "1.0.24"
|
|
}
|
|
|
|
orionporting {
|
|
upstreamBranch = "dev"
|
|
// Enable During Porting
|
|
patchMode = PatchMode.FUZZY
|
|
porting("1.21.6", "1.21.5", "1.21.2", "1.21", "1.20.4", "1.20.2", "1.20", "1.19.3", "1.19.2", "1.18.2")
|
|
} |