Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public Vec3 getSkyColor(Entity cameraEntity, float partialTicks)
- {
- Color color = new Color(178, 162, 82);
- float f4 = ((float)(color.getRed()))/255.0F;
- float f5 = ((float)(color.getGreen()))/255.0F;
- float f6 = ((float)(color.getBlue()))/255.0F;
- return Vec3.createVectorHelper((double)f4, (double)f5, (double)f6);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement