If multiple guns and multiple lens are combined, some of them will be lost
Kanbe-Kotori opened this issue ยท 4 comments
Mod loader
Forge
Minecraft version
every
Botania version
every
Modloader version
every
Modpack info
No response
The latest.log file
every
Issue description
See ManaGunLensRecipe.java. You should have judged if there was only one gun and one lens. I mean, should you write codes like...
if (stack.getItem() instanceof xxx...) {
if(foundGun)
return false;
else
foundGun = true;
}
Steps to reproduce
- Put multiple guns and multiple lens into the craft table
- Craft
- You get ONE gun, and the remaining will be lost
Other information
No response
Please fill out the version fields properly.
Every version I tested contains this bug
Every version I tested contains this bug
list out the ones you tested then. Even that would be more useful than "every", which is completely useless information.