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

[Bug]: Phyto won't accept MA Seeds #2186

Closed
OmegaCosmos opened this issue Dec 31, 2024 · 7 comments · Fixed by #2187
Closed

[Bug]: Phyto won't accept MA Seeds #2186

OmegaCosmos opened this issue Dec 31, 2024 · 7 comments · Fixed by #2187
Labels
Bug Something isn't working

Comments

@OmegaCosmos
Copy link

Possible Fixes

No

Modpack Version

1.0.2

What happened?

In pack version 1.0.2, the Phytogenic Insolator won't accept Mystical Aggriculture seeds anymore. Seeds in the machine won't process and it won't accept new seeds.

I've taken the seeds out and tried a newly crafted machine too and that doesn't work either.

latest.log

No response

Developer reports

No response

@OmegaCosmos OmegaCosmos added the Bug Something isn't working label Dec 31, 2024
@bosszaza2547
Copy link

Can confirm it just doesn't work, there's no uses for them in the recipe too.

@Mitchell5200
Copy link
Contributor

unable to recreate in main dev, main gameplay, or a clean import instances, Please post latest.log files

@OmegaCosmos
Copy link
Author

Client in a single player world seems fine but issue persists on a server. There is nothing detailing this issue in the log files. It's worth noting that this is on a server that was running 0.3.5, upgraded to 1.0.0 a few days ago and then updated to 1.0.2 today to resolve a PNC crash.

@OmegaCosmos
Copy link
Author

Also no usages for the seeds involving the Phyto are present in JEI either, could be a KubeJS related bug on updates perhaps?

@loving2
Copy link
Contributor

loving2 commented Dec 31, 2024

I suspect #2187 to be the culprit / fix for this. Are you able to make the edit from this PR on your server and see if that helps?

You'd need to edit the file kubejs/server_scripts/mods/gtceu/apiary_recipes.js line 383 where it says

let combBlockMAXRecipeBuilder = allthemods.recipes.gtceu.comb_processor(id + '_block_MAX')

To hopefully fix the error, while the server is off, you would need to change that line to

let combBlockMAXRecipeBuilder = allthemods.recipes.gtceu.comb_processor(id + '_block_max')

Then start up the server again and give it a test

@bosszaza2547
Copy link

Tried it and it's now working again, can confirm it fixes.
Thanks

@OmegaCosmos
Copy link
Author

This fixes the bug, this also fixes JEI not accepting certain substitutes, such as uranium instead of yellorium for the fluidizer.

@loving2 loving2 linked a pull request Dec 31, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

4 participants