Merge pull request #371 from bl4ckscor3/patch-1

Fix ExampleMod.java for build #1024+
This commit is contained in:
cpw 2014-02-14 10:57:32 -07:00
commit bd8ffc99d4
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());
}
}