Advertisement
303

Untitled

303
Mar 26th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.  
  2.     public mod_Arrows303() {
  3.         ModLoader.SetInGameHook(this, true, false);
  4.     }
  5.     public void OnTickInGame(Minecraft minecraft) {
  6.         minecraft.fontRenderer.drawStringWithShadow("morning", 2, 12, 0xffffff);
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement