TechManDylan

SlimeFinder

Nov 17th, 2021 (edited)
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local detector = peripheral.find("environmentDetector")
  2. if detector.isSlimeChunk() == true then print("This a slime chunk!")
  3. elseif detector.isSlimeChunk() == false then print("This is not a slime chunk.")
  4.  
  5.  
Add Comment
Please, Sign In to add comment