Created json files of all addon blocks

This commit is contained in:
Robert Sosnitzka
2016-05-13 18:59:37 +02:00
parent 453f12d70f
commit 2240c324f1
34 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ import net.minecraftforge.fml.common.registry.GameRegistry;
public class Utils {
public static String PREFIX_INGOT = "ingot";
public static String PREFIX_NUGGET = "nugget";
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()));