Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Add aspects to mod? #24

Open
Insane96 opened this issue May 11, 2018 · 4 comments
Open

[Question] Add aspects to mod? #24

Insane96 opened this issue May 11, 2018 · 4 comments

Comments

@Insane96
Copy link

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

@Rohzek
Copy link

Rohzek commented May 20, 2018

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

@Rumaruka
Copy link

Rumaruka commented May 21, 2018

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));

@Insane96
Copy link
Author

Sorry I meant add existing aspects to items

@Zeitheron
Copy link

Zeitheron commented May 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants