All of time and space

This commit is contained in:
Andrey Nikitin 2023-01-28 08:49:14 +03:00
parent f92a65bdb5
commit f90500fdd4
10 changed files with 52 additions and 16 deletions

View file

@ -90,6 +90,9 @@ dependencies {
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft "net.minecraftforge:forge:${mc_version}-${forge_version}"
implementation files("/home/andrew71/.local/share/multimc/instances/TardimInControl/.minecraft/mods/tardim-1.1.5.jar")
implementation fg.deobf("org.squiddev:cc-tweaked-1.19.1:${cc_version}")
}