Update example mod for new mappings.
This commit is contained in:
parent
e3a778c2d8
commit
a3ec974285
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ public class ExampleMod
|
|||
public void init(FMLInitializationEvent event)
|
||||
{
|
||||
// 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