aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/util/Utils.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-09-03 03:09:40 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-09-03 03:09:40 +1000
commit5aec46ffb855440256e27fc3c03c3c412b7af21d (patch)
tree5d0ee38cfc3adbf58995523562b74d5e80b4325c /src/Java/miscutil/core/util/Utils.java
parenta353efaeeccd07e3be797873286701474b7923f7 (diff)
downloadGT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.tar.gz
GT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.tar.bz2
GT5-Unofficial-5aec46ffb855440256e27fc3c03c3c412b7af21d.zip
+ Basically finished the Power Sub-Station in a single commit.
> It needs proper power storage and the shape needs refining, but otherwise works good.
Diffstat (limited to 'src/Java/miscutil/core/util/Utils.java')
-rw-r--r--src/Java/miscutil/core/util/Utils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/core/util/Utils.java b/src/Java/miscutil/core/util/Utils.java
index 02363927a1..cbd488afab 100644
--- a/src/Java/miscutil/core/util/Utils.java
+++ b/src/Java/miscutil/core/util/Utils.java
@@ -486,7 +486,7 @@ public class Utils {
methode.setAccessible(true);
Utils.LOG_WARNING("7 "+methode.isAccessible());
ItemStack temp = (ItemStack) methode.invoke(item, cellID++, yourName, new Block[0]);
- Utils.LOG_INFO("8 "+temp.getDisplayName());
+ Utils.LOG_INFO("Successfully created "+temp.getDisplayName()+"s.");
FluidContainerRegistry.registerFluidContainer(FluidUtils.getFluidStack(s.toLowerCase(), 0), temp.copy(), Ic2Items.cell.copy());
UtilsItems.addItemToOreDictionary(temp.copy(), "cell"+s);
return temp;