Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
manualBridge
BillBodkin
Oct 10th, 2021
(
edited
)
183
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
while
true
do
if
turtle
.
getItemCount
(
)
>
1
then
print
(
"Placing block"
)
turtle
.
placeDown
(
)
turtle
.
dig
(
)
turtle
.
forward
(
)
else
print
(
"Need blocks"
)
sleep
(
1
)
end
end
Add Comment
Please,
Sign In
to add comment
Public Pastes
5b_remote_copy_rsync.sh
Bash | 1 hour ago | 17.50 KB
JS13K 2025 - Input v0.2
JavaScript | 1 hour ago | 5.95 KB
Newest PY
JSON | 3 hours ago | 22.63 KB
Grupo 3 | Projeto 5
C++ | 4 hours ago | 0.70 KB
menu.bat
Batch | 4 hours ago | 1.10 KB
Moneyhunt
Java | 4 hours ago | 13.85 KB
2025-06-17_stats.json
JSON | 5 hours ago | 3.48 KB
2025-06-17_stats.json
JSON | 5 hours ago | 3.45 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!