mirror of
https://github.com/NeoForgeMDKs/MDK-1.21-ModDevGradle
synced 2025-02-13 14:34:39 +00:00
Update plugin net.neoforged.moddev to v1 (1.21-mdg) (#102)
This commit is contained in:
parent
59a3b2d7cb
commit
00b262a850
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'maven-publish'
|
||||
id 'net.neoforged.moddev' version '0.1.126'
|
||||
id 'net.neoforged.moddev' version '1.0.0'
|
||||
}
|
||||
|
||||
tasks.named('wrapper', Wrapper).configure {
|
||||
|
@ -39,7 +39,7 @@ neoForge {
|
|||
}
|
||||
|
||||
// This line is optional. Access Transformers are automatically detected
|
||||
// accessTransformers.add('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
// accessTransformers = project.files('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
|
||||
// Default run configurations.
|
||||
// These can be tweaked, removed, or duplicated as needed.
|
||||
|
|
Loading…
Add table
Reference in a new issue