phantamanta44 / tinkers-evolution

the fresh new tinkers' construct addon
https://www.curseforge.com/minecraft/mc-mods/tinkers-evolution
Other
24 stars 15 forks source link

Evolved trait doesn't interact with embossing the pieces it is on in expected way #141

Open TrashboxBobylev opened 7 months ago

TrashboxBobylev commented 7 months ago

Here is weapon with Chaotic Large Plate as part of the weapon. It is able to be upgraded to Chaotic level as expected. image

Here is another weapon, now with Chaotic Large Plate being embossed into it. It is only upgradeable to Wyvern level. image

What's up with that? The traits are the same color, so I expect that there should be no difference in max level for upgrades.

phantamanta44 commented 7 months ago

oh the way evolved is implemented is really stupid; it sets the max evolved level when the tool is first created and never updates it. i've had plans sitting around for a while to rewrite the whole thing to just use modifier levels like a sensible trait would, but i haven't gone through with it yet