Skip to content

Commit

Permalink
REVERT AUTOMOUNTAIN FIX, WAS DANGER!
Browse files Browse the repository at this point in the history
UNDID these two changes  in AutoMountain turns out I did not fix dying and it still murders you. I sincerely apologize for any inconvenience :(
-Fixed experiencing damage and death sometimes when building downward once and for all! No more janky antideath feature needed so it was also removed.
-The above fix made vertical spacing more than normal while building downward dangerous, so that feature is disabled for now.
  • Loading branch information
etianl authored Mar 6, 2023
1 parent 4c4264e commit 77c028d
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 70 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In no particular order
- UseKey (Right Click) starts and pauses mountain building.
- Left and RightKeys turn Mountain building.
- ForwardKey Turns mountain up, Back Key turns mountain down.
- JumpKey adjusts spacing of stairs when building up according to the OnDemandSpacing value.
- JumpKey adjusts spacing of stairs according to the OnDemandSpacing value.
- Holding ForwardKey or BackKey then holding Left or RightKey as well builds stairs diagonally. Release left or right key first to continue building in the direction you were prior.
- **AutoStaircase:** Builds stairs upward in the direction you are facing by running forward and jumping. (Credits to etianl for bringing it to life! As well as Credits to Frostburn for writing the original. <3) I just had to fix up some stuff for this one but Frostburn had the base code there. I believe this is the first publicly available automatic staircase builder in a Meteor addon, correct me if I'm wrong maybe I didn't have to learn some Java to do this.
- **BetterScaffold:** Give you more options for scaffolding, bigger range and others. (Credits to Meteor-Tweaks)
Expand Down Expand Up @@ -78,6 +78,8 @@ In no particular order
- If you are too far out of reach it breaks.
- If view of the targeted block is obstructed it breaks.
- **AutoMountain Bugs**
- AutoMountain can cause damage if you pause or disable the module while rubberbanding and building downward. There is a workaround included to fix this when pausing with the useKey.
- Be prepared to Die in the name of building Mountains.
- Some blocks may cause Automountain to attempt to build while not actually placing anything (Torches, walls, and doors did this until I fixed). If a block does not work please make an issue so I can correct it.
-------------------------------------
- *Blocks That do not work at all with AutoMountain*
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ yarn_mappings=1.19.3+build.3
loader_version=0.14.11

# Mod Properties
mod_version=0.4.1-1.19.3
mod_version=0.4.2-1.19.3
maven_group=pwn.noobs
archives_base_name=trouser-streak
archives_base_name=1trouser-streak

# Dependency Versionsz

Expand Down
Loading

0 comments on commit 77c028d

Please sign in to comment.