0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Update loom to 0.2.6-SNAPSHOT

This commit is contained in:
Alexander01998 2019-11-26 11:42:05 +02:00
parent fe1c645ed6
commit 4aedbaf194
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.5-SNAPSHOT'
id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'maven-publish'
}
@ -16,7 +16,7 @@ minecraft {
dependencies {
//to change the versions see the gradle.properties file
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}"
// Fabric API. This is technically optional, but you probably want it anyway.

View File

@ -28,7 +28,8 @@
"depends": {
"fabricloader": ">=0.4.0",
"fabric": "*"
"fabric": "*",
"minecraft": "1.15.x"
},
"suggests": {
"flamingo": "*"