https://github.com/chaotictrials/gardenofglass-questbookedition
A repository for my modpack on CurseForge. Makes it easy to report bugs, suggest things and help developing new versions.
https://github.com/chaotictrials/gardenofglass-questbookedition
curseforge discontinued forge minecraft-modpack
Last synced: 4 months ago
JSON representation
A repository for my modpack on CurseForge. Makes it easy to report bugs, suggest things and help developing new versions.
- Host: GitHub
- URL: https://github.com/chaotictrials/gardenofglass-questbookedition
- Owner: ChaoticTrials
- License: apache-2.0
- Created: 2021-03-04T20:23:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T09:37:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T05:52:58.357Z (6 months ago)
- Topics: curseforge, discontinued, forge, minecraft-modpack
- Language: Python
- Homepage: https://minecraft.curseforge.com/projects/275351
- Size: 725 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/changelog-4.2.0.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.curseforge.com/minecraft/modpacks/garden-of-glass-questbook-edition)
[](https://github.com/MelanX/GardenofGlass-QuestbookEdition/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
[](https://github.com/MelanX/GardenofGlass-QuestbookEdition/blob/master/LICENSE)
[](https://GitHub.com/MelanX/GardenofGlass-QuestbookEdition/releases/)
[](https://discord.gg/u8ZE5Ts)### This modpack puts your knowledge to the test!
This is the official repository of the Minecraft modpack `Garden of Glass (Questbook Edition)` on
[CurseForge](https://www.curseforge.com/minecraft/modpacks/garden-of-glass-questbook-edition)! It contains all necessary
files to create a server and to create a client .zip file for importing into any known launcher which can import the
default CurseForge modpack files.Releases for server and client files can be
found [here](https://github.com/MelanX/GardenofGlass-QuestbookEdition/releases)
or on [CurseForge](https://www.curseforge.com/minecraft/modpacks/garden-of-glass-questbook-edition).## Content
### Basic
The included content in the folders are only the files which were changed. If a config isn't changed, it doesn't need to
be here. It will be automatically generated on first launch of the modpack.### Server Data
The serverdata is for setting up a server with Garden of Glass.
### Script Overview
To use the scripts you need to add your tokens in `tokens.json`. The file should look
like [tokens-example.json](tokens-example.json). The twitch token needs no specific access (It only needs to be able to
convert user-names to ids). The GitHub Token needs the scopes `public_repo`, `repo:status` and `repo_deployment` and
needs push access to this repository.**All the scripts must be run with the repository root as current working directory**
| script | description |
| :---: | :--- |
| changelog_generator.py | Creates a changelog from the current manifest and the latest release manifest |
| create_release.py | Creates a new release and publishes it on github. **IMPORTANT: Make sure to push your current branch before calling this!!!** |
| downloadmods.py | Downloads all mods from `manifest.json` into the `mods` folder. **This will delete all mods previously in the mods folder!** |
| modlist.py | Generates the manifest from the manifest without file ids at [pack.json](pack.json) and the files in the `mods` folder. Uses a cache file `modcache.json`. This file should be committed. |## Contribution
You want to contribute to the project? The simplest way is to open issues if there is any. If there is a bug, use
[this template](https://github.com/MelanX/GardenofGlass-QuestbookEdition/issues/new?labels=bug&template=bug_report.md).
If you only like to suggest a mod or another cool feature, use
[this template](https://github.com/MelanX/GardenofGlass-QuestbookEdition/issues/new?labels=enhancement&template=feature_request.md)
.[](https://GitHub.com/MelanX/GardenofGlass-QuestbookEdition)