Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

ewpratten/corepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CorePack Build Modpack

CorePack is my client-side modpack I have been playing with for years. This repo contains the buildscripts to package all needed resources into a MultiMC instance zip file

Installation

Installation is simple. Install MultiMC, and grab the latest CorePack zip. Inside MultiMC, add a new instance, and select the downloaded ZIP file.

Post-install

Once Minecraft is launched, you will need to go in to the resource pack menu, and enable all the packs marked incompatible. By default, modpacks cannot load textures from older versions, even though they are compatible with eachother anyways.

Building

CorePack requires bazel.

# Build CorePack
bazel build //modpack

# Inspect the output
file ./bazel-bin/modpack/corepack.zip