[1.20.1]Some Crops did not break when config is set to 2(break when grow)
LiAuTraver opened this issue ยท 2 comments
What's the issue you encountered?
For example, Melon is only matured in summer,so it should break in winter when crops config is set to 2 (break when grow)
however it did not break and even harvest melon block! Wheat do not break,either.
Only Tomatoes and Carrots break.
Outside vanilla, Farmer's delight's crops do not break,either.
How can the issue be reproduced?
as shown above.
Logs
No response
Mod Version
1.20.1-9.0.0.43
Additional information
No response
In regards to the melon, there's nothing that can be done about it, since the fruit itself isn't considered a crop and doesn't call any of the Forge hooks we use for crop growth. Only the stem does.
Likewise, if other crops don't use the relevant Forge crop/bonemeal hooks, whether they're modded or vanilla (Since some vanilla plants aren't patched by Forge to use them), they won't break at all.
That being said, wheat should be breaking, assuming it's winter and you're not in an area that's still fertile for crop growth (Tropical biome, deep underground, etc.), so ensure it's not an issue with a custom datapack if you're using one.