Fully Automated Farming Turtle | CC: Tweaked

preview_player
Показать описание
This is a brief showcase of me automating a turtle to farm potatoes for me.

Minecraft Version: 1.18.2 (should work across all recent CC: Tweaked versions)

Code can be found on my github:

[ ! ] Youtube is weird, and does not allow me to make these links clickable until I send in a picture of my ID. See the comments for an actual link to the program.
The comment is not pinned because, yet again, I have to provide my ID for that ability (?). Thank you Google!

Timestamps:
0:00 - Turtle in Action
1:10 - Turtle Dumping all Potatoes
1:18 - Turtle Refuelling
1:37 - Configuration
2:10 - Nerd Stuff (code)
Рекомендации по теме
Комментарии
Автор

YouTube is weird, it wants me to send an ID to them, just so the links are clickable in the description.


Edit: I cannot even pin my comment without their weird identity thing...

nirokayyy
Автор

This is honestly so fucking rad, just the fact that you made this and it's working in game. I love that it's called a turtle lmao

Now program it to program more and become turtle master of turtle army 🐢

poisonpop
Автор

i changed this to wheat so i could farm wheat lol but for some reason it isnt planting

crop = {
block = "minecraft:wheat",
item = "minecraft:wheat_seeds",
ripe = 7 -- Default: 7 (crops have grow stages between 0 and 7)
},


im assuming ive got the wrong id despite me copying the seed id from minecraft lol

KoalaOnYT_
Автор

Hey! Thanks for the video! Pretty straight to the point, and the code was very useful! I am using it on ATM8 at the moment with modded crops.
I was trying to use 1 turtle for more than 1 crop, but I am not good at programing. Is it even possible?
Again, thanks for the video!

noalterego
Автор

Why use blocks (green wool) to let the turtle know when to turn to go to the next column, why not just store the size of the farm in the program and turn when you're at the end of it?

harrydotme
Автор

sadly mine turtle just go straight, doesn't seem to worry about wool i place

Bartek
Автор

how exactly would I move this over to minecraft? Sorry new to the mod.

mystllk
Автор

i want to use the code to build a mysticalagriculture farm with a turtle. i changed the item and the block tags, the turtle find the ready crops but after replanting the inferium seeds the turtle stops. any ideas

morex
Автор

I run farming and nothing happens, the debug says it’s moving forwards but it’s not

DeaconSmithGames
Автор

my turtle isnt picking up items from floor what should i do ?

szymson
Автор

My turtle doesn't even start, what did I do wrong? Sorry, I'm new to this

Maggi
Автор

My previous comments have been censored by the commissars at YouTube Incorporated, subsidiary of Alphabet. So let me say I was not pleased with the video or choice of programming language and leave it at that.
Censorship and cancel culture have officially gone too far. I remember a time when people weren't so easily offended. Now, you can't say anything without the woke mob coming after you. A lot of this stuff reminds of the famous George Orwell novel Nineteen Eighty-Four.
Anyway, regarding why is disloked this video. You know what Lua starts with? L. You know what Liberal starts with? L. You know what liberals are? 1984. So Lua is 1984. But Lua also starts with L, for losers. And in the end, God always wins. So from this we must gather than God hates Lua.
I hope that one day you will repent of your heresy, and turn to God's one true programming language, Haskell.

yvomcgsumxhanmifgimrxuqwci
Автор

Tried something myself using a non-advanced farming turtle but it doesn't break the crop like it needs to. Any ideas why? The crop is from a mod, I use turtle.dig("right") for the hoe, only thing it destroys is sugar cane and even that is just buggy

DragonDynaty