The resource pack that gets applied to all players when they join the SouthHollow network.
All releases can be found in the releases page, along with a specfic changelog. The zip file attachment will be for the currently most-supported version at that time. For simplicity sake, please access the branch of the pack version you'd like to see instead of trying to download it off the releases page.
- Minecraft 1.16.5
- Minecraft 1.17.x
We currently use Phoenix616's ResourcepacksPlugins to send the pack to player clients and keep track of them so it's not unnessesarily re-sent. It is running on our proxy of choice, Velocity. There is a config.yml
file which is used to update information about the packs. However, it is unlikely that you'll be editing it. Here's why:
The config.yml
file is setup to point the pack download to this Github repository. This means that GitHub acts as our CDN, and any that the pack can be updated without having to edit the following config.
packs:
globalpack:
restricted: false
permission: [ REDACTED ]
variants:
- url: https://github.com/South-Hollow/Resource-Pack/raw/main/SouthHollow.zip
hash: [ REDACTED ]
version: '1.16'
restricted: false
permission: [ REDACTED ]
- url: https://github.com/South-Hollow/Resource-Pack/raw/main/SouthHollow.zip
hash: [ REDACTED ]
version: '1.17'
restricted: false
permission: [ REDACTED ]
Typically, the proxy will need to be rebooted in order for all the changes to be made correctly. While the /vrp reload
command exists, limited success has been had with it, and using it is discouraged.
See Contributing
See Terms