|
|
@ -1,5 +1,5 @@
|
|
|
|
plugins {
|
|
|
|
plugins {
|
|
|
|
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
|
|
|
id 'fabric-loom' version '0.2.6-SNAPSHOT'
|
|
|
|
id 'maven-publish'
|
|
|
|
id 'maven-publish'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ minecraft {
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
//to change the versions see the gradle.properties file
|
|
|
|
//to change the versions see the gradle.properties file
|
|
|
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
|
|
|
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
|
|
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
|
|
|
|
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
|
|
|
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
|
|
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
|
|
|
|
|
|
|
|
|
|
|
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
|
|
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
|
|
|