Skip to content

Commit 79713c8

Browse files
committed
feat(mwhrd): Add My Well Has Run Dry documentation
1 parent 891cbdd commit 79713c8

16 files changed

+204
-0
lines changed

Diff for: .vitepress/config.ts

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ export default defineConfig({
2828
{ text: "Terms of Service", link: "/laudiolin/terms-of-service" },
2929
{ text: "Privacy Policy", link: "/laudiolin/privacy-policy" },
3030
]
31+
},
32+
{
33+
text: "My Well Has Run Dry",
34+
items: [
35+
{ text: "Information", link: "/mwhrd/info" },
36+
{ text: "Recipes", link: "/mwhrd/recipes" },
37+
{ text: "Features", link: "/mwhrd/features" }
38+
]
3139
}
3240
],
3341

Diff for: docs/mwhrd/features.md

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Features
2+
3+
## Quality of Life
4+
5+
### Bedrock QoL
6+
7+
Bedrock players no longer have an **attack cooldown**.
8+
9+
### Quick Open
10+
11+
Players can now **shift-right-click** to open Ender Chests and Shulker Boxes.
12+
13+
### Instant Brewing
14+
15+
Brewing stands will now instantanously brew potions without fuel.
16+
17+
## Features
18+
19+
### Hardcore Mode
20+
21+
**Hardcore Mode** is an optional challenge which can be enabled with `/hardcore` in-game.
22+
This challenge is *per-player* and does not affect other players.
23+
24+
When enabled, the following changes are made:
25+
26+
- <span style="color: #FF5555">Natural regeneration is disabled</span>
27+
- <span style="color: #FF5555">Environmental damage taken is tripled</span>
28+
- <span style="color: #AA0000">Dying will result in an inventory, ender chest, and experience wipe</span>
29+
- <span style="color: #55FF55">Maximum health is increased to 40HP (20 hearts total)</span>
30+
- <span style="color: #55FF55">Player [debuffs](#armor-debuff) are disabled</span>
31+
- <span style="color: #55FF55">Special reward drops are enabled</span>
32+
33+
This challenge lasts a total of **100 real-life hours** and ***cannot be disabled*** after enabling. You either survive the challenge, or die trying.
34+
35+
Completing hardcore mode will grant the player the following rewards:
36+
37+
- Breaking blocks rewards experience points
38+
39+
### New Structures
40+
41+
New structures have been added to the game, including:
42+
43+
- The **Light Shack** ![Light Shack](images/light_shack.png)
44+
45+
### New Dimensions
46+
47+
New dimensions have been added to the game, including:
48+
49+
- The [**Realm of Light**](#the-realm-of-light)
50+
51+
## Overhauls
52+
53+
### Trial Chambers
54+
55+
Trial Chambers have been made more difficult, through the use of **Trial Omen**.
56+
57+
Unlike in vanilla, entering a Trial Chamber with **Trial Omen** will spawn heavily-geared monsters which will do a lot of damage.
58+
59+
The following changes were made for *Ominous Trial Chambers*:
60+
61+
- Block breaking/placing is disabled
62+
- Exceptions include: TNT and Water
63+
- Natural regeneration is disabled
64+
- !! *You can only heal with Regeneration or Instant Health!* !!
65+
- Monsters are infinitely stronger
66+
- Zombmies will spawn with Strength and wield an enchanted Diamond Sword
67+
- Skeletons will wield an enchanted Bow
68+
- Spiders will spawn with Speed and Strength
69+
- ...and more!
70+
71+
### Beacons
72+
73+
Beacons have received an entire overhaul, with new effects and mechanics.
74+
75+
New features include:
76+
77+
- Infinite block storage
78+
- Up to 3 effects at once
79+
- Effects can be stacked to create effects of potency 3
80+
- Special inner-radius effects
81+
- Disable mob spawning
82+
- Disable tool durability
83+
- Upgrades
84+
- In-radius flight (Flight Crystal)
85+
- Mass block-breaking (Plot Purger PRO)
86+
- Teleportation (Eye of Teleportation)
87+
- Stackable item duplication (Pixel Printer 3000)
88+
- WorldEdit-like functionality (Builders' Grace)
89+
90+
---
91+
92+
See the recipe to craft an **Advanced Beacon** [here](recipes#advanced-beacon).
93+
94+
## Balancing
95+
96+
### Armor Debuff
97+
98+
When standing near players with similar armor, you will **lose 1 heart** temporarily
99+
100+
<details>
101+
<summary>Conditions</summary>
102+
103+
| | Diamond (you) | Netherite (you) |
104+
|------------------|----------------------------|-----------------|
105+
| Diamond (them) | Must be wearing a full set | Always affected |
106+
| Netherite (them) | Always affected | Always affected |
107+
108+
</details>
109+
110+
## Content
111+
112+
### The Realm of Light
113+
114+
The *Realm of Light* is a new dimension which resets every hour.
115+
116+
![Realm of Light portal](images/realm_of_light.png)
117+
118+
To light the portal, you must use **The Atlas** on a 3x2 glowstone frame.
119+
120+
What awaits inside is a challenge for you, good luck!

Diff for: docs/mwhrd/images/light_shack.png

407 KB
Loading

Diff for: docs/mwhrd/images/realm_of_light.png

236 KB
Loading

Diff for: docs/mwhrd/images/recipe_advanced_beacon.png

13.5 KB
Loading

Diff for: docs/mwhrd/images/recipe_enchanted_apple.png

13.1 KB
Loading

Diff for: docs/mwhrd/images/recipe_enlightened_boots.png

6.87 KB
Loading

Diff for: docs/mwhrd/images/recipe_enlightened_chestplate.png

7.39 KB
Loading

Diff for: docs/mwhrd/images/recipe_enlightened_helmet.png

6.81 KB
Loading

Diff for: docs/mwhrd/images/recipe_enlightened_leggings.png

7.38 KB
Loading

Diff for: docs/mwhrd/images/recipe_enlightened_sword.png

7.26 KB
Loading

Diff for: docs/mwhrd/images/recipe_totem.png

14.5 KB
Loading

Diff for: docs/mwhrd/images/upgrade_enlightened_helmet.png

4.59 KB
Loading

Diff for: docs/mwhrd/images/upgrade_enlightened_sword.png

4.8 KB
Loading

Diff for: docs/mwhrd/info.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# My Well Has Run Dry
2+
3+
"My Well Has Run Dry" (MWHRD) is a **Fabric modification** for *Minecraft: Java Edition*.
4+
The mod is a quality-of-life and content expansion mod that adds new features and mechanics to the game.
5+
6+
Available for **1.21.4** at:
7+
- [GitHub: KingRainbow44/mhwrd](https://github.com/KingRainbow44/MyWellHasRunDry)
8+
9+
## Features
10+
11+
A list of all the features can be found in the [Features](features) page,
12+
but a quick overview can be found below:
13+
14+
- [Trial Chambers have been significantly overhauled](features#trial-chambers)
15+
- [Shift-click to open Ender Chests and Shulker Boxes](features#quick-open)
16+
- [New recipes have been added for existing items](recipes#minecraft)
17+
- [Balancing changes have been made](features#balancing)
18+
- [An optional Hardcore Mode has been added](features#hardcore-mode)
19+
- [Bedrock players have a few quality of life changes](features#bedrock-qol)
20+
- [Brewing stands instantly brew potions](features#instant-brewing)
21+
- [Beacons have an optional upgrade](features#beacons)
22+
- [New structures have been added](features#new-structures)
23+
- [New dimensions have been added](features#new-dimensions)

Diff for: docs/mwhrd/recipes.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Recipes
2+
3+
## Minecraft
4+
5+
### Enchanted Golden Apple
6+
7+
![Totem of Undying](images/recipe_enchanted_apple.png)
8+
9+
### Totem of Undying
10+
11+
![Totem of Undying](images/recipe_totem.png)
12+
13+
## My Well Has Run Dry
14+
15+
### Advanced Beacon
16+
17+
![Advanced Beacon](images/recipe_advanced_beacon.png)
18+
19+
> The **Beacon** at the bottom is a normal beacon, while the result is an **Advanced Beacon**.
20+
> The **Monster Spawner** can be obtained from opening **Ominous Vaults**.
21+
22+
### Enlightened Diamond Armor
23+
24+
![Enlightened Diamond Helmet](images/recipe_enlightened_helmet.png)
25+
![Enlightened Diamond Chestplate](images/recipe_enlightened_chestplate.png)
26+
![Enlightened Diamond Leggings](images/recipe_enlightened_leggings.png)
27+
![Enlightened Diamond Boots](images/recipe_enlightened_boots.png)
28+
29+
#### Upgrades
30+
31+
![Enlightened Diamond Armor Upgrade](images/upgrade_enlightened_helmet.png)
32+
33+
> This upgrade applies to all pieces of **Enlightened Diamond Armor**.
34+
35+
---
36+
37+
> The resulting item is actually a blue-ish dyed piece of Leather Armor that can be upgraded.
38+
39+
> The **Light Gray Dye** is actually a **Soul of Light** dropped from defeating the boss at the top of the **Realm of Light**.
40+
41+
### Enlightened Diamond Sword
42+
43+
![Enlightened Diamond Sword](images/recipe_enlightened_sword.png)
44+
45+
#### Upgrades
46+
47+
![Enlightened Diamond Sword Upgrade](images/upgrade_enlightened_sword.png)
48+
49+
> The resulting item is actually an Iron Sword that can be upgraded.
50+
51+
---
52+
53+
> The **Light Gray Dye** is actually a **Soul of Light** dropped from defeating the boss at the top of the **Realm of Light**.

0 commit comments

Comments
 (0)