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

Commit

Permalink
Merge pull request #4 from RenEvo/1.10.2
Browse files Browse the repository at this point in the history
v1.10.2-1.0.0
  • Loading branch information
renevo authored Jul 5, 2016
2 parents f1ee448 + 62607dc commit 748b17f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
}
}
apply plugin: 'net.minecraftforge.gradle.forge'

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

minecraft {
version = "1.9.4-12.17.0.1961"
version = "1.10.2-12.18.0.2007-1.10.0"
runDir = "run"
mappings = "snapshot_20160518"
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/renevo/flowergirls/FlowerGirls.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public class FlowerGirls {
Blocks.MELON_BLOCK,
Blocks.MYCELIUM,
Blocks.BROWN_MUSHROOM,
Blocks.RED_MUSHROOM
Blocks.RED_MUSHROOM,
Blocks.NETHERRACK
};

@EventHandler
Expand Down

0 comments on commit 748b17f

Please sign in to comment.