9 lines
No EOL
231 B
Groovy
9 lines
No EOL
231 B
Groovy
plugins {
|
|
id 'fabric-loom' version '1.8-SNAPSHOT'
|
|
}
|
|
|
|
dependencies {
|
|
// To change the versions see the gradle.properties file
|
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
|
mappings loom.officialMojangMappings()
|
|
} |