style: clean up
This commit is contained in:
@@ -50,12 +50,14 @@ tasks.processResources {
|
||||
inputs.property("version", project.version)
|
||||
|
||||
filesMatching("META-INF/mods.toml") {
|
||||
expand(mapOf(
|
||||
"version" to project.version,
|
||||
"minecraft_version" to rootProject.property("minecraft_version"),
|
||||
"architectury_version" to rootProject.property("architectury_version"),
|
||||
"kotlin_for_forge_version" to rootProject.property("kotlin_for_forge_version")
|
||||
))
|
||||
expand(
|
||||
mapOf(
|
||||
"version" to project.version,
|
||||
"minecraft_version" to rootProject.property("minecraft_version"),
|
||||
"architectury_version" to rootProject.property("architectury_version"),
|
||||
"kotlin_for_forge_version" to rootProject.property("kotlin_for_forge_version")
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
package quaedam.forge
|
||||
|
||||
import dev.architectury.platform.forge.EventBuses
|
||||
import quaedam.Quaedam
|
||||
import net.minecraftforge.fml.common.Mod
|
||||
import quaedam.Quaedam
|
||||
import thedarkcolour.kotlinforforge.forge.MOD_BUS
|
||||
|
||||
@Mod(Quaedam.MOD_ID)
|
||||
|
Reference in New Issue
Block a user