diff --git a/build.gradle b/build.gradle index 16dd82c..35a13bb 100644 --- a/build.gradle +++ b/build.gradle @@ -51,18 +51,11 @@ fabricApi { } dependencies { - // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" 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}" - - // 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}" include modApi("com.github.Virtuoel:Statement:${project.statement_version}", { exclude group: "net.fabricmc.fabric-api" })