diff --git a/config.json b/config.json index b180549..35a5971 100644 --- a/config.json +++ b/config.json @@ -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" ] }