Skip to content

Instantly share code, notes, and snippets.

@dayne
Last active December 13, 2021 04:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dayne/fe87b4923fc611ee8b8c563a2a50c25f to your computer and use it in GitHub Desktop.
Save dayne/fe87b4923fc611ee8b8c563a2a50c25f to your computer and use it in GitHub Desktop.
SevTech Setup Client & Server Notes

SevTech is a mega minecraft mod. See more details on the SevTech Wiki

MultiMC install

Download MultiMC (Mod Manager for Minecraft)

  • Download the latest version of SevTech
    • 3.0.8 as of this writing
  • https://multimc.org/
    • Download correct version for your OS.
  • Extract MultiMC and run it.
  • "Add Instance" and select the Import from zip option
    • Select Browse and navigate to where you downloaded the SevTech zip file.
    • Select the ZIP file.
    • Say OK and After it's done you should have an icon that says "Sev Tech Ages"
  • Click on the SevTech ages, it should now ask to supply your minecraft account.
    • Settings->Accounts if it doens't take you there automatically.
  • Login to your Minecraft account. (top right, manage profiles)
    • Click "Add" and add enter your minecraft username/email and password.
  • Check your memory allocation and Java Version!!!
    Select new SecTek+Ages icon, then click Settines button in top menu
    • Settings Button -> Java
      • Click Auto-Detect and verify you see that 1.8.0_171 with Architecture 64 is the default option
    • The default is not enough. Use 4096 a good target. Dayne's memory settings of success:
      • Minimum: 1024 MB
      • Maximum: 7168 MB
      • PermGen: 128 MB
  • Launch the game, it'll go through a lengthy initilization process.
  • After 7/7 you'll get the SevTech launcher where you will need to add our server:
    • Add Server
      • Server Name: ModZer0 SevTech
      • Server Address: Mod0.n1nj4.net:25570

TWITCH INSTALL METHOD

  • Install Twitch Desktop App from https://app.twitch.tv/
    • If you don't have an account you can create one for free
  • Enable Minecraft Mod - Menu Mods & enable Minecraft (restarts twitch)
  • Click the Install Minecraft to fully enable the twitch mod.
  • Browse All Modpacks & click on SevTech (or Search for it if it still isn't top result)
  • Click on the VERSIONS tab and find the 3.0.8 version and highlight it
  • Click the Install button (top left)
    • Lengthy process
  • Press the Purple Play (top left) to launch the minecraft launcher
  • Login to Minecraft
  • Setup More RAM -- this is important
    • Launch options (top right)
    • Select sevtech
    • JVM Arguments change the initial -Xmx3072M to -Xmx6G
    • Click Save
    • Click on News
  • Use the small green up arrow button (left of Play button) to select SevTech Mod and then click Play
  • Wait a long time while it sets up all the mods.
  • Multiplayer (Allow Firewall access in Windows)
  • Add Server
    • Server Name: ModZer0 SevTech
    • Server Address: Mod0.n1nj4.net:25570

Server Install

  • https://minecraft.curseforge.com/projects/sevtech-ages/files
  • Click the +1 Server Pack link for the approrpiate version (3.0.8 as of this install)
  • wget the the download URL on mod0
    • wget https://minecraft.curseforge.com/projects/sevtech-ages/files/2570735/download
    • mv download sevtech-server-3.0.8.zip
  • unzip sevtech-server-3.0.8.zip sevtech-server-3.0.8
  • ln -s sevtech-server-3.0.8 sevtech
  • cd sevtech
  • sh Install.sh
  • Edit server.properties and ensure settings (port) are set the way you want
  • Edit eula.txt and set to true
  • sh ServerStart.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment