beginning of fiber config

This commit is contained in:
2021-10-24 17:53:06 -04:00
parent 047a7f3e72
commit 0ab7da3ff0
6 changed files with 45 additions and 8 deletions
+3
View File
@@ -27,6 +27,9 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// Custom API's
implementation "me.zeroeightsix:fiber:${project.fiber_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}