i wan't to add aspects to items from my mod, is there any(working) tutorial?
matyklug18 opened this issue ยท 3 comments
matyklug18 commented
Azanor commented
Do you still need help with this?
matyklug18 commented
Yes
Azanor 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)); }