
Tomatoes behavior clashes with Farmer's Delight other crops
DiogoHSS opened this issue ยท 3 comments
Minecraft version
1.21.1
Farmer's Delight version
1.2.7
NeoForge version
21.1.168
Description
Mods interacting with Farmer's Delight:
Regions Unexplored
Supplementary
Harvest with ease
Tomato seeds can't be planted on silt dirt farmland from Regions Unexplored, this behavior is not seen in other crops, as of now I could plant cabbage, chilli pepper and onions in silt dirt farmland.
Tomatoes planted can grow 3 blocks tall when single sticks are placed on top of it with supplementary but only the first, most lower, block generates tomates and when havested, at least with right click (Harvest with ease), the plant breaks the block above it with the stick.
Steps to reproduce
Till silt dirt from Regions Unexplored
Try to plant tomato seed
Plant tomato seed in dirt Farmland
Place sticks on top of tomato plant, 1 sticks per block only
make it grow to 3 blocks tall and produce tomatoes to harvest
Tomato will only produce in the first block, harvest it and the block above will break
Mod list
- Amendments [1.21-1.2.24]
- Cobweb [1.3.3]
- Farmer's Delight [1.2.7]
- Harvest with ease [9.4.0]
- Moonlight Lib [1.21-2.18.13]
- Regions Unexplored [0.5.6.1]
- Supplementaries [1.21-3.1.7]
- TerraBlender [4.1.0.8]
Logs
latest.log https://pastebin.com/BhicPEud
debug.log https://paste.ee/p/eoPXd8xU
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I am using performance or shader mods
After looking into the code, it does seem like Tomato's budding block form was hardcoded to only be plantable on vanilla farmland. I'll update it to check instanceof FarmBlock
.
However, Regions Unexplored has two farmlands, Peat and Silt, and the latter is not instanceof FarmBlock
. The only thing it does to identify itself is use a non-standard tag, c:farmland
. It may be worth forwarding this to the dev, as not inheriting FarmBlock could've been an oversight in their case, given both blocks behave the same.
As for the second bug, with tomato vines:
Tomato vines growing on sticks is a Supplementaries integration with FD; this custom block is added by this mod. It does seem as if the stick variant of the vine is bugged, breaking the ones above it when harvested, but I couldn't replicate this bug with standard rope vines.
I suggest forwarding this issue to the Supplementaries issues board, as they will be better equipped to fix it:
https://github.com/MehVahdJukaar/Supplementaries/issues
First part of the issue has been fixed (partially) on commit e2096a0.
A fix may be needed from Regions Unexplored's side for silt farmland in specific.