Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Set file extension of MCP mappings in build.gradle #1

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
// mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"

// uncomment this if you want to use mcp mappings
// mappings "de.oceanlabs.mcp:mcp_${project.mcp_channel}:${project.mcp_mappings}"
// mappings group: "de.oceanlabs.mcp", name: "mcp_${project.mcp_channel}", version: project.mcp_mappings, ext: "zip"

// your forge dependency, this is **required** when using Forge Loom in forge mode!
forge "net.minecraftforge:forge:${project.minecraft_version}-${project.forge_version}"
Expand Down