Fix ExampleMod.java for build #1024+
This commit is contained in:
parent
982f5c7e1b
commit
a5fb93271c
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue