-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd6be3f
commit 74aa1b1
Showing
1 changed file
with
14 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,22 @@ | ||
{ | ||
"port": 3001, | ||
"debug": false, | ||
"version": "0.5.4", | ||
"dev_build_version": "0.5.5", | ||
"mc_version": "1.20.1", | ||
"dev_build_mc_version": "1.20.2", | ||
"version": "0.5.5", | ||
"dev_build_version": "0.5.6", | ||
"mc_version": "1.20.2", | ||
"dev_build_mc_version": "1.20.4", | ||
"baritone_mc_version": "1.20.2", | ||
"max_dev_builds": 10, | ||
"changelog": [ | ||
"1.20.1", | ||
"Rewrote Item Physics", | ||
"Rewrote Offhand", | ||
"Added Texture Rotations to No Render", | ||
"Added Whitelist to Slippy", | ||
"Added Excavator", | ||
"Added Hidden Effects and Show Ambient to Potion Timers HUD element", | ||
"Added rotations to Nuker", | ||
"Improved Anchor Aura", | ||
"Improved Better Chat Player Heads", | ||
"Improved block placing", | ||
"Improved Sprint", | ||
"Improved Middle Click Extra", | ||
"A lot of fixes all around" | ||
"Minecraft 1.20.2", | ||
"Baritone is no longer bundled with Meteor and is optional", | ||
"Improved performance of Light Overlay, Spawn Proofer and Potion Timers HUD", | ||
"Added levers, rails and redstone gates to Spawn Proofer", | ||
"Made Freecam work with F3-G (chunk borders)", | ||
"Add option to create a waypoint with custom coordinates using commands", | ||
"Improve handling of corrupted config files", | ||
"Added helper sub-commands to .input", | ||
"Added Sign setting to Book Bot", | ||
"Bunch of bug fixes all around" | ||
] | ||
} |