Fix ExampleMod.java for build #1024+

This commit is contained in:
bl4ckscor3 2014-02-08 12:34:01 +01:00
parent 982f5c7e1b
commit a5fb93271c
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ public class ExampleMod
public void init(FMLInitializationEvent event)
{
// some example code
System.out.println("DIRT BLOCK >> "+Blocks.dirt.func_149739_a());
System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
}
}