Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

Minecraft Purity is mod for Minecraft Beta 1.7.3

Supported Java version : 8

How to install ?

For MultiMC/PrismLauncher:

  1. Download "purity.zip" from Releases
  2. Open MultiMC
  3. Click "Add instance"
  4. Navigate to "Import"
  5. Click "Browse"
  6. Select "purity.zip"
  7. Click "OK"
  8. Done

P.S. : You may need some instance tinkering (like changing java).

Other Launchers : NOT SUPPORTED

Purity Launcher: in development

How do you create a server?

  1. Download "purity_server.jar" from Releases
  2. Create "start.bat"/"start.sh" file in the same folder which contains "purity_server.jar"
  3. Open your terminal and enter this command: chmod +x start.sh (Only on Linux and macOS)
  4. Edit "start.bat"/"start.sh"
  5. Paste this into it:
    java -Xmx2048m -Xms2048m -jar purity_server.jar nogui
  6. Enjoy

screenshot