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

Made the mod compatible with model-tweaking mods (like Mo' Bends) #82

Merged
merged 2 commits into from
Jun 26, 2018

Conversation

iwoplaza
Copy link
Contributor

7de265acb42024e1eeb295cbdf40878e

skinMap.get("default").addLayer(new RendererBackpack.Layer());
skinMap.get("slim").addLayer(new RendererBackpack.Layer());
for (RenderPlayer renderer : skinMap.values())
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please match the coding style of the mod. We want to keep uniform codestyle.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry. Yeah, I kept that in mind in the other files, but this was the first one I did, and I forgot to come back here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I change it, or will you just fix the style when potentially merging?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should change it. I have other issues to review.

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

Successfully merging this pull request may close these issues.

2 participants