dude... Welcome is a minecraft modpack for 1.16.1 with a focus on exploration and engineering.
You'll need java and curl installed. You'll also need to to install packmaker.
- Install for python3 via pip:
sudo python3 -m pip install packmaker
. - Create a packmaker config file in your ~/.config/ directory:
touch ~/.config/packmaker.conf
- Get your twitch OAuth key from Twitch Chat OAuth Password Generator
- Edit your packmaker.conf and fill it with this:
[curseforge]
authentication_token = <twitch authentication token>
moddb_filename = curseforge.db
[locations]
build = ./build
cache = ./build/cache
release = ./build/release
The client modpack zip file that is uploaded to curseforge can be generated by running ./build-client.sh
The server distribution zip file that is uploaded to curseforge can be generated by running ./build-server.sh
.
If you wish to keep your server updated using just this repo:
- Update your repo:
git pull
- Build the latest server distribution:
./build-server.sh
- Remove the mods folder from your existing server:
rm -rf ~/your/dudeWelcome/server/folder/mods
- copy everything from the ./build/server/ folder over top of your server location:
cp -rf ./build/server/* ~/your/dudeWelcome/server/folder/
Deku Tree in Minecraft was taken from Ericake
Deku Tree in Minish Cap style was taken from Baddassbill
dude... Welcome was initially based off of Valhelsia 3.
This repo makes heavy use of the python script packmaker.
Everything else done by me, NickPancakes.