
No drops on crops
Leizar06001 opened this issue · 6 comments
Minecraft Version
1.20.1
Version
1.114.2
Details
My turtles are like breaking crops instead of farming, I gave them the hoe but there is nothing dropping or in their inventory.
At first I was diggingDown and it never worked, so I tried dig(), it did works by time but now that I made a vertical farm especially for that, it doesnt work.
I've tried removing other mods and its still the same. Is there any fix ?
Thanks for the report! I'm afraid I'm not able to reproduce this. I've got the following setup:
Calling turtle.digDown()
on the turtle drops the items as expected:
Is this what you're doing? Would you be able to post your logs, as well as some screenshots of what your setup and the code you're running, just so I can check I'm doing the same thing.
This is exactly what I am doing, how would I get logs from cc ?
Also, my server runs on Mohist
To clarify, I've only tested this on MC 1.20.1 and 1.21.1 — 1.20.4 isn't a supported version any more. I don't believe any relevant code has changed between versions, but something to watch out for.
This is exactly what I am doing, how would I get logs from cc ?
Oh, just your normal Minecraft logs, which should be in the logs
folder of your server.
Also, my server runs on Mohist
Ahh. I'm afraid this is probably the same issue as #1968 then, which is an issue on their side. I'd personally recommend against running any of the Bukkit-on-Forge projects. The two don't play well together, and always end up being more of a headache than they're worth.
Yes, sorry I've mistaken the versions its 1.20.1
I've checked the logs and there doesn't seem to be anything related to CC
You might be right about Bukkit, I can't remember why I went to Mohist as I am not using any pluging atm, so I might just change the loader, one more time
Ok, it works with the regular forge, I'm good for a migration !
Thanks for all the work on this mod !