mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
remove mixin stuff for now
This commit is contained in:
@@ -30,8 +30,8 @@ minecraft {
|
|||||||
|
|
||||||
tasks.named<Jar>("jar") {
|
tasks.named<Jar>("jar") {
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
//attributes(
|
||||||
mapOf("MixinConfigs" to "terra.mixins.json")
|
// mapOf("MixinConfigs" to "terra.mixins.json")
|
||||||
)
|
//)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user