diff --git a/changelog.md b/changelog.md index 58ccc5de..3c9b13c8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ +------------------------------------------------------ +Version 0.1.1 +------------------------------------------------------ +**Additions** +- Added an icon + +**Changes** +- Fake players now use the name from their display profile if any is set +- Added dependencies to fabric.mod.json + +**Bugfixes** +- Fixed bridging over long distances + ------------------------------------------------------ Version 0.1.0 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index b32e8daa..2a986a9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # along with Baritone. If not, see . # mod_name = Automatone -mod_version = 0.1.0 +mod_version = 0.1.1 maven_group = io.github.ladysnake fabric_version = 0.32.0+1.16 diff --git a/src/launch/resources/fabric.mod.json b/src/launch/resources/fabric.mod.json index cf654eff..ed87c280 100644 --- a/src/launch/resources/fabric.mod.json +++ b/src/launch/resources/fabric.mod.json @@ -28,6 +28,7 @@ "cardinal-components-base": "^2.7.13", "cardinal-components-entity": "^2.7.13", "cardinal-components-world": "^2.7.13", + "fabric": "*", "reach-entity-attributes": "*" }, "custom": {