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

Issue with Recipe for Kinetic Generator #90

Open
AdamGaffney96 opened this issue Nov 24, 2023 · 1 comment
Open

Issue with Recipe for Kinetic Generator #90

AdamGaffney96 opened this issue Nov 24, 2023 · 1 comment
Labels
Confirmed issue reproduced. Investigating cause.

Comments

@AdamGaffney96
Copy link

Version info
Java version:
Minecraft Forge version: 43.2.23

Describe the bug
I had an issue with the kinetic generator where it was not craftable in v2.3.5 of Modular Powersuits for Minecraft version 1.19.2. I went into the JAR to have a look at the recipes, and realised it was looking for iron plating with the ID "numina:component_plating_iron", however the numina version I have (also v2.3.5) doesn't have an item by that description. I was able to replace it with the "powersuits:plating_iron" ID as I do have the Iron Plating from Modular Powersuits itself and from then on it was craftable and I could view the recipe with JEI.

If I look in the codebase right now it does seem like the issue still exists in the code, and so wanted to raise it so that the issue could be resolved mod-wide! My fix seemed to work totally fine with no issues.

Thanks,
Adam

@lehjr
Copy link
Owner

lehjr commented Nov 24, 2023

Unfortunately this is one of those things that is on the list of things to fix, just not at the top. These issues are why the mod hasn't moved beyond alpha though.

@lehjr lehjr added the Confirmed issue reproduced. Investigating cause. label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed issue reproduced. Investigating cause.
Projects
None yet
Development

No branches or pull requests

2 participants