ThexXTURBOXx / BlockHelper

Basically WAILA for b1.2_02-1.5.2
https://modrinth.com/mod/block-helper
MIT License
8 stars 3 forks source link

[1.2.5 (Maybe 1.3.2)] Broken Mod Name #9

Closed willatendo closed 2 years ago

willatendo commented 2 years ago

2022-04-06_14 53 07 In the 1.2.5 and maybe 1.3,2 versions of the Fossils and Archaeology mod, due to the way it was created, it is technically two mods (the base mod and a addon) and as such the widget labels the blocks as from AddonTimeMachine and not FOSSIL / ARCHEOLOGY, as would be correct. I don't know if this can be fixed, due to the way the Fossils and Archaeology mod is made, but if you need the mod as it is hard to come by, I can give it to you.

ThexXTURBOXx commented 2 years ago

Block Helper only fetches the mod names from the mcmod.info and BaseMod's methods. I don't plan on hardcoding too many fixes, sadly. It is also worth noting that Block Helper can not differentiate between mods if no appropriate class extension is being made. Thus, if your mod adds a block that directly instantiates, e.g. BlockWool, then Block Helper will not be able to differentiate your block from Vanilla ones. Other approaches are sadly difficult (also performance-wise) or even impossible to implement.

Thank you anyways for reporting!