From 0c1c11065062c745ce49529e9bee48b05aa4bc41 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 7 Jun 2022 18:21:20 +0100 Subject: 1.19 --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.gradle') 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 { -- cgit 1.4.1