Thaumcraft

Thaumcraft

57M Downloads

[Question] Add aspects to mod?

Insane96 opened this issue ยท 4 comments

commented

I have a few mods and want to add aspects to the items.
Which method let me add aspects?

commented

public static void registerObjectTag(ItemStack item, AspectList aspects) {

commented

In class with Thauminocons methods:

public static final Aspect NAMEASPECT= new Aspect("nameaspect",color#hex, new Aspect[]{components(if your aspect have components)}, new ResourceLocation("modid/textures/aspects/nameaspect.png"),blend(int));

commented

Sorry I meant add existing aspects to items