SHARE
TWEET
startup
a guest
Jan 29th, 2018
56
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- ench = peripheral.wrap("top")
- while true do
- if ench.getTargetLevel() ~= 30 then
- ench.setTargetLevel(30)
- end
- os.sleep(1)
- end
RAW Paste Data

