[1.18.2 fml] Cannot right-click harvest Enchanced Farming veggies
Cixon opened this issue · 8 comments
at least in the wild... i also have Wildplants 3 and attempting to do this on wheat that were generated on grassblocks did not result in a successful harvest.
Wildplants 3
https://www.curseforge.com/minecraft/mc-mods/wks-wildplants/screenshots
Just to make sure, since the enhanced farming one should work, how are you trying to harvest the crops? It may be the case that you're trying to harvest without holding a hoe, in which case you'll need to change the requiresHoe config to false.
Just to make sure, since the enhanced farming one should work, how are you trying to harvest the crops? It may be the case that you're trying to harvest without holding a hoe, in which case you'll need to change the
requiresHoeconfig to false.
I am using a hoe. To be more specific, a iron hoe. The mod doesn't allow harvest on anything other than farmland. With Wildplants 3, that mod randomly generates crops in the wild and some appear on blocks other than grassblocks.
So Wildplants is using FlowerBlock rather than CropBlock. I'm unsure of the limitations incurred by having to generate the blocks using world generation, but it is just asking for mod compatibility issues by not using the Minecraft CropBlock and having a custom wheat block.
So Wildplants is using
FlowerBlockrather thanCropBlock. I'm unsure of the limitations incurred by having to generate the blocks using world generation, but it is just asking for mod compatibility issues by not using the MinecraftCropBlockand having a custom wheat block.
I see. So in order for RCH to detect it, it must be registered under Minecraft’s registry, right? If so I can open a ticket to request this
Not exactly. You can copy and paste the following and say it's from me, and I'll come and join the issue if you link it back here.
Wildplants seems to place its own custom wheat block that extends
FlowerBlockrather than using vanillas wheat block. I don't know if this is required for worldgen purposes, but it causes problems with mod compatibility since any mod looking for aCropBlockorBlocks.WHEATis not going to work with wildplants out of the box.