mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-02 19:47:50 +00:00
18 lines
424 B
Kotlin
18 lines
424 B
Kotlin
architectury {
|
|
injectInjectables = false
|
|
common(rootProject.property("enabled_platforms").toString().split(","))
|
|
}
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/weatherchanger.accesswidener")
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.google.code.gson:gson:2.10.1")
|
|
modImplementation("net.fabricmc:fabric-loader:${rootProject.property("fabric.loader_version")}")
|
|
}
|