Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("monitor_5")
- modem = peripheral.wrap("left")
- -- Wither
- me = peripheral.wrap("back")
- -- Wither Skeletons
- wk1 = peripheral.wrap("yabba:item_barrel_4")
- wk2 = peripheral.wrap("yabba:item_barrel_8")
- wk3 = peripheral.wrap("yabba:item_barrel_6")
- wk4 = peripheral.wrap("yabba:item_barrel_9")
- c1 = peripheral.wrap("yabba:item_barrel_10")
- while true do
- -- NetherStars
- mon.setBackgroundColour(colors.black)
- mon.setCursorPos(1,3)
- mon.setTextScale(2)
- pe = me.list()[2]
- mon.setTextColour(512)
- mon.write("NetherStars: ")
- mon.setTextColour(2)
- nome = ""
- nome = tostring(pe.count)
- mon.write(nome)
- mon.setCursorPos(1,1)
- mon.write("Wither Farm")
- mon.setCursorPos(1,4)
- mon.setTextColour(12)
- mon.write("----------------------")
- -- Wither Skeletons
- mon.setCursorPos(1,7)
- mon.setTextScale(2)
- wk = wk1.list()[2]
- wkr = wk2.list()[2]
- wkd = wk3.list()[2]
- wkh = wk4.list()[2]
- cp = c1.list()[2]
- mon.setTextColour(512)
- mon.write("Wither Ash: ")
- mon.setTextColour(2)
- nome2 = ""
- nome2 = tostring(wk.count)
- mon.write(nome2)
- -- Wither Rib
- mon.setCursorPos(1,8)
- mon.setTextScale(2)
- mon.setTextColour(512)
- mon.write("Wither Rib: ")
- mon.setTextColour(2)
- nome3 = ""
- nome3 = tostring(wkr.count)
- mon.write(nome3)
- -- Wither Dust
- mon.setCursorPos(1,9)
- mon.setTextScale(2)
- mon.setTextColour(512)
- mon.write("Wither Dust:")
- mon.setTextColour(2)
- nome4 = ""
- nome4 = tostring(wkd.count)
- mon.write(nome4)
- --Wither Skeleton Head
- mon.setCursorPos(1,10)
- mon.setTextScale(2)
- mon.setTextColour(512)
- mon.write("Wither Head:")
- mon.setTextColour(2)
- nome5 = "0"
- mon.write(nome5)
- mon.setCursorPos(1,5)
- mon.write("Wither Skeletons Farm")
- mon.setCursorPos(1,1)
- mon.setTextColour(12)
- mon.write("----------------------")
- --Creeper
- mon.setCursorPos(1,14)
- mon.setTextScale(2)
- mon.setTextColour(512)
- mon.write("Pólvora:")
- mon.setTextColour(2)
- nome6 = tostring(cp.count)
- mon.write(nome6)
- mon.setCursorPos(1,12)
- mon.write("Creeper Farm")
- end
Add Comment
Please, Sign In to add comment