This commit is contained in:
Crispy 2025-06-22 00:08:46 +02:00
parent f8fd2513c8
commit 491112768c
27 changed files with 1095 additions and 3537 deletions

View file

@ -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