Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public boolean canProvidePower()
  2. {
  3. return true;
  4. }
  5.  
  6. public int isProvidingWeakPower(IBlockAccess p_149709_1_, int p_149709_2_, int p_149709_3_, int p_149709_4_, int p_149709_5_)
  7. {
  8. return 15;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement