Make Forge group/name dynamic in MDK as well.
This commit is contained in:
parent
b89d5e00a8
commit
fb1b05ea04
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ minecraft {
|
|||
dependencies {
|
||||
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
|
||||
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
|
||||
minecraft 'net.minecraftforge:forge:@FORGE_VERSION@'
|
||||
minecraft '@FORGE_GROUP@:@FORGE_NAME@:@FORGE_VERSION@'
|
||||
|
||||
// you may put jars on which you depend on in ./libs
|
||||
// or you may define them like so..
|
||||
|
|
Loading…
Reference in a new issue