-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
107 changed files
with
4,230 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: ci | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.x | ||
- uses: actions/cache@v2 | ||
with: | ||
key: ${{ github.ref }} | ||
path: .cache | ||
- run: pip install mkdocs-material | ||
- run: pip install pillow cairosvg | ||
- run: mkdocs gh-deploy --force |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
nav: | ||
# - Blogs: /atg/blog | ||
- <b>Pack Guides</b>: | ||
- Home: index.md | ||
- Project W: project-w | ||
# - Misc: misc | ||
- Additional Guides : guides | ||
- Help: help | ||
- About: about |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 404 | ||
|
||
!!! Error "Page Not Found" | ||
|
||
The resource you're visiting may or may not have ever existed. | ||
|
||
![](assets/images/404.png){style='margin: auto; display: flex' class='noselect'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# About | ||
|
||
--- | ||
|
||
**All the Mods** started out as a private pack amongst a few friends that turned into something others wanted to play! It has all the basics that most other "big name" packs include but with a nice mix of some of newer or lesser-known mods as well. | ||
|
||
|
||
Can you get to the Creative items by making the "**ATM Star**"? | ||
|
||
In **All the Mods** we will continue the tradition adding many new mods while going for more stability. | ||
|
||
Does "**All The Mods**" really contain **ALL THE MODS**? _No, of course not._ | ||
|
||
--- | ||
|
||
## Hosting | ||
|
||
Need hosting? Check out **Akliz** (_With a discount_) on us! | ||
|
||
Start playing for only **$20**/m | ||
|
||
[![](../assets/images/akliz.png){style='width:200px'}](https://www.akliz.net/allthemods) | ||
|
||
Save **20%** off of the first month using coupon code **allthemods** | ||
|
||
--- | ||
|
||
> All The Mods | [GitHub](https://github.com/AllTheMods) | [Discord](https://discord.com/invite/allthemods) | [Akliz Server Hosting](https://www.akliz.net/allthemods) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
title: All The Team | ||
description: Current Team Members! | ||
--- | ||
|
||
# All The Team | ||
|
||
--- | ||
|
||
#### Owner | ||
|
||
- `WhatTheDrunk` | ||
|
||
--- | ||
|
||
#### Admins | ||
|
||
- `oly2o6` (**Second In Command**) | ||
- `Mitchell52` | ||
- `MutantGumdrop` | ||
- `Maddy` | ||
- `thevortex` | ||
- `Ki-Tan` | ||
|
||
--- | ||
|
||
#### Modpack Development Team | ||
|
||
- `Arochio` | ||
- `Billy` | ||
- `DJNifos` | ||
- `Drack.ion` | ||
- `Draxial` | ||
- `Jebraltar` | ||
- `KJM` | ||
- `LobsterJonn` | ||
- `radiomike12` | ||
- `ToshibaMicrowave` | ||
- `ZephyrWindSpirit 🐉` | ||
|
||
--- | ||
|
||
#### All The Team | ||
|
||
- `1Yumi` | ||
- `Bored` | ||
- `Klonoa` | ||
- `SlackerNet>XI<` | ||
- `Timeconsumer` | ||
- `Ultramega` | ||
|
||
--- | ||
|
||
#### Former - Retired | ||
|
||
- `AlfredGG` | **(Former QuestDev)** | ||
- `EnigmaQuip` | ||
- `Phantom` | ||
- `Dijkstra` | ||
- `Seg` | ||
- `screret` | ||
- `uʍopǝpᴉsdn` | ||
- `BeeJnugggets` | ||
- `0mega420` | ||
- `Thunder_Nova the Pun_isher` | ||
|
||
--- | ||
|
||
> Current as of (04/26/2024) |
Oops, something went wrong.