Skip to content

Commit

Permalink
0.4.8 Auto Mountain Building updates, newchunks fixes
Browse files Browse the repository at this point in the history
**0.4.8**
**NewerNewChunks Updates**
-Made the render height option work more sensibly.
-Actually fixed colour mixing between chunk types. 
-Made Newchunks overwrite flowBelowY0 chunks to aid in tracing servers which have been updated from an old version to new build limits.
**AutoLavaCaster Update**
-Adjusted order of events slightly to be a bit more sensible, when placing 5 blocks ontop of the mountain as part of the change build style option.
-Made block selection for autolavacaster to cast on more reliable when building upward.
-Made AutoLavaCaster jump to move upward. (Maybe allow it to work on servers with anticheat?)
-Seperated block placements to single placements when changing build style and placing multiple blocks. (Maybe allow it to work on servers with anticheat?)
-Added missing "Starting Layer 1" message if activating the module with LayersUntilSwitchBuildStyle set to 0.
**AutoMountain Update**
-Added a tick delay to block placement, to help the AutoSwap stack option and the AutoReplenish module to keep up with you.
  • Loading branch information
etianl authored Apr 6, 2023
1 parent 56c1ec4 commit 5ef9a2c
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 95 deletions.
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.7-1.19.4
mod_version=0.4.8-1.19.4
maven_group=pwn.noobs
archives_base_name=1trouser-streak

Expand Down
Loading

1 comment on commit 5ef9a2c

@etianl
Copy link
Owner Author

@etianl etianl commented on 5ef9a2c Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not actually manage to do this
"-Actually fixed colour mixing between chunk types. " :P

Please sign in to comment.