9 lines
231 B
Groovy
9 lines
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()
|
||
|
}
|