Added some additional liquids for alloy casting (not working actually)

This commit is contained in:
Robert Sosnitzka
2016-05-21 02:07:38 +02:00
parent d042e8deb7
commit 2d10d92c25
3 changed files with 13 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ 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);