Skip to content

Commit

Permalink
Commit for version 1.1.8!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombenpotter committed Nov 16, 2014
1 parent b0e0a96 commit ba2344a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.8:
See changelog under :D.
A lot of stuff was added, but it's not in the book. That's because one is soon going into Blood Magic itself, and I'll switch to using that once it's done.

Version 1.1.8-Pre10:
Added a dependency on ttCore.
Fixed portal orientations.
Expand Down
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
#Sun Nov 02 21:48:28 CET 2014
#Sun Nov 16 18:31:29 CET 2014
package_group=com.tombenpotter.sanguimancy
mc_version=1.7.10
forge_version=10.13.2.1236
build_number=1
mc_version=1.7.10
mod_version=1.1.8
build_number=2
mod_name=Sanguimancy
1 change: 0 additions & 1 deletion src/main/java/tombenpotter/sanguimancy/Sanguimancy.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class Sanguimancy {
public static boolean isTTLoaded = false;
public static Logger logger = LogManager.getLogger(Sanguimancy.name);
public static CreativeTabs tabSanguimancy = new CreativeTabs("tab" + Sanguimancy.modid) {

@Override
public ItemStack getIconItemStack() {
return new ItemStack(ItemsRegistry.playerSacrificer, 1, 0);
Expand Down

0 comments on commit ba2344a

Please sign in to comment.