legacy tag parsing and transformation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package net.examplemod.quilt
|
||||
|
||||
import net.examplemod.ExampleMod.init
|
||||
import moe.nea.notenoughupdates.NotEnoughUpdates.init
|
||||
import org.quiltmc.loader.api.ModContainer
|
||||
import org.quiltmc.qsl.base.api.entrypoint.ModInitializer
|
||||
|
||||
@@ -9,4 +9,4 @@ class ExampleModQuilt : ModInitializer {
|
||||
override fun onInitialize(mod: ModContainer) {
|
||||
init()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user