fix: Isolate mixins in alternative source sets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package moe.nea.firmament.features.texturepack
|
||||
|
||||
import moe.nea.firmament.util.compatloader.CompatMeta
|
||||
import moe.nea.firmament.util.compatloader.ICompatMeta
|
||||
|
||||
@CompatMeta
|
||||
object Compat : ICompatMeta {
|
||||
override fun shouldLoad(): Boolean {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user