File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/kotlin/com/lambda/neoforge Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11val neoVersion = property(" neo_version" ).toString()
22val kotlinForgeVersion = property(" kotlin_forge_version" ).toString()
3+ val architecturyVersion = property(" architectury_version" ).toString()
34val mixinExtrasVersion = property(" mixinextras_version" ).toString()
45
56architectury {
@@ -42,6 +43,9 @@ dependencies {
4243 // NeoForge API
4344 neoForge(" net.neoforged:neoforge:$neoVersion " )
4445
46+ // Architectury API
47+ modApi(" dev.architectury:architectury-neoforge:$architecturyVersion " )
48+
4549 // Add dependencies on the required Kotlin modules.
4650 // includeLib(...)
4751
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ import com.lambda.Lambda.VERSION
1010object LambdaNeoForge {
1111 init {
1212 Lambda .initialize()
13- LOG .info(" $MOD_NAME Fabric $VERSION initialized." )
13+ LOG .info(" $MOD_NAME NeoForge $VERSION initialized." )
1414 }
1515}
You can’t perform that action at this time.
0 commit comments