Skip to content

Commit

Permalink
Deploying to gh-pages from @ f147743 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2023
1 parent 225ac00 commit c2fbbaa
Show file tree
Hide file tree
Showing 133 changed files with 2,349 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tag/v1.5.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Hack Pack
## The modpack for the Hack Club modded minecraft server

**Head onto [releases](https://github.com/hackclub/modpack/releases/latest) to download and start playing today!**

### Want to suggest a new mod?
Create an issue or a pull request!

### Need help?
Contact us in **#minecraft**

---

This modpack uses [packwiz](https://packwiz.infra.link/) to manage mods.

Tested with [Prism Launcher](https://prismlauncher.org/), but other launchers supporting modrinth format modpacks should work.
6 changes: 6 additions & 0 deletions tag/v1.5.0/config/ferritecore-mixin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Replace the blockstate neighbor table - DISABLED (canary)
replaceNeighborLookup = false
#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. - DISABLED (canary)
populateNeighborTable = false
#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled - DISABLED (canary)
replacePropertyMap = false
3 changes: 3 additions & 0 deletions tag/v1.5.0/config/sebastrnlib-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Display a thank you message at spawn?
sayThanksMessage = false

Loading

0 comments on commit c2fbbaa

Please sign in to comment.