Thaumcraft

Thaumcraft

57M Downloads

[Question] Remove/overwrite aspects from/on items?

Rohzek opened this issue ยท 0 comments

commented

I've recently began adding aspects to the items and blocks in my mod, which works fine on items that Thaumcraft doesn't recognize, using: ThaumcraftApi#registerObjectTag. However, items that are picked up by Thaumcraft based on ore dictionary entries (such as an item tagged as gemQuartz) seem to cling to the default aspects even when an attempt is made to define it manually (like above, or by removing it, as I tried when I tried implementing a 'removeAspect' method as seen in another mod: https://github.com/Zeitheron/ThaumicAdditions/blob/1.12.2/src/main/java/com/zeitheron/thaumicadditions/init/KnowledgeTAR.java#L158-L167).

What's the proper way to do this?