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

Commit 748b17f

Browse files
authored
Merge pull request #4 from RenEvo/1.10.2
v1.10.2-1.0.0
2 parents f1ee448 + 62607dc commit 748b17f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
12+
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
1313
}
1414
}
1515
apply plugin: 'net.minecraftforge.gradle.forge'
1616

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

2121
minecraft {
22-
version = "1.9.4-12.17.0.1961"
22+
version = "1.10.2-12.18.0.2007-1.10.0"
2323
runDir = "run"
2424
mappings = "snapshot_20160518"
2525
}

src/main/java/com/renevo/flowergirls/FlowerGirls.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public class FlowerGirls {
2323
Blocks.MELON_BLOCK,
2424
Blocks.MYCELIUM,
2525
Blocks.BROWN_MUSHROOM,
26-
Blocks.RED_MUSHROOM
26+
Blocks.RED_MUSHROOM,
27+
Blocks.NETHERRACK
2728
};
2829

2930
@EventHandler

0 commit comments

Comments
 (0)