From c532050d4d29cc55559fadd591f3ffad47246572 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 13 Apr 2020 19:16:10 +0200 Subject: added camermode command with location reset --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 8d86f6d..5b52251 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // Fabric API. This is technically optional, but you probably want it anyway. - modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" + //modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_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. -- cgit v1.2.3