This commit is contained in:
modmuss50 2022-06-07 18:21:20 +01:00
parent 9bfeedcc57
commit 0c1c110650
3 changed files with 9 additions and 4 deletions

View file

@ -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 {