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

Owl Genetics #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

HenryLoenwind
Copy link
Member

Scaling the owls is missing because I couldn't make heads or tails out of the scaling and translating. TODO tag is present. Scaling factors (in OwlSize) are untested and probably too extreme.

I made 4 color variants because they fit into a 64x64 texture. I'm not a good texture artist, so they are simple recolorings. More can be added easily by enlarging the texture, changing texture size in ModelOwl and adding enum values and mutations to OwlCoatColor.

@@ -52,7 +52,7 @@ repositories {
}

dependencies {
compile "mcp.mobius.waila:Waila:${waila_version}"
compile "mcp.mobius.waila:Waila:${waila_version}:dev"
Copy link
Member

Choose a reason for hiding this comment

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

Deobf jars are deprecated and most mods don't even provide them in 1.8 (didn't realize WAILA did). Use deobfCompile as the target.

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.

None yet

2 participants