Epicurean

Epicurean

24.5k Downloads

Planting Epicurean seeds does not give the "A Seedy Place" advancement.

AwwShoot opened this issue ยท 2 comments

commented

Describe the bug
Planting Epicurean seeds does not give the "A Seedy Place" advancement.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'a world'
  2. Click on 'farmland with an Epicurean seed'
  3. Scroll down to 'to the husbandry advancements'
  4. See error

Expected behavior Optional
The advancement should be achieved.

Screenshots Optional
If applicable, add screenshots to help explain your problem.

Version of the (please complete the following information):

  • Epicurean
  • Dependency A
  • Dependency B
  • Fabric API
  • Minecraft

Additional context Optional
Add any other context about the problem here.

commented

Not much I can do about that without replacing the entire advancement, sadly. It's hardcoded to placing wheat, pumpkin stems, melon stems, beetroots, and nether wart, and there's no tag support for the minecraft:placed_block criterion. I'll try and look into what's doable, but I'm not sure there's anything.

commented

You could easily work around that with function api. If you don't throw away the super call to the item class, than you can just hook up a function file to give the advancement, without having to do anything.

It's a weird solution, but this is one reason why that mod exists.