forked from TAIGA/TAIGA
Better texture-colors for regular metals. Added bismuth texture to tool. Fixed explosion of tiberiumOre.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user