Thaumcraft

Thaumcraft

57M Downloads

i wan't to add aspects to items from my mod, is there any(working) tutorial?

matyklug18 opened this issue ยท 3 comments

commented
commented

Do you still need help with this?

commented

Yes

commented

Subscribe to thaumcraft.api.aspects.AspectRegistryEvent and in the event do the following:
@SubscribeEvent public static void registerAspects(AspectRegistryEvent event) { event.register.registerObjectTag("blockGlass", (new AspectList()).add(Aspect.CRYSTAL, 5)); }