Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zięciak <[email protected]>
  • Loading branch information
xYundy committed May 28, 2024
1 parent 7b08dc0 commit 9334d97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
})
Expand Down

0 comments on commit 9334d97

Please sign in to comment.