Update to 1.20.6

This commit is contained in:
2024-05-05 08:43:49 +02:00
parent 5918002c97
commit 963640810d
4 changed files with 14 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "dev.isxander.yacl:yet-another-config-lib-fabric:${project.yacl_version}"
modImplementation "dev.isxander:yet-another-config-lib:${project.yacl_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
}