File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ buildscript {
2+ repositories {
3+ mavenCentral()
4+ }
5+
6+ dependencies {
7+ classpath files(" $rootDir /gradle/plugins/LangProvider.jar" )
8+ classpath ' org.ow2.asm:asm:9.6'
9+ classpath ' org.ow2.asm:asm-tree:9.6'
10+ }
11+ }
12+
113plugins {
214 id ' net.neoforged.moddev.legacyforge' version ' 2.0.91' apply(false )
315 id ' com.diffplug.spotless' version ' 8.1.0' apply(false )
@@ -37,12 +49,17 @@ configure(ctnhSubprojects) {
3749 apply plugin : ' net.neoforged.moddev.legacyforge'
3850 apply plugin : ' com.diffplug.spotless'
3951 apply plugin : ' io.freefair.lombok'
52+ apply plugin : ' com.ctnhlang.langprovider'
4053
4154 version = mod_version
4255 group = maven_group
4356 base { archivesName = archives_base_name }
4457 java { sourceCompatibility = targetCompatibility = JavaVersion . VERSION_17 }
4558
59+ ctnhLang {
60+ modId = mod_id
61+ }
62+
4663 sourceSets {
4764 main. resources {
4865 srcDir ' src/generated/resources'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ omnicells = "7152251"
5454merequester = " 5689932"
5555ae2wt = " 7251206"
5656ae2ct = " 7182165"
57- ae2cs = " 7690555 "
57+ ae2cs = " 7723761 "
5858betterp2p = " 6015618"
5959clothconfig = " 5729105"
6060buildinggadgets = " 6850495"
You can’t perform that action at this time.
0 commit comments