Skip to content

Commit b148e78

Browse files
committed
Update thunderstore package
1 parent 3f1b3d2 commit b148e78

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

thunderstore/package/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.2.0
2+
* Add option to disable fancy jumps entirely, including in vanilla locations
3+
* Add option to enable rolling to mitigate fall damage out of fancy jumps
4+
15
### 0.1.1
26
* Fix Thunderstore package
37
* Mod code unchanged

thunderstore/package/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
![Slide Hopping](https://files.catbox.moe/8g3a9m.gif)
44

5-
This mod allows Link's special jumping animations to be used in more places.
5+
This is a mod for Majora's Mask: Recompiled that changes the behavior of Link's special jumping animations.
66

7-
They can be configured to play in the order Normal -> Roll -> Somersault or chosen randomly.
7+
They can be made to play more frequently by either being cycled between or by playing randomly.
8+
9+
They can also be disabled entirely, including the vanilla locations where they appear.
10+
11+
As a small quality of life feature, you can enable rolling upon landing to mitigate damage during these special jumps. This is OFF by default, which matches vanilla behavior.

thunderstore/package/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Fancy_Jumps",
3-
"version_number": "0.1.1",
3+
"version_number": "0.2.0",
44
"website_url": "https://github.com/Neirn/MMRecomp_FancyJumps",
5-
"description": "Make Link's special jumps play more often.",
5+
"description": "Change the frequency of Link's special jumping animations.",
66
"dependencies": [
77
]
88
}

0 commit comments

Comments
 (0)