xaedblade

mod_tutorial

Jul 23rd, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. public class mod_tut extends BaseMod
  4.  
  5. {
  6.  
  7.    
  8.     public String getVersion()
  9.     {
  10.        
  11.         return ;
  12.     }
  13.  
  14.    
  15.     public void load()
  16.     {
  17.        
  18.        
  19.     }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment