idk lol
This commit is contained in:
parent
f8fd2513c8
commit
491112768c
27 changed files with 1095 additions and 3537 deletions
|
@ -1,5 +1,8 @@
|
|||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
_G.meow = function()
|
||||
peripheral.call("left","playSound","entity.cat.ambient")
|
||||
end
|
||||
parallel.waitForAny(
|
||||
function()
|
||||
shell.run("shell")
|
||||
|
@ -8,7 +11,8 @@ parallel.waitForAny(
|
|||
while true do
|
||||
os.pullEvent("turtle_inventory")
|
||||
if math.random(100) > 95 then
|
||||
peripheral.call("left","playSound","entity.cat.ambient")
|
||||
meow()
|
||||
--peripheral.call("left","playSound","entity.cat.ambient")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue