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

Seeds: Vishroom, Shimmerleaf and Cinderpearl via Infusion produces only 1 seeds instead of 8 #981

Open
1 task done
Lumpous opened this issue Oct 10, 2024 · 1 comment
Labels
minor bug Something is slightly not working properly mod issue This should be resolved by the mod

Comments

@Lumpous
Copy link

Lumpous commented Oct 10, 2024

Was this bug reported before?

  • No, it was not.

Please provide a link to your crash report or latest.log, if relevant

No response

If you have any, please provide a list of additional mods

No response

Please describe the issue you are experiencing

Current modpackversion: 1.6.4
Java on local PC:

  • java version "1.8.0_381"
  • Java(TM) SE Runtime Environment (build 1.8.0_381-b09)
  • Java HotSpot(TM) 64-Bit Server VM (build 25.381-b09, mixed mode)

Java on Server:

  • openjdk version "1.8.0_422"
  • OpenJDK Runtime Environment (build 1.8.0_422-8u422-b05-1~22.04-b05)
  • OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)

Issue can be reproduced in singleplayer as well as multiplayer on every try.
Issue was already known in modpackversion 1.6.3


When trying to get additional seeds for Vishroom, Shimmerleaf and Cinderpearl using the infusion altar, the infusiuon produces only a single seed for all 3 plants and thus makes the whole infusion for the 3 types of seeds useless.

Issue seems to be known:
daedalus4096/ThaumicWonders#64
daedalus4096/ThaumicWonders#70

As this issue appears to be ages old without any visible change until today - i'd suggest a temporary fix (as suggested in daedalus4096/ThaumicWonders#64) using custom recipe:

mods.thaumcraft.Infusion.removeRecipe(thaumicwonders:vishroom_spore);
mods.thaumcraft.Infusion.registerRecipe("vishroom_spore", "TWOND_MYSTIC_GARDENING",thaumicwonders:vishroom_spore.withTag({Name:"handful"}), 5, [aspect:herba*10,aspect:ignis*10,aspect:praecantatio*5], minecraft:wheat_seeds, [thaumcraft:vishroom, thaumcraft:salis_mundus]);
recipes.addShapeless(thaumicwonders:vishroom_spore*8,[thaumicwonders:vishroom_spore.withTag({Name:"handful"})]);

mods.thaumcraft.Infusion.removeRecipe(thaumicwonders:shimmerleaf_seed);
mods.thaumcraft.Infusion.registerRecipe("shimmerleaf_seed", "TWOND_MYSTIC_GARDENING",thaumicwonders:shimmerleaf_seed.withTag({Name:"handful"}), 5, [aspect:herba*10,aspect:victus*10,aspect:auram*5], minecraft:wheat_seeds, [thaumcraft:shimmerleaf, thaumcraft:salis_mundus]);
recipes.addShapeless(thaumicwonders:shimmerleaf_seed*8,[thaumicwonders:shimmerleaf_seed.withTag({Name:"handful"})]);

mods.thaumcraft.Infusion.removeRecipe(thaumicwonders:cinderpearl_seed);
mods.thaumcraft.Infusion.registerRecipe("cinderpearl_seed", "TWOND_MYSTIC_GARDENING",thaumicwonders:cinderpearl_seed.withTag({Name:"handful"}), 5, [aspect:herba*10,aspect:victus*10,aspect:auram*5], minecraft:wheat_seeds, [thaumcraft:cinderpearl, thaumcraft:salis_mundus]);
recipes.addShapeless(thaumicwonders:cinderpearl_seed*8,[thaumicwonders:cinderpearl_seed.withTag({Name:"handful"})]);
@Lumpous Lumpous added the auto: bug This bug report hasn't been looked at yet label Oct 10, 2024
@xJon xJon added mod issue This should be resolved by the mod minor bug Something is slightly not working properly and removed auto: bug This bug report hasn't been looked at yet labels Oct 10, 2024
@xJon
Copy link
Owner

xJon commented Oct 10, 2024

Thank you for the report, and the suggested solution! Thankfully there's a fork in the works (https://github.com/Elite-Modding-Team/NewWonderology), so I might simply update to it as it gets more complete (it currently has some content removed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor bug Something is slightly not working properly mod issue This should be resolved by the mod
Projects
None yet
Development

No branches or pull requests

2 participants