plugins {
	id 'fabric-loom' version '0.11.local'
}

dependencies {
	minecraft "com.mojang:minecraft:1.16.5"
	mappings loom.officialMojangMappings()
}