Advertisement
ZornTaov

Untitled

Feb 27th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public void onEntityWalking(World world, int i, int j, int k, Entity entity)
  2. {
  3. world.createExplosion(null, i, j, k, 4F);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement