Issue with Recipe for Kinetic Generator
AdamGaffney96 opened this issue ยท 1 comments
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