support MC versions 1.12 and 1.12.1 as well
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
|
|||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
group = 'com.github.octarine-noise'
|
group = 'com.github.octarine-noise'
|
||||||
version = "2.1.8"
|
version = "2.1.9"
|
||||||
archivesBaseName = rootProject.name + '-MC1.12'
|
archivesBaseName = rootProject.name + '-MC1.12'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import org.objectweb.asm.Opcodes.*
|
|||||||
"kotlin",
|
"kotlin",
|
||||||
"mods.octarinecore.kotlin"
|
"mods.octarinecore.kotlin"
|
||||||
)
|
)
|
||||||
@IFMLLoadingPlugin.MCVersion("1.12")
|
|
||||||
@IFMLLoadingPlugin.SortingIndex(1400)
|
@IFMLLoadingPlugin.SortingIndex(1400)
|
||||||
class BetterFoliageLoader : ASMPlugin(BetterFoliageTransformer::class.java)
|
class BetterFoliageLoader : ASMPlugin(BetterFoliageTransformer::class.java)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user