mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-24 22:11:18 -04:00
Update loom, use tinyv2 (for params/jd), update loader
The build passes, no worries Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
parent
d830abd6cf
commit
7a0d585458
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'maven-publish'
|
||||
id 'fabric-loom' version '0.2.5-SNAPSHOT' apply false
|
||||
id 'fabric-loom' version '0.2.6-SNAPSHOT' apply false
|
||||
id 'net.minecrell.licenser' version '0.4.1'
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
id 'com.matthewprenger.cursegradle' version "1.1.2"
|
||||
|
@ -55,8 +55,8 @@ allprojects {
|
|||
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:$Globals.mcVersion"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}"
|
||||
modCompile "net.fabricmc:fabric-loader:0.7.1+build.173"
|
||||
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
|
||||
modCompile "net.fabricmc:fabric-loader:0.7.2+build.174"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Add table
Reference in a new issue