Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Patterson committed Jun 19, 2014
1 parent fe02853 commit 5af686c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Running the mod

* [Minecraft](https://minecraft.net/) 1.7.2. [Download the Minecraft Launcher](https://minecraft.net/download), edit your profile, and select version 1.7.2.
* [Minecraft Forge](http://files.minecraftforge.net/) - I've been using 10.12.1.1060 - later versions *may* also work. Download the [Forge Installer](http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.2-10.12.1.1060/forge-1.7.2-10.12.1.1060-installer.jar) and run it (select 'Install Client') to create a Forge profile in the Minecraft launcher. Select the Forge profile.
* [The mod binary](http://metadaddy-sfdc.github.io/Forcecraft/Forcecraft-v0.2.2.jar) - Download it and drop it into the Minecraft mods directory. On a Mac, this is `~/Library/Application Support/minecraft/mods`; on Windows it is `%appdata%/.minecraft/mods`.
* [The mod binary](http://metadaddy-sfdc.github.io/Forcecraft/Forcecraft-v0.2.3.jar) - Download it and drop it into the Minecraft mods directory. On a Mac, this is `~/Library/Application Support/minecraft/mods`; on Windows it is `%appdata%/.minecraft/mods`.
* A Salesforce org. [Create a free Force.com Developer Edition](http://developer.force.com/join) if you are new to Salesforce and want to try out Forcecraft.

**IMPORTANT** You MUST create a configuration file with your account credentials so that Forcecraft can authenticate to Salesforce. Use this as a template:
Expand Down Expand Up @@ -102,7 +102,7 @@ Fetch the Forcecraft repo into the Forge root directory (the `forge/` directory

gradle build

The build process creates `build/distributions/Forcecraft-1.7.2-0.2.2-mod.jar`. This is an [uber-jar](http://stackoverflow.com/a/11947093/33905) including all the mod's dependencies, packaged so that Forge will load it correctly.
The build process creates `build/distributions/Forcecraft-1.7.2-0.2.3-mod.jar`. This is an [uber-jar](http://stackoverflow.com/a/11947093/33905) including all the mod's dependencies, packaged so that Forge will load it correctly.

You should be able to drop this into the mods directory to play the mod with Minecraft + Forge.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -49,7 +49,7 @@ shadow {

apply plugin: 'forge'

version = "1.7.2-0.2.2"
version = "1.7.2-0.2.3"
group= "us.forcecraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Forcecraft"

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,3 +1,8 @@
0.2.3
-----

* Fixed log format issue that prevented contacts from spawning

0.2.2
-----

Expand Down

0 comments on commit 5af686c

Please sign in to comment.