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]: Runic Processor - Pressure Reaction Chamber recipe uses wrong fluorite dust #2259

Open
delladriv opened this issue Feb 19, 2025 · 2 comments
Labels
Bug Something isn't working

Comments

@delladriv
Copy link

Possible Fixes

No

Modpack Version

2.34

What happened?

Plutonium recipe for Runic Processor - PRC uses mekanism fluorite dust instead of AllTheOres fluorite dust
Runic Processor - PRC does not have recipe for Polonium Pellets

latest.log

No response

Developer reports

No response

@delladriv delladriv added the Bug Something isn't working label Feb 19, 2025
@theJERMwarfare
Copy link

Same problem for me too...bump

@theJERMwarfare
Copy link

Since that latest update, ATM10 2.39, did not include a fix for this I decided to try to fix it on my own by editing the kubejs recipes for the Runic Processor - PRC.

This only fixes the recipe for Plutonium Pellets for some reason, but than is better than nothing

Start in your minecraft/Instances/(whatever your game name is) file folder

Then navigate to kubejs/server_scripts/mods/modular_machinery/recipes/mekanism folder

Make a back up of the "pressurized_reaction_chamber.js" file...you know just in case.

Image

Open the original "pressurized_reaction_chamber.js" file with a program like Notepad++.

The polonium pellet and plutonium pellet are the first two receipts, just replace each "mekanism:dust_fluorite" entry with "#c:dusts/fluorite" (see screenshot below for what the change should look like).

Image

That should fix the issue for the plutonium pellet receipt.

Image

You might want to revert to the backup file in the future if the ATM team fixes this in a different way or if this change breaks something else.

I don't know why the the polonium receipt still doesn't work., but I hope that this helps

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

2 participants