update deps + 1.20.2

This commit is contained in:
Zoë Gidiere
2023-10-01 22:18:54 -06:00
parent 158deaa971
commit 0a7cdb82a3
30 changed files with 853 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id("dev.architectury.loom") version Versions.Mod.architecuryLoom
id("architectury-plugin") version Versions.Mod.architecturyPlugin
id("io.github.juuxel.loom-quiltflower") version Versions.Mod.loomQuiltflower
id("io.github.juuxel.loom-vineflower") version Versions.Mod.loomVineflower
}
architectury {
@@ -37,16 +37,16 @@ loom {
defaultRefmapName.set("terra.forge.refmap.json")
}
launches {
named("client") {
property("fabric.log.level", "info")
property("mixin.env.disableRefMap", "true")
}
named("server") {
property("fabric.log.level", "info")
property("mixin.env.disableRefMap", "true")
}
}
// launches {
// named("client") {
// property("fabric.log.level", "info")
// property("mixin.env.disableRefMap", "true")
// }
// named("server") {
// property("fabric.log.level", "info")
// property("mixin.env.disableRefMap", "true")
// }
// }
forge {
convertAccessWideners.set(true)