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

Commit e3a87d6

Browse files
committed
v1.9-1.0.0 Version
Updates to Minecraft 1.9
1 parent 75de71c commit e3a87d6

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.8.9-1.0.0"
17+
version = "1.9-1.0.0"
1818
group= "com.renevo.flowergirls"
1919
archivesBaseName = "flowergirls"
2020

2121
minecraft {
22-
version = "1.8.9-11.15.1.1722"
22+
version = "1.9-12.16.1.1896"
2323
runDir = "run"
24-
mappings = "stable_20"
24+
mappings = "snapshot_20160312"
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)