-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.9.0 NewerNewChunks fix, InstamineNuker module added
- Added the **InstaMineNuker** module, which sends packets to instantly mine the blocks around you until they are gone. There is an option in it to make it only target instamineable blocks such as crops, grass, slimeblocks, and more. (Credits to etianl and to Meteor Client, as well as Meteor Rejects for some borrowed code) *note* InstaMineNuker is not compatible with AutoTool for now **NewerNewChunks fixes** - Fixed a bug with the pre-1.17 old chunk detection that caused all the chunks in the nether, end, and flat worlds to be marked as old. - Stopped block checks for the pre-1.17 old chunk detector if a block is found that it is looking for per chunk (improve performance maybe?). - Added a line to the .world command which tells you if the chunk you are in is new or old generation (pre or post 1.17 generation). Do this at spawn to see if old world.
- Loading branch information
Showing
7 changed files
with
353 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.