[BUG] Seeds not recognized by the plugin.
keithphilippe opened this issue ยท 2 comments
Describe the bug
I tried making a Farmer Job. So I whitelisted several items:
- minecraft: wheat_seeds, minecraft:wheat, minecraft:cocoa_beans, minecraft:cocoa_beans, minecraft:pumpkin_seeds, minecraft:melon_seeds, minecraft:nether_wart, minecraft:sugar_cane, minecraft:cactus, minecraft:sweet_berries, minecraft:beetroot, minecraft:potato, minecraft:carrot, minecraft:beetroot_seeds
- How will the job work? - By breaking seeds. I've also tried changing the type to place. It still doesn't work also.
Wheat seeds, beetroot seeds, cactus, carrots, and potatoes are not being recognized as blocks, so they aren't able to fulfill the job requirements. In contrary, sugarcanes are being recognized.
To Reproduce
Steps to reproduce the behavior:
- Install the plugin
- Change type to "break"
- Whitelist items mentioned above
- Plant the following whitelisted items
- Break/place the mentioned items.
- Check /jobs if there are blocks destroyed/placed.
Expected behavior
I expected the plugin to recognize different types of seeds to be recognized by breaking/placing them in the farmland.
Screenshots and Logs
None.
Software Details:
- Server Software: PaperSpigot
- Server Software Version: Paper 1.18.1
- Plugin Version [e.g. 1.0-beta-1b, 1.0-beta-1bc]
- Java Version: [e.g. Version 8 Update 28)
Additional context
None.