Binnie's Mods

Binnie's Mods

26M Downloads

[1.7.10] Treealyzer fruit name issue

psxlover opened this issue ยท 5 comments

commented

When using tree from ExtraTrees in the treealyzer, a "for." is added to the start of fruit names:
2017-08-16_15 51 21
2017-08-16_15 51 26

commented

Thanks for report!

commented

Opening since this probably still needs a fix in 1.7.10

commented

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.

commented

Fixed in 2.0.22