Advertisement
Guest User

isZombie

a guest
Nov 28th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. p = peripheral.wrap("right")
  2. mob = p.getMobIds()
  3. for k, v in pairs(mob) do
  4.   if v > 1678050 and v < 1800000 then
  5.     print("Zombie Found")
  6.   else
  7.     print(v.. " was found but not zombie")
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement