Genetics Reborn

Genetics Reborn

2M Downloads

Bear gives resistence mutation instead of claws

7eggert opened this issue ยท 1 comments

commented

https://github.com/TheUnderTaker11/GeneticsReborn/wiki/Mutations
"PCM(Bear/Llama cell) + Diamond = 50% Claws II vs Claws I"

https://github.com/TheUnderTaker11/GeneticsReborn/blob/1.12.2/src/main/java/com/theundertaker11/geneticsreborn/potions/GRPotions.java

		BrewingRecipeRegistry.addRecipe(new ComplexBrew(MUTATION_POTION, Items.EMERALD, "EntityPolarBear",  EnumGenes.RESISTANCE, 50));
		BrewingRecipeRegistry.addRecipe(new ComplexBrew(MUTATION_POTION, Items.EMERALD, "EntityLlama",  EnumGenes.STRENGTH, 50));```

Similar problem for strength
commented

Fixed in next release