Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No drops on crops #2067

Closed
Leizar06001 opened this issue Jan 19, 2025 · 6 comments
Closed

No drops on crops #2067

Leizar06001 opened this issue Jan 19, 2025 · 6 comments
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. invalid Issues caused by user error, another mod, etc...

Comments

@Leizar06001
Copy link

Leizar06001 commented Jan 19, 2025

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 ?

@Leizar06001 Leizar06001 added the bug A problem or unexpected behaviour with the mod. label Jan 19, 2025
@SquidDev SquidDev added cannot reproduce I'm unable to reproduce this bug. area-Minecraft This affects CC's Minecraft-specific content. labels Jan 19, 2025
@SquidDev
Copy link
Member

Thanks for the report! I'm afraid I'm not able to reproduce this. I've got the following setup:

A CC turtle above fully-grown wheat on farmland.

Calling turtle.digDown() on the turtle drops the items as expected:

The turtle's GUI. The terminal shows that turtle.digDown() has been run, and the inventory contains wheat and two seed.

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.

@Leizar06001
Copy link
Author

This is exactly what I am doing, how would I get logs from cc ?
Also, my server runs on Mohist

@SquidDev
Copy link
Member

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.

@Leizar06001
Copy link
Author

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

@Leizar06001
Copy link
Author

Ok, it works with the regular forge, I'm good for a migration !
Thanks for all the work on this mod !

@SquidDev SquidDev closed this as not planned Won't fix, can't repro, duplicate, stale Jan 19, 2025
@SquidDev SquidDev added invalid Issues caused by user error, another mod, etc... and removed cannot reproduce I'm unable to reproduce this bug. labels Jan 19, 2025
@SquidDev
Copy link
Member

Lovely, glad you've got it sorted :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod. invalid Issues caused by user error, another mod, etc...
Projects
None yet
Development

No branches or pull requests

2 participants