summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2022-06-07 18:21:20 +0100
committermodmuss50 <modmuss50@gmail.com>2022-06-07 19:59:33 +0100
commit0c1c11065062c745ce49529e9bee48b05aa4bc41 (patch)
tree01d87bf28aefbfef68d92437511b865ad6eb514b /build.gradle
parent9bfeedcc577bb8f30f4fa7c9f3b3b0c395abaae0 (diff)
1.19
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 68661f8..7a3be5d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,11 @@ dependencies {
 
 	// Fabric API. This is technically optional, but you probably want it anyway.
 	modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
+
+	// Uncomment the following line to enable the deprecated Fabric API modules. 
+	// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
+
+	// modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
 }
 
 processResources {