Supplementaries

Supplementaries

82M Downloads

[Quilt 19.2] Seeds not compostable

Shibva opened this issue · 13 comments

commented

The issue here is quite simple, Flax seeds for some reason are not compostable; guessing that part was forgotten or some part of the code broke

that is all, should overall be a quick fix

commented

whats your mod version?

commented

supplementaries-1.19.2-2.3.17-fabric.jar

commented

It's been like this for a while so I'm surprise no one has reported it before me

commented

I did try it yesterday and it was working for me

commented

Maybe it's because I'm using the quilt… Strange w why it's doing that thou

commented

Quilts API does it supposed to be very similar to fabrics to allow for backwards compatibility with fabric mods

if you need to do something different for it let me know, and I might bring it up with their api

commented

As far as I know for compostable you just add stuff to the composter map directly. That's a vanilla thing I don't think there's any API for it and even if there was it should be compatible with the vanilla way. Bur that's likely it. Quilt claim that it works with fabric mod is their claim and could be a bit of a bold one as code is different so minor things might be different enough to cause discrepancies

commented

I can give it a try when I have a time; I just need to know what I need to do to add something to the composter through a data pack, if that's possible

Or you can try to fix it… To be honest, I'm not sure what youll chose because I read your last Changelog, and you said that you don't wanna touch this sort of version ever again; yet again, I may be missing sarcasm, like I tend to do

commented

So I found a mod whose code is open-source and has compostable items that work both in fabric and quilt

https://github.com/0rc1nus/Galosphere-Main/blob/ff2716c789022ff133690e4deebbe8bbc597b636/src/main/java/net/orcinus/galosphere/init/GVanillaIntegration.java#L3
maybe this would tell what is being done differently for this issue to be fixed? tbh im curious at this point

commented

is the issue resolved? if yes, then please close.
otherwise, you can leave it open.

commented

I don't believe so; it seems to be working fine on fabric, but not on quilt for whatever reason

It's been a while since I've checked, since I moved off of quilt due to some issues that I've ran into. It's highly likely that the issue is still present

commented

It's ironic; it should, but it's not really.
I will try to see any quilt developers would know what's going on; they might have an idea what's causing this bug.

Thanks for your feedback

commented

alright. I supposed the issue is on the quilt since it should be compatible with Fabric mods.