Skip to content

NickPancakes/dudeWelcome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


dude... Welcome

dude... Welcome is a minecraft modpack for 1.16.1 with a focus on exploration and engineering.


Building the client/server.

You'll need java and curl installed. You'll also need to to install packmaker.

Packmaker

  1. Install for python3 via pip: sudo python3 -m pip install packmaker.
  2. Create a packmaker config file in your ~/.config/ directory: touch ~/.config/packmaker.conf
  3. Get your twitch OAuth key from Twitch Chat OAuth Password Generator
  4. 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

Client modpack distribution

The client modpack zip file that is uploaded to curseforge can be generated by running ./build-client.sh

Server distribution

The server distribution zip file that is uploaded to curseforge can be generated by running ./build-server.sh.


Updating Server Install

If you wish to keep your server updated using just this repo:

  1. Update your repo: git pull
  2. Build the latest server distribution: ./build-server.sh
  3. Remove the mods folder from your existing server: rm -rf ~/your/dudeWelcome/server/folder/mods
  4. copy everything from the ./build/server/ folder over top of your server location: cp -rf ./build/server/* ~/your/dudeWelcome/server/folder/

Art Credits

Deku Tree in Minecraft was taken from Ericake

Deku Tree in Minish Cap style was taken from Baddassbill


Modpack Credits

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.


About

A minecraft modpack for Kame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published