-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Adr-hyng/main
Update to v1.20.6x
- Loading branch information
Showing
13 changed files
with
102 additions
and
108 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,9 @@ | ||
export default { | ||
/** | ||
* Enables debug messages to content logs. | ||
*/ | ||
debug: false, | ||
/** | ||
* Lumber Axe durability damage per log destroyed. | ||
*/ | ||
durabilityDamagePerBlock: 3, | ||
/** | ||
* 1500 above is not recommended. It Does work but it's not recommended. | ||
*/ | ||
chopLimit: 300, | ||
/** | ||
* Included blocks for custom logs, but any custom or vanilla logs also work as long as the block identifier ends with "*_log". | ||
* Check: https://github.com/mcbe-mods/Cut-tree-one-click by Lete114. | ||
*/ | ||
includedLog: [], | ||
/** | ||
* Excluded blocks for block logs you don't want to be included in being chopped. | ||
* | ||
* Tip: | ||
* - excludedLog is prioritized over includedLog. | ||
* - It's unnecessary to include log blocks that have "*_log" in their block id. | ||
*/ | ||
excludedLog: [], | ||
/** | ||
* Disables the watchDogTerminate Log message. If true, it will only show a warning message when you enable content-ui log in the Minecraft settings. | ||
*/ | ||
disableWatchDogTerminateLog: true, | ||
debug: true, | ||
durabilityDamagePerBlock: 3, | ||
chopLimit: 300, | ||
includedLog: [], | ||
excludedLog: [], | ||
disableWatchDogTerminateLog: true, | ||
}; | ||
|
||
// version (do not change) | ||
export const VERSION = "1.0.5"; | ||
export const VERSION = "1.0.5"; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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