Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /* Error */
  2. src\minecraft\net\minecraft\src\mod_RGBOres.java:28: net.minecraft.src.MLProp is not an annotation type
  3. @MLProp(min=1.0D, max=255.0D)
  4. ^
  5.  
  6. /* Code */
  7. @MLProp(min=1.0D, max=255.0D)
  8. public static int lapisPixelID = 100;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement