fabric-template-minimal-source/build.gradle
2024-11-19 15:22:20 +01:00

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()
}