QMD

QMD

109k Downloads

[Bug] Target Chamber Recipe Typos

ThePoleThatFishes opened this issue ยท 1 comments

commented

I was looking at target chamber recipes from the code so I didn't need to go in-game, and I found a few typos (which make the recipes not generate)

  1. https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L123
    Input is "ingotBerylium9" instead of "ingotBeryllium" (I assume)

  2. https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L126
    Output is "ingotBeryllium9" instead of "ingotBeryllium" (I also assume)

  3. https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L132
    Output is "ingotBerylium7" instead of "ingotBeryllium7"

  4. https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L282
    Input is "ingotPutonium241" instead of "ingotPlutonium241"

  5. https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L415
    Output is "ingotBerylium7" instead of "ingotBeryllium7"

commented

Fixed in next version