mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-24 04:50:30 -04:00
Merge pull request #110 from ghostflyby/bee_convert
Bee convert should not be localized
This commit is contained in:
commit
9ad6dd0772
@ -77,6 +77,9 @@ public class ConverterIIndividual implements Converter {
|
|||||||
.put(IAlleleInteger.class, (IAlleleConverter<IAlleleInteger>) IAlleleInteger::getValue)
|
.put(IAlleleInteger.class, (IAlleleConverter<IAlleleInteger>) IAlleleInteger::getValue)
|
||||||
.put(IAlleleBoolean.class, (IAlleleConverter<IAlleleBoolean>) IAlleleBoolean::getValue)
|
.put(IAlleleBoolean.class, (IAlleleConverter<IAlleleBoolean>) IAlleleBoolean::getValue)
|
||||||
.put(IAlleleArea.class, (IAlleleConverter<IAlleleArea>) IAlleleArea::getValue)
|
.put(IAlleleArea.class, (IAlleleConverter<IAlleleArea>) IAlleleArea::getValue)
|
||||||
|
.put(IAlleleTolerance.class, (IAlleleConverter<IAlleleTolerance>) allele-> allele.getValue().toString())
|
||||||
|
.put(IAlleleFlowers.class, (IAlleleConverter<IAlleleFlowers>) allele-> allele.getProvider().getFlowerType())
|
||||||
|
.put(IAlleleBeeEffect.class, (IAlleleConverter<IAlleleBeeEffect>) IAllele::getUnlocalizedName)
|
||||||
.put(IAllelePlantType.class, (IAlleleConverter<IAllelePlantType>) IAllelePlantType::getPlantTypes)
|
.put(IAllelePlantType.class, (IAlleleConverter<IAllelePlantType>) IAllelePlantType::getPlantTypes)
|
||||||
.put(IAlleleGrowth.class, (IAlleleConverter<IAlleleGrowth>)
|
.put(IAlleleGrowth.class, (IAlleleConverter<IAlleleGrowth>)
|
||||||
allele -> allele.getProvider().getInfo())
|
allele -> allele.getProvider().getInfo())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user