Skip to content

A Gregtech modpack inspired by boilers and ... their accidents

Notifications You must be signed in to change notification settings

Lrdmtns/Gregtech_Boiler_Blower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gregtech: Boiler Blower

Credits:

Lrdmtns: Lead Dev and Creator

Development

Making a development instance

Requirements

Installing

image

Windows

  • Set the pre-launch on your prism/multimc instance to:
  • cmd /c python3 "$INST_DIR/packwiz/update.py"
  • And the post-launch to:
  • cmd /c python3 "$INST_DIR/packwiz/generate.py"

Linux

  • If your python command runs python3, you can use just python.
  • Prelaunch:
  • /bin/bash -c python3 "$INST_DIR/packwiz/update.py"
  • Postlaunch:
  • /bin/bash -c python3 "$INST_DIR/packwiz/generate.py"

Launch the instance & get developing!

Updating

  • Re-launch the instance

Pushing

  • Open your packwiz directory.
  • Run git add . in your terminal in the packwiz folder.
  • Run git commit -am "(whatever message you want the commit to say)"
  • and finally, run git push

Adding mods

  • In the packwiz folder, run the command packwiz curseforge install (project slug)
  • To find the project slug, first open up a curseforge mod's page, and look at the end of the website link, Ex:

image

About

A Gregtech modpack inspired by boilers and ... their accidents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 96.4%
  • Python 3.6%