mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Delete ExampleMod.java
This commit is contained in:
parent
3085b3c7dc
commit
404aacc32b
@ -1,20 +0,0 @@
|
|||||||
package com.example.examplemod;
|
|
||||||
|
|
||||||
import net.minecraft.init.Blocks;
|
|
||||||
import cpw.mods.fml.common.Mod;
|
|
||||||
import cpw.mods.fml.common.Mod.EventHandler;
|
|
||||||
import cpw.mods.fml.common.event.FMLInitializationEvent;
|
|
||||||
|
|
||||||
@Mod(modid = ExampleMod.MODID, version = ExampleMod.VERSION)
|
|
||||||
public class ExampleMod
|
|
||||||
{
|
|
||||||
public static final String MODID = "examplemod";
|
|
||||||
public static final String VERSION = "1.0";
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void init(FMLInitializationEvent event)
|
|
||||||
{
|
|
||||||
// some example code
|
|
||||||
System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user