Advertisement
The_Official_Josh

1.8 Shaders config

Dec 11th, 2014
1,950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Use 7-Zip to extract the core.jar and asm.jar. Then go to your MultiMC folder, libraries, then create these folders inside of each other. First shaders, then Shaders, then the version (I'm using 2.4.1 so I type v2.4.1). Mind the capitalization. Paste the asm.jar and Shaders-Core.jar. Make sure to rename the shaders jar to: Shaders-[version].jar. Mine reads Shaders-v2.4.1.jar. After that go to the folder for your 1.8 instance. There should be two folders, minecraft and patches. If there isn't patches, create it. Next create the file shaders.json. MAKE SURE that the extension is .json and not .txt. Paste in all of this text below, changing the version to the shaders version you are using. Save and close everything. Boot up MultiMC, go to the instance and add asm.jar and shaders-core.jar we added earlier. There should also be a third file on that list, if you don't see it, click 'reset order' or try restarting.
  2. COPY THIS ONLY:
  3. {
  4. "+libraries": [
  5. {
  6. "insert": "prepend",
  7. "name": "net.minecraft:launchwrapper:1.8"
  8. },
  9. {
  10. "insert": "prepend",
  11. "MMC-depend": "hard",
  12. "MMC-hint": "local",
  13. "name": "shaders:Shaders:v2.4.1"
  14. }
  15. ],
  16. "+tweakers": [ "shadersmod.launch.SMCTweaker" ],
  17. "fileId": "shaders.Shaders",
  18. "mainClass": "net.minecraft.launchwrapper.Launch",
  19. "mcVersion": "1.8",
  20. "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userProperties ${user_properties} --userType ${user_type} ",
  21. "name": "Shaders",
  22. "order": 200,
  23. "version": "v2.4.1"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement