Reorg minecraft section a bit
This commit is contained in:
parent
ab41eb6f70
commit
c3b4e55914
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,7 +11,7 @@ Cargo.lock
|
|||||||
|
|
||||||
/*/public/
|
/*/public/
|
||||||
|
|
||||||
/node_modules/
|
/*/node_modules/
|
||||||
|
|
||||||
.dev.vars
|
.dev.vars
|
||||||
|
|
||||||
|
@ -8,9 +8,9 @@ Minecraft is one of my all-time favourite video games. I've been playing since t
|
|||||||
|
|
||||||
I like modifying Minecraft almost as much as I enjoy playing it. The following are some of my more-recent mods:
|
I like modifying Minecraft almost as much as I enjoy playing it. The following are some of my more-recent mods:
|
||||||
|
|
||||||
- [Client Ping](@/games/minecraft/modding/client-ping.md): Client-side Point-of-Interest marking
|
- [Client Ping](@/games/minecraft/mods/client-ping.md): Client-side Point-of-Interest marking
|
||||||
- [Illuminated Shields](@/games/minecraft/modding/illuminated-shields.md): Shields that emit light
|
- [Illuminated Shields](@/games/minecraft/resource-packs/illuminated-shields.md): Shields that emit light
|
||||||
- [FrostBucket](@/games/minecraft/modding/frost-bucket.md): Apply `Frost Walker` to your buckets
|
- [FrostBucket](@/games/minecraft/mods/frost-bucket.md): Apply `Frost Walker` to your buckets
|
||||||
|
|
||||||
I also maintain a modpack that contains everything I consider "must-have" when playing. Any time I'm playing Minecraft, it can be assumed that I'm using my trusty quality-of-life pack.
|
I also maintain a modpack that contains everything I consider "must-have" when playing. Any time I'm playing Minecraft, it can be assumed that I'm using my trusty quality-of-life pack.
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ I generally archive the maps of notable Minecraft servers I play on. The followi
|
|||||||
|
|
||||||
- Nerds With no Direction
|
- Nerds With no Direction
|
||||||
- <span class="gray">2024: Overworld 2 (not yet backed up)</span>
|
- <span class="gray">2024: Overworld 2 (not yet backed up)</span>
|
||||||
- [2024: Overworld 1](/maps/minecraft/nwnd-2024-world1) *(vanilla)*
|
- [2024: Overworld 1](@/games/minecraft/maps/nwnd-2024-world1.md) *(vanilla)*
|
||||||
- Super Dimension Fortress
|
- Super Dimension Fortress
|
||||||
- [Overworld](/maps/minecraft/mc-sdf-org)
|
- [Overworld](@/games/minecraft/maps/mc-sdf-org.md)
|
||||||
- Rsninja MC
|
- Rsninja MC
|
||||||
- [Overworld](/maps/minecraft/rsninja-2020) *(2020-2021)*
|
- [Overworld](@/games/minecraft/maps/rsninja-2020.md) *(2020-2021)*
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: My Minecraft Modpack
|
title: Evan's Minecraft Modpack
|
||||||
---
|
---
|
||||||
|
|
||||||
For the past handful of years, I've been maintaining a personal collection of Minecraft mods that improve upon base gameplay and optimize the game's internals.
|
For the past handful of years, I've been maintaining a personal collection of Minecraft mods that improve upon base gameplay and optimize the game's internals.
|
||||||
@ -88,13 +88,3 @@ Remember: **all modpack versions can play on any server version**. You do not ne
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Technical details
|
|
||||||
|
|
||||||
This modpack is auto-generated using the files in [this git repository](https://github.com/ewpratten/modpack).
|
|
||||||
|
|
||||||
Auto-generating releases allows me to cut down on time spent searching around the internet for the latest builds of things, and instead lets me focus on the polish of the overall experience.
|
|
||||||
|
|
||||||
Looking to change something? Feel free to open a pull request on the repository linked above.
|
|
||||||
|
|
||||||
Bug reports are also accepted. Either file an isssue on GitHub, or [contact me](/contact).
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
/network https://as54041.peeringdb.com
|
/network https://as54041.peeringdb.com
|
||||||
/donate https://ewp.fyi/donate
|
/donate https://ewp.fyi/donate
|
||||||
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
|
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
|
||||||
/minecraft /games/minecraft
|
|
||||||
|
|
||||||
# Things that have moved around on this site
|
# Things that have moved around on this site
|
||||||
/events/meme-month-2022 /radio/meme-month-2022
|
/events/meme-month-2022 /radio/meme-month-2022
|
||||||
/events/meme-month-2022/ /radio/meme-month-2022
|
/events/meme-month-2022/ /radio/meme-month-2022
|
||||||
|
/minecraft /games/minecraft
|
||||||
|
/maps/minecraft/* /games/minecraft/maps/:splat
|
||||||
|
|
||||||
# Nobody can standardize on an RSS url
|
# Nobody can standardize on an RSS url
|
||||||
/rss /rss.xml
|
/rss /rss.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user