Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package net.minecraft.src;
- public abstract class mod_Awesome extends BaseMod {
- public static final Block gm = new BlockGetMe(140, 0).setBlockName("GM Block");
- public mod_Awesome() {
- }
- public load() {
- ModLoader.AddName(gm, "GM BLock");
- }
- public String Version()
- {
- return "for 1.0.0";
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement