Skip to content

Commit

Permalink
0.4.7 NO MORE DYING WITH AUTOMOUNTAIN *not clickbait*
Browse files Browse the repository at this point in the history
**0.4.7**
**AUTOMOUNTAIN FIX**
-FIXED THE DAMAGE!
-You really shouldn't die while building downward now. I actually tested this time on a few different servers to confirm.
-Removed the AntiDeath option as it's no longer needed.
-Made automountain only center character and place a block beneath your feet on activation when not starting paused.
**Moar stuff**
-Implemented a block placement delay into TrouserBuild, which causes it to build from the top down. Set the delay to 0 for instant building. (delay 0 does not work on all servers though)
-Removed falling blocks from the list of blocks TrouserBuild will try to use
-Made an option for VoiderPlus to calculate MaxHeight based on the players Y level.
  • Loading branch information
etianl authored Mar 25, 2023
1 parent 3931195 commit a38b9f1
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 499 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In no particular order
- **ExplosionAura:** Spawns creepers at your position as you move that explode instantly. Like a bigger, more laggy Nuker module for creative mode. The use of the module Velocity is recommended to avoid being thrown around. (Credits to etianl :D)
- **FlightAntikick:** Moves you down on a tick-based timer. Added in to substitute the lack of an antikick for velocity flight in MeteorClient. Bind it to the same key as flight. (Credits to etianl :D)
- **HandOfGod:** Runs the "/fill" command on the world around you in different ways as you fly, and as you click. Operator status required. (Credits to etianl :D)
- **Inventory Dupe (1.17):** Duplicates things in your crafting slots when the module is enabled and the Dupe button is pressed in your inventory. (Credit to ItsVen and Da0neDatGotAway for original creation of the dupe, and to B2H990 for making the fabric mod. Credits to etianl for porting to Meteor.)
- **Inventory Dupe (1.17):** Duplicates things in your crafting slots when the module is enabled and the Dupe button is pressed in your inventory. Only works on Minecraft servers on the version 1.17, not any version before or after.(Credit to ItsVen and Da0neDatGotAway for original creation of the dupe, and to B2H990 for making the fabric mod. Credits to etianl for porting to Meteor.)
- **InstaKill:** Shoots arrows and tridents with incredible power and velocity. Enabling multiple buttons causes the amount of packets to add up. (Credits to Saturn5Vfive)
- **LecternCrash:** Crash 1.18.X vanilla servers and possibly below. (Credits to Coderx-Gamer)
- **NewerNewChunks:** NewChunks module with the ability to save chunk data for later! Also with special options for tracing servers that have been updated from a version before the build limit updates, which throw false positives normally. (Credits to Meteor Rejects, and BleachHack from where it was ported, and etianl for updating :D.)
Expand Down Expand Up @@ -82,8 +82,6 @@ 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 All @@ -102,4 +100,6 @@ In no particular order

## Total Download Count:
**Trouser-Streak :D**
[![Github All Releases](https://img.shields.io/github/downloads/etianl/Trouser-Streak/total.svg)]()
[![Github All Releases](https://img.shields.io/github/downloads/etianl/Trouser-Streak/total.svg)]()

**Be prepared to Die in the name of building Mountains.**
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings=1.19.4+build.1
loader_version=0.14.17

# Mod Properties
mod_version=0.4.6-1.19.4
mod_version=0.4.7-1.19.4
maven_group=pwn.noobs
archives_base_name=1trouser-streak

Expand Down
Loading

0 comments on commit a38b9f1

Please sign in to comment.