Made forge actually run! Renamed com.seibel.lod.core to com.seibel.lod.coreapi
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
plugins {
|
||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
architectury {
|
||||
platformSetupLoomIde()
|
||||
forge()
|
||||
}
|
||||
|
||||
//loom {
|
||||
// forge {
|
||||
|
||||
Reference in New Issue
Block a user