[1.7.10] Treealyzer fruit name issue
psxlover opened this issue ยท 5 comments
@mezz @Nedelosk
I need help :(
https://github.com/ForestryMC/Binnie/blob/master-MC1.7.10/src/main/java/binnie/extratrees/genetics/ExtraTreeFruitGene.java#L316
https://github.com/ForestryMC/Binnie/blob/master-MC1.7.10/src/main/java/binnie/extratrees/genetics/ExtraTreeFruitGene.java#L421
I don't know, why it's not work. Can you help me?
I looked into it and in 1.7.10, Forestry does this:
https://github.com/ForestryMC/ForestryMC/blob/mc-1.7.10/src/main/java/forestry/arboriculture/gui/GuiTreealyzer.java#L245
It expects getDescription()
to be unlocalized, and it adds for.
to the front.
It would be a lot of work to fix this properly (it's already fixed in later Forestry) so I am just going to hack around it in Binnie's to fix it.