Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AwwShoot opened this issue Jun 8, 2020 · 2 comments
Open
Labels
bug Something isn't working

Comments

@AwwShoot
Copy link

AwwShoot commented Jun 8, 2020

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.

@AwwShoot AwwShoot added the bug Something isn't working label Jun 8, 2020
@LemmaEOF
Copy link
Member

LemmaEOF commented Jun 8, 2020

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.

@Frontrider
Copy link
Member

Frontrider commented Jun 9, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants