fabric-template-minimal-source/build.gradle

9 lines
231 B
Groovy
Raw Permalink Normal View History

2024-11-19 15:22:20 +01:00
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()
}