Better texture-colors for regular metals. Added bismuth texture to tool. Fixed explosion of tiberiumOre.

This commit is contained in:
Robert Sosnitzka
2016-05-18 12:09:35 +02:00
parent 3216033ad4
commit 1dc0a57085
10 changed files with 15 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ public class Utils {
public static String PREFIX_ORE = "ore";
public static String PREFIX_BLOCK = "block";
public static void registerBlockWithItem(Block block) {
System.out.println(String.format("Register Block: %s", block.getUnlocalizedName()));
GameRegistry.register(block);