[Bug] Target Chamber Recipe Typos
ThePoleThatFishes opened this issue ยท 1 comments
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)
-
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) -
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) -
https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L132
Output is "ingotBerylium7" instead of "ingotBeryllium7" -
https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L282
Input is "ingotPutonium241" instead of "ingotPlutonium241" -
https://github.com/Lach01298/QMD/blob/master/src/main/java/lach_01298/qmd/recipes/TargetChamberRecipes.java#L415
Output is "ingotBerylium7" instead of "ingotBeryllium7"