Update example mod for new mappings.
This commit is contained in:
parent
e3a778c2d8
commit
a3ec974285
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ public class ExampleMod
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void init(FMLInitializationEvent event)
|
public void init(FMLInitializationEvent event)
|
||||||
{
|
{
|
||||||
// some example code
|
// some example code
|
||||||
System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
|
System.out.println("DIRT BLOCK >> "+Blocks.DIRT.getUnlocalizedName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue