This repository was archived by the owner on Mar 9, 2024. It is now read-only.
File tree 2 files changed +15
-15
lines changed
src/main/java/com/renevo/flowergirls
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ buildscript {
14
14
}
15
15
apply plugin : ' net.minecraftforge.gradle.forge'
16
16
17
- version = " 1.9-1.0.0"
17
+ version = " 1.9.4 -1.0.0"
18
18
group= " com.renevo.flowergirls"
19
19
archivesBaseName = " flowergirls"
20
20
21
21
minecraft {
22
- version = " 1.9-12.16.1.1896 "
22
+ version = " 1.9.4 -12.17.0.1961 "
23
23
runDir = " run"
24
- mappings = " snapshot_20160312 "
24
+ mappings = " snapshot_20160518 "
25
25
}
26
26
27
27
dependencies {
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ public class FlowerGirls {
12
12
public static final String MODID = "flowergirls" ;
13
13
14
14
public static final Block [] blocks = new Block []{
15
- Blocks .grass ,
16
- Blocks .dirt ,
17
- Blocks .sand ,
18
- Blocks .gravel ,
19
- Blocks .tnt ,
20
- Blocks .cactus ,
21
- Blocks .clay ,
22
- Blocks .pumpkin ,
23
- Blocks .melon_block ,
24
- Blocks .mycelium ,
25
- Blocks .brown_mushroom ,
26
- Blocks .red_mushroom
15
+ Blocks .GRASS ,
16
+ Blocks .DIRT ,
17
+ Blocks .SAND ,
18
+ Blocks .GRAVEL ,
19
+ Blocks .TNT ,
20
+ Blocks .CACTUS ,
21
+ Blocks .CLAY ,
22
+ Blocks .PUMPKIN ,
23
+ Blocks .MELON_BLOCK ,
24
+ Blocks .MYCELIUM ,
25
+ Blocks .BROWN_MUSHROOM ,
26
+ Blocks .RED_MUSHROOM
27
27
};
28
28
29
29
@ EventHandler
You can’t perform that action at this time.
0 commit comments