DialUp

ColorizeLeaves

Jan 2nd, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package net.brandoncow.mod.world;
  2.  
  3. public class ColorizeLeaves {
  4.     public static int getFoliageColorEbony(){
  5.         return 109900;
  6.     }
  7.    
  8.     public static int getFoliageColor(){
  9.         return 109900;
  10.     }
  11.    
  12. }
Advertisement
Add Comment
Please, Sign In to add comment