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

Commit

Permalink
v1.9.4-1.0.0 Version
Browse files Browse the repository at this point in the history
Updates to Minecraft 1.9.4
Closes #2
  • Loading branch information
renevo committed Jun 13, 2016
1 parent c40b431 commit 84aa1ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.9-1.0.0"
version = "1.9.4-1.0.0"
group= "com.renevo.flowergirls"
archivesBaseName = "flowergirls"

minecraft {
version = "1.9-12.16.1.1896"
version = "1.9.4-12.17.0.1961"
runDir = "run"
mappings = "snapshot_20160312"
mappings = "snapshot_20160518"
}

dependencies {
Expand Down
24 changes: 12 additions & 12 deletions src/main/java/com/renevo/flowergirls/FlowerGirls.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ public class FlowerGirls {
public static final String MODID = "flowergirls";

public static final Block[] blocks = new Block[]{
Blocks.grass,
Blocks.dirt,
Blocks.sand,
Blocks.gravel,
Blocks.tnt,
Blocks.cactus,
Blocks.clay,
Blocks.pumpkin,
Blocks.melon_block,
Blocks.mycelium,
Blocks.brown_mushroom,
Blocks.red_mushroom
Blocks.GRASS,
Blocks.DIRT,
Blocks.SAND,
Blocks.GRAVEL,
Blocks.TNT,
Blocks.CACTUS,
Blocks.CLAY,
Blocks.PUMPKIN,
Blocks.MELON_BLOCK,
Blocks.MYCELIUM,
Blocks.BROWN_MUSHROOM,
Blocks.RED_MUSHROOM
};

@EventHandler
Expand Down

0 comments on commit 84aa1ea

Please sign in to comment.