Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit 8d65799

Browse files
committed
Updated for minecraft 1.11.2
1 parent 748b17f commit 8d65799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ buildscript {
1414
}
1515
apply plugin: 'net.minecraftforge.gradle.forge'
1616

17-
version = "1.10.2-1.1.0"
17+
version = "1.11.2-1.1.0"
1818
group= "com.renevo.flowergirls"
1919
archivesBaseName = "flowergirls"
2020

2121
minecraft {
22-
version = "1.10.2-12.18.0.2007-1.10.0"
22+
version = "1.11.2-13.20.0.2255"
2323
runDir = "run"
24-
mappings = "snapshot_20160518"
24+
mappings = "snapshot_20161220"
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)