lehjr / MachineMusePowersuits

Minecraft mod, take 3
Other
15 stars 15 forks source link

Issue with Recipe for Kinetic Generator #90

Open AdamGaffney96 opened 9 months ago

AdamGaffney96 commented 9 months ago

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 commented 9 months ago

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.