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