Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. OLD:
  2. minecraft {
  3. version = "1.8.9-11.15.0.1690"
  4. runDir = "run"
  5.  
  6. // the mappings can be changed at any time, and must be in the following format.
  7. // snapshot_YYYYMMDD snapshot are built nightly.
  8. // stable_# stables are built at the discretion of the MCP team.
  9. // Use non-default mappings at your own risk. they may not allways work.
  10. // simply re-run your setup task after changing the mappings to update your workspace.
  11. mappings = "stable_20"
  12. // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
  13. }
  14.  
  15.  
  16.  
  17. NEW:
  18. minecraft {
  19. version = "1.8.9-11.15.0.1690"
  20. runDir = "run"
  21.  
  22. // the mappings can be changed at any time, and must be in the following format.
  23. // snapshot_YYYYMMDD snapshot are built nightly.
  24. // stable_# stables are built at the discretion of the MCP team.
  25. // Use non-default mappings at your own risk. they may not allways work.
  26. // simply re-run your setup task after changing the mappings to update your workspace.
  27. mappings = "snapshot_20160109"
  28. // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement