Composting does not accept Croptopia seeds
kingstairs opened this issue ยท 6 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my bug.
Platform.
Fabric
Minecraft version.
1.17.1
Croptopia version.
1.6.0
What happened?
Reported previously for 1.5.0 (#190) but closed. Easy to repeat with current release:
- Creative mode (Windows, MultiMC) - only mods are Fabric API & Croptopia - minimum required
- Create a composter
- Pick up some vanilla seeds and fruits - e.g., wheat seeds, apples
- Compost them - both seeds and fruits are composted, with appropriate visuals and sounds.
- Collect some Croptopia crops and seeds - whatever is handy in the biome
- Compost them - the crops (e.g., peppers, oranges) compost normally. With seeds, nothing happens at all.
Since the crops work but not the seeds, I'm guessing there is a tag or flag missing on the seed item definition(s).
Mods were downloaded directly from CurseForge.
Relevant log.
Here is the minimal mod list demonstrating the issue (Fabric API + Croptopia):
[15:50:57] [main/INFO]: Loading for game Minecraft 1.17.1
[15:50:58] [main/INFO]: [FabricLoader] Loading 49 mods:
- [email protected]
- [email protected]+1.17
- [email protected]+a02b446318
- [email protected]+2b5c62d018
- [email protected]+c345aea818
- [email protected]+a02b446318
- [email protected]+5ab9934c18
- [email protected]+92519afa18
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+be9da31018
- [email protected]+6cefd57718
- [email protected]+a02b446318
- [email protected]+a722d8c018
- [email protected]+92519afa18
- [email protected]+6cefd57718
- [email protected]+a02b446318
- [email protected]+b7ab612118
- [email protected]+a02b446318
- [email protected]+36b77c3e18
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+92519afa18
- [email protected]+a02b446318
- [email protected]+6cefd57718
- [email protected]+a02b446318
- [email protected]+92519afa18
- [email protected]+b7ab612118
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+e2961fee18
- [email protected]+5f02c96918
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+92519afa18
- [email protected]+a02b446318
- [email protected]+a00e834b18
- [email protected]+155f865c18
- [email protected]+a02b446318
- [email protected]+5ab9934c18
- [email protected]+a02b446318
- [email protected]+a02b446318
- [email protected]+b7ab612118
- [email protected]+3fe3c3f518
- [email protected]
- java@16
- [email protected]
There is nothing else in the log of value - nothing is output when I am composting.
Additional information.
Let me know if you need any system/Java-level information.
So far, any seed seems to reproduce it. Let me try creating a new MC instance from scratch, in case this issue is related to mod updating - something MC is caching at the instance level.
I created a new 1.17.1 MC instance (in MultiMC), added Fabric, Fabric API and Croptopia - all current versions. Created a new random seed Creative world. Problem still exists.
Found something new from my testing:
Chile peppers, ginger and vanilla do not compost (the crops, not the seeds). That may apply to other crops, but those are the ones I found from a few minutes testing. Note that I have not checked if this is an issue in my other instances - just happened to discover it as chile plants spawned next to me. Other crops (soybeans, yellow peppers, banana sapling) compost normally. Again, no Croptopia seeds will compost.
Attaching full log from the run: minecraft-log-2021-08-05.zip
I'll see if I can record a video to demonstrate.
Can you upload a video to streamable or something? is there a specific seed that isn't working or is it all of them? I can't reproduce this
63c465b is where it broke, my bad
Okay, I made a brief video demonstrating the issue, using the same steps from my original report: https://youtu.be/0060yOldpXU
This is a new world in the same test environment I documented and logged above.
Again, this is completely reproducible in my environment - I just create a new world and the problem exists.
I am puzzled that you still cannot reproduce this (as a developer myself I know reproducibility is key to identifying an resolving any issue). It suggests this could be something environmental - maybe something about the MultiMC environment, or even the Java version I use? I'm not a MC modder, so I don't know how those might interact with a mod.
Let me know what else you need
new version is uploading right now, sorry about that. Composting was registered after the config was read, and the config didn't have any seeds in it because of the above commit removing it for whatever reason. So only people with older installations would be able to compost seeds. That won't be the case any more